Shades of Green Yellow #ACF720
Tints of Green Yellow #ACF720
RGB
CMYK
RGB Variations
Color information
#ACF720 (or 0xACF720) is known color: Green Yellow. HEX triplet: AC, F7 and 20. RGB value is (172,247,32). Sum of RGB (Red+Green+Blue) = 172+247+32=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF720 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF720 is #5308DF. Grayscale: #C8C8C8. Windows color (decimal): -5441760 or 2160556. OLE color: 2160556.
HSL color Cylindrical-coordinate representation of color #ACF720: hue angle of 80.93º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACF720 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 32 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.03 |
| HSL | 80.93º | 0.93% | 0.55% | - |
| HSV(B) | 80.93º | 0.87% | 0.97% | - |
| XYZ | 50.53 | 75.4 | 13.26 | - |
| YUV | 200.07 | 33.15 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 32 | 0.30 | 0 | 0.87 | 0.03 | 80.93 | 0.93 | 0.55 |
| Hex | AC | F7 | 20 | 1E | 0 | 57 | 3 | 51 | 5D | 37 |
| Octal | 254 | 367 | 40 | 36 | 0 | 127 | 3 | 121 | 135 | 67 |
| Binary | 10101100 | 11110111 | 100000 | 11110 | 0 | 1010111 | 11 | 1010001 | 1011101 | 110111 |
Color Harmonies of #ACF720
Complementary color
Monochromatic Colors of #ACF720
Black with #ACF720
Text Example
Text Example
White with #ACF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF720; }
p { color: rgb(172,247,32); }
H1.HeaderClassName
{
color: #ACF720;
}
.AnyTagClassName
{
color: #ACF720;
}
</style>
background-color css
<style>
a { background-color: #ACF720; }
a { background-color: rgb(172,247,32); }
div.DivClassName
{
background-color: #ACF720;
}
.BgClassName
{
background-color: #ACF720;
}
</style>
border-color css
<style>
span { border-color: #ACF720; }
span { border-color: rgb(172,247,32); }
td.TdClassName
{
border-color: #ACF720;
}
.TagClassName
{
border-color: #ACF720;
}
</style>