Shades of Green Yellow #ACF03E
Tints of Green Yellow #ACF03E
RGB
CMYK
RGB Variations
Color information
#ACF03E (or 0xACF03E) is known color: Green Yellow. HEX triplet: AC, F0 and 3E. RGB value is (172,240,62). Sum of RGB (Red+Green+Blue) = 172+240+62=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF03E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF03E is #530FC1. Grayscale: #C8C8C8. Windows color (decimal): -5443522 or 4124844. OLE color: 4124844.
HSL color Cylindrical-coordinate representation of color #ACF03E: hue angle of 82.92º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACF03E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 62 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.06 |
| HSL | 82.92º | 0.86% | 0.59% | - |
| HSV(B) | 82.92º | 0.74% | 0.94% | - |
| XYZ | 49.04 | 71.44 | 15.76 | - |
| YUV | 199.38 | 50.47 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 62 | 0.28 | 0 | 0.74 | 0.06 | 82.92 | 0.86 | 0.59 |
| Hex | AC | F0 | 3E | 1C | 0 | 4A | 6 | 53 | 56 | 3B |
| Octal | 254 | 360 | 76 | 34 | 0 | 112 | 6 | 123 | 126 | 73 |
| Binary | 10101100 | 11110000 | 111110 | 11100 | 0 | 1001010 | 110 | 1010011 | 1010110 | 111011 |
Color Harmonies of #ACF03E
Complementary color
Monochromatic Colors of #ACF03E
Black with #ACF03E
Text Example
Text Example
White with #ACF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF03E; }
p { color: rgb(172,240,62); }
H1.HeaderClassName
{
color: #ACF03E;
}
.AnyTagClassName
{
color: #ACF03E;
}
</style>
background-color css
<style>
a { background-color: #ACF03E; }
a { background-color: rgb(172,240,62); }
div.DivClassName
{
background-color: #ACF03E;
}
.BgClassName
{
background-color: #ACF03E;
}
</style>
border-color css
<style>
span { border-color: #ACF03E; }
span { border-color: rgb(172,240,62); }
td.TdClassName
{
border-color: #ACF03E;
}
.TagClassName
{
border-color: #ACF03E;
}
</style>