#ACFD42

Color #ACFD42 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #ACFD42

Tints of Green Yellow #ACFD42

Color information

#ACFD42 (or 0xACFD42) is unknown color: approx Green Yellow. HEX triplet: AC, FD and 42. RGB value is (172,253,66). Sum of RGB (Red+Green+Blue) = 172+253+66=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFD42 is #5302BD. Grayscale: #D0D0D0. Windows color (decimal): -5440190 or 4390316. OLE color: 4390316.

HSL color Cylindrical-coordinate representation of color #ACFD42: hue angle of 85.99º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACFD42 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB17225366-
CMYK0.3200.740.01
HSL85.99º97.91%62.55%-
HSV(B)85.99º73.91%99.22%-
XYZ53.1279.4117.68-
YUV207.4648.16102.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 253 (99.22% from 255) = 51.53%
BLUE value IS 66 (26.17% from 255) = 13.44%
R=35.03%
G=51.53%
B=13.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172253660.3200.740.0185.9997.9162.55
HexACFD422004A156623f
Octal254375102400112112614277
Binary1010110011111101100001010000001001010110101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFD42; }

 p { color: rgb(172,253,66); }

 H1.HeaderClassName
 {
   color: #ACFD42;
 }
 .AnyTagClassName
 {
   color: #ACFD42;
 }
</style>
background-color css

<style>
 a { background-color: #ACFD42; }

 a { background-color: rgb(172,253,66); }

 div.DivClassName
 {
   background-color: #ACFD42;
 }
 .BgClassName
 {
   background-color: #ACFD42;
 }
</style>
border-color css

<style>
 span { border-color: #ACFD42; }

 span { border-color: rgb(172,253,66); }

 td.TdClassName
 {
   border-color: #ACFD42;
 }
 .TagClassName
 {
   border-color: #ACFD42;
 }
</style>