Shades of Green Yellow #ACF02C
Tints of Green Yellow #ACF02C
RGB
CMYK
RGB Variations
Color information
#ACF02C (or 0xACF02C) is known color: Green Yellow. HEX triplet: AC, F0 and 2C. RGB value is (172,240,44). Sum of RGB (Red+Green+Blue) = 172+240+44=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF02C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF02C is #530FD3. Grayscale: #C6C6C6. Windows color (decimal): -5443540 or 2945196. OLE color: 2945196.
HSL color Cylindrical-coordinate representation of color #ACF02C: hue angle of 80.82º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACF02C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 44 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.06 |
| HSL | 80.82º | 0.87% | 0.56% | - |
| HSV(B) | 80.82º | 0.82% | 0.94% | - |
| XYZ | 48.63 | 71.27 | 13.58 | - |
| YUV | 197.32 | 41.47 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 44 | 0.28 | 0 | 0.82 | 0.06 | 80.82 | 0.87 | 0.56 |
| Hex | AC | F0 | 2C | 1C | 0 | 52 | 6 | 51 | 57 | 38 |
| Octal | 254 | 360 | 54 | 34 | 0 | 122 | 6 | 121 | 127 | 70 |
| Binary | 10101100 | 11110000 | 101100 | 11100 | 0 | 1010010 | 110 | 1010001 | 1010111 | 111000 |
Color Harmonies of #ACF02C
Complementary color
Monochromatic Colors of #ACF02C
Black with #ACF02C
Text Example
Text Example
White with #ACF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF02C; }
p { color: rgb(172,240,44); }
H1.HeaderClassName
{
color: #ACF02C;
}
.AnyTagClassName
{
color: #ACF02C;
}
</style>
background-color css
<style>
a { background-color: #ACF02C; }
a { background-color: rgb(172,240,44); }
div.DivClassName
{
background-color: #ACF02C;
}
.BgClassName
{
background-color: #ACF02C;
}
</style>
border-color css
<style>
span { border-color: #ACF02C; }
span { border-color: rgb(172,240,44); }
td.TdClassName
{
border-color: #ACF02C;
}
.TagClassName
{
border-color: #ACF02C;
}
</style>