Shades of Green Yellow #ACF023
Tints of Green Yellow #ACF023
RGB
CMYK
RGB Variations
Color information
#ACF023 (or 0xACF023) is known color: Green Yellow. HEX triplet: AC, F0 and 23. RGB value is (172,240,35). Sum of RGB (Red+Green+Blue) = 172+240+35=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF023 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF023 is #530FDC. Grayscale: #C5C5C5. Windows color (decimal): -5443549 or 2355372. OLE color: 2355372.
HSL color Cylindrical-coordinate representation of color #ACF023: hue angle of 79.9º 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 #ACF023 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 35 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.06 |
| HSL | 79.9º | 0.87% | 0.54% | - |
| HSV(B) | 79.9º | 0.85% | 0.94% | - |
| XYZ | 48.48 | 71.21 | 12.78 | - |
| YUV | 196.3 | 36.97 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 35 | 0.28 | 0 | 0.85 | 0.06 | 79.9 | 0.87 | 0.54 |
| Hex | AC | F0 | 23 | 1C | 0 | 55 | 6 | 50 | 57 | 36 |
| Octal | 254 | 360 | 43 | 34 | 0 | 125 | 6 | 120 | 127 | 66 |
| Binary | 10101100 | 11110000 | 100011 | 11100 | 0 | 1010101 | 110 | 1010000 | 1010111 | 110110 |
Color Harmonies of #ACF023
Complementary color
Monochromatic Colors of #ACF023
Black with #ACF023
Text Example
Text Example
White with #ACF023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF023; }
p { color: rgb(172,240,35); }
H1.HeaderClassName
{
color: #ACF023;
}
.AnyTagClassName
{
color: #ACF023;
}
</style>
background-color css
<style>
a { background-color: #ACF023; }
a { background-color: rgb(172,240,35); }
div.DivClassName
{
background-color: #ACF023;
}
.BgClassName
{
background-color: #ACF023;
}
</style>
border-color css
<style>
span { border-color: #ACF023; }
span { border-color: rgb(172,240,35); }
td.TdClassName
{
border-color: #ACF023;
}
.TagClassName
{
border-color: #ACF023;
}
</style>