Shades of Green Yellow #ACF03C
Tints of Green Yellow #ACF03C
RGB
CMYK
RGB Variations
Color information
#ACF03C (or 0xACF03C) is known color: 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
RGB | 172 | 240 | 60 | - |
CMYK | 0.28 | 0 | 0.75 | 0.06 |
HSL | 82.67º | 0.86% | 0.59% | - |
HSV(B) | 82.67º | 0.75% | 0.94% | - |
XYZ | 48.99 | 71.42 | 15.48 | - |
YUV | 199.15 | 49.47 | 108.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 240 | 60 | 0.28 | 0 | 0.75 | 0.06 | 82.67 | 0.86 | 0.59 |
Hex | AC | F0 | 3C | 1C | 0 | 4B | 6 | 53 | 56 | 3B |
Octal | 254 | 360 | 74 | 34 | 0 | 113 | 6 | 123 | 126 | 73 |
Binary | 10101100 | 11110000 | 111100 | 11100 | 0 | 1001011 | 110 | 1010011 | 1010110 | 111011 |
Color Harmonies of #ACF03C
Complementary color
Monochromatic Colors of #ACF03C
Black with #ACF03C
Text Example
Text Example
White with #ACF03C
Text Example
Text Example
HTML Codes & Css Web 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>