Shades of Green Yellow #ACF72A
Tints of Green Yellow #ACF72A
RGB
CMYK
RGB Variations
Color information
#ACF72A (or 0xACF72A) is known color: Green Yellow. HEX triplet: AC, F7 and 2A. RGB value is (172,247,42). Sum of RGB (Red+Green+Blue) = 172+247+42=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF72A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF72A is #5308D5. Grayscale: #C9C9C9. Windows color (decimal): -5441750 or 2815916. OLE color: 2815916.
HSL color Cylindrical-coordinate representation of color #ACF72A: hue angle of 81.95º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACF72A is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 42 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.03 |
| HSL | 81.95º | 0.93% | 0.57% | - |
| HSV(B) | 81.95º | 0.83% | 0.97% | - |
| XYZ | 50.69 | 75.46 | 14.08 | - |
| YUV | 201.21 | 38.15 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 42 | 0.30 | 0 | 0.83 | 0.03 | 81.95 | 0.93 | 0.57 |
| Hex | AC | F7 | 2A | 1E | 0 | 53 | 3 | 52 | 5D | 39 |
| Octal | 254 | 367 | 52 | 36 | 0 | 123 | 3 | 122 | 135 | 71 |
| Binary | 10101100 | 11110111 | 101010 | 11110 | 0 | 1010011 | 11 | 1010010 | 1011101 | 111001 |
Color Harmonies of #ACF72A
Complementary color
Monochromatic Colors of #ACF72A
Black with #ACF72A
Text Example
Text Example
White with #ACF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF72A; }
p { color: rgb(172,247,42); }
H1.HeaderClassName
{
color: #ACF72A;
}
.AnyTagClassName
{
color: #ACF72A;
}
</style>
background-color css
<style>
a { background-color: #ACF72A; }
a { background-color: rgb(172,247,42); }
div.DivClassName
{
background-color: #ACF72A;
}
.BgClassName
{
background-color: #ACF72A;
}
</style>
border-color css
<style>
span { border-color: #ACF72A; }
span { border-color: rgb(172,247,42); }
td.TdClassName
{
border-color: #ACF72A;
}
.TagClassName
{
border-color: #ACF72A;
}
</style>