Shades of Green Yellow #ACF024
Tints of Green Yellow #ACF024
RGB
CMYK
RGB Variations
Color information
#ACF024 (or 0xACF024) is known color: Green Yellow. HEX triplet: AC, F0 and 24. RGB value is (172,240,36). Sum of RGB (Red+Green+Blue) = 172+240+36=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF024 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF024 is #530FDB. Grayscale: #C5C5C5. Windows color (decimal): -5443548 or 2420908. OLE color: 2420908.
HSL color Cylindrical-coordinate representation of color #ACF024: hue angle of 80º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACF024 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 36 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.06 |
| HSL | 80º | 0.87% | 0.54% | - |
| HSV(B) | 80º | 0.85% | 0.94% | - |
| XYZ | 48.49 | 71.22 | 12.86 | - |
| YUV | 196.41 | 37.47 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 36 | 0.28 | 0 | 0.85 | 0.06 | 80 | 0.87 | 0.54 |
| Hex | AC | F0 | 24 | 1C | 0 | 55 | 6 | 50 | 57 | 36 |
| Octal | 254 | 360 | 44 | 34 | 0 | 125 | 6 | 120 | 127 | 66 |
| Binary | 10101100 | 11110000 | 100100 | 11100 | 0 | 1010101 | 110 | 1010000 | 1010111 | 110110 |
Color Harmonies of #ACF024
Complementary color
Monochromatic Colors of #ACF024
Black with #ACF024
Text Example
Text Example
White with #ACF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF024; }
p { color: rgb(172,240,36); }
H1.HeaderClassName
{
color: #ACF024;
}
.AnyTagClassName
{
color: #ACF024;
}
</style>
background-color css
<style>
a { background-color: #ACF024; }
a { background-color: rgb(172,240,36); }
div.DivClassName
{
background-color: #ACF024;
}
.BgClassName
{
background-color: #ACF024;
}
</style>
border-color css
<style>
span { border-color: #ACF024; }
span { border-color: rgb(172,240,36); }
td.TdClassName
{
border-color: #ACF024;
}
.TagClassName
{
border-color: #ACF024;
}
</style>