Shades of Green Yellow #ACF820
Tints of Green Yellow #ACF820
RGB
CMYK
RGB Variations
Color information
#ACF820 (or 0xACF820) is known color: Green Yellow. HEX triplet: AC, F8 and 20. RGB value is (172,248,32). Sum of RGB (Red+Green+Blue) = 172+248+32=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF820 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF820 is #5307DF. Grayscale: #C9C9C9. Windows color (decimal): -5441504 or 2160812. OLE color: 2160812.
HSL color Cylindrical-coordinate representation of color #ACF820: hue angle of 81.11º degrees, saturation: 0.94, 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 #ACF820 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 32 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.03 |
| HSL | 81.11º | 0.94% | 0.55% | - |
| HSV(B) | 81.11º | 0.87% | 0.97% | - |
| XYZ | 50.84 | 76.01 | 13.36 | - |
| YUV | 200.65 | 32.82 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 32 | 0.31 | 0 | 0.87 | 0.03 | 81.11 | 0.94 | 0.55 |
| Hex | AC | F8 | 20 | 1F | 0 | 57 | 3 | 51 | 5E | 37 |
| Octal | 254 | 370 | 40 | 37 | 0 | 127 | 3 | 121 | 136 | 67 |
| Binary | 10101100 | 11111000 | 100000 | 11111 | 0 | 1010111 | 11 | 1010001 | 1011110 | 110111 |
Color Harmonies of #ACF820
Complementary color
Monochromatic Colors of #ACF820
Black with #ACF820
Text Example
Text Example
White with #ACF820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF820; }
p { color: rgb(172,248,32); }
H1.HeaderClassName
{
color: #ACF820;
}
.AnyTagClassName
{
color: #ACF820;
}
</style>
background-color css
<style>
a { background-color: #ACF820; }
a { background-color: rgb(172,248,32); }
div.DivClassName
{
background-color: #ACF820;
}
.BgClassName
{
background-color: #ACF820;
}
</style>
border-color css
<style>
span { border-color: #ACF820; }
span { border-color: rgb(172,248,32); }
td.TdClassName
{
border-color: #ACF820;
}
.TagClassName
{
border-color: #ACF820;
}
</style>