Shades of Green Yellow #ACF620
Tints of Green Yellow #ACF620
RGB
CMYK
RGB Variations
Color information
#ACF620 (or 0xACF620) is known color: Green Yellow. HEX triplet: AC, F6 and 20. RGB value is (172,246,32). Sum of RGB (Red+Green+Blue) = 172+246+32=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF620 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF620 is #5309DF. Grayscale: #C8C8C8. Windows color (decimal): -5442016 or 2160300. OLE color: 2160300.
HSL color Cylindrical-coordinate representation of color #ACF620: hue angle of 80.75º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACF620 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 32 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.04 |
| HSL | 80.75º | 0.92% | 0.55% | - |
| HSV(B) | 80.75º | 0.87% | 0.96% | - |
| XYZ | 50.23 | 74.79 | 13.15 | - |
| YUV | 199.48 | 33.48 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 32 | 0.30 | 0 | 0.87 | 0.04 | 80.75 | 0.92 | 0.55 |
| Hex | AC | F6 | 20 | 1E | 0 | 57 | 4 | 51 | 5C | 37 |
| Octal | 254 | 366 | 40 | 36 | 0 | 127 | 4 | 121 | 134 | 67 |
| Binary | 10101100 | 11110110 | 100000 | 11110 | 0 | 1010111 | 100 | 1010001 | 1011100 | 110111 |
Color Harmonies of #ACF620
Complementary color
Monochromatic Colors of #ACF620
Black with #ACF620
Text Example
Text Example
White with #ACF620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF620; }
p { color: rgb(172,246,32); }
H1.HeaderClassName
{
color: #ACF620;
}
.AnyTagClassName
{
color: #ACF620;
}
</style>
background-color css
<style>
a { background-color: #ACF620; }
a { background-color: rgb(172,246,32); }
div.DivClassName
{
background-color: #ACF620;
}
.BgClassName
{
background-color: #ACF620;
}
</style>
border-color css
<style>
span { border-color: #ACF620; }
span { border-color: rgb(172,246,32); }
td.TdClassName
{
border-color: #ACF620;
}
.TagClassName
{
border-color: #ACF620;
}
</style>