#ACF03C

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

Shades of Green Yellow #ACF03C

Tints of Green Yellow #ACF03C

Color information

#ACF03C (or 0xACF03C) is unknown color: approx Green Yellow. HEX triplet: AC, F0 and 3C. RGB value is (172,240,60). Sum of RGB (Red+Green+Blue) = 172+240+60=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF03C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF03C is #530FC3. Grayscale: #C7C7C7. Windows color (decimal): -5443524 or 3993772. OLE color: 3993772.

HSL color Cylindrical-coordinate representation of color #ACF03C: hue angle of 82.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACF03C is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB17224060-
CMYK0.2800.750.06
HSL82.67º85.71%58.82%-
HSV(B)82.67º75%94.12%-
XYZ48.9971.4215.48-
YUV199.1549.47108.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 240 (94.14% from 255) = 50.85%
BLUE value IS 60 (23.83% from 255) = 12.71%
R=36.44%
G=50.85%
B=12.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172240600.2800.750.0682.6785.7158.82
HexACF03C1C04B653563b
Octal25436074340113612312673
Binary1010110011110000111100111000100101111010100111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF03C; }

 p { color: rgb(172,240,60); }

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

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

 a { background-color: rgb(172,240,60); }

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

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

 span { border-color: rgb(172,240,60); }

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