Shades of Green Yellow #ACF320
Tints of Green Yellow #ACF320
RGB
CMYK
RGB Variations
Color information
#ACF320 (or 0xACF320) is known color: Green Yellow. HEX triplet: AC, F3 and 20. RGB value is (172,243,32). Sum of RGB (Red+Green+Blue) = 172+243+32=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF320 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF320 is #530CDF. Grayscale: #C6C6C6. Windows color (decimal): -5442784 or 2159532. OLE color: 2159532.
HSL color Cylindrical-coordinate representation of color #ACF320: hue angle of 80.19º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACF320 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 32 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.05 |
| HSL | 80.19º | 0.9% | 0.54% | - |
| HSV(B) | 80.19º | 0.87% | 0.95% | - |
| XYZ | 49.32 | 72.98 | 12.85 | - |
| YUV | 197.72 | 34.48 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 32 | 0.29 | 0 | 0.87 | 0.05 | 80.19 | 0.9 | 0.54 |
| Hex | AC | F3 | 20 | 1D | 0 | 57 | 5 | 50 | 5A | 36 |
| Octal | 254 | 363 | 40 | 35 | 0 | 127 | 5 | 120 | 132 | 66 |
| Binary | 10101100 | 11110011 | 100000 | 11101 | 0 | 1010111 | 101 | 1010000 | 1011010 | 110110 |
Color Harmonies of #ACF320
Complementary color
Monochromatic Colors of #ACF320
Black with #ACF320
Text Example
Text Example
White with #ACF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF320; }
p { color: rgb(172,243,32); }
H1.HeaderClassName
{
color: #ACF320;
}
.AnyTagClassName
{
color: #ACF320;
}
</style>
background-color css
<style>
a { background-color: #ACF320; }
a { background-color: rgb(172,243,32); }
div.DivClassName
{
background-color: #ACF320;
}
.BgClassName
{
background-color: #ACF320;
}
</style>
border-color css
<style>
span { border-color: #ACF320; }
span { border-color: rgb(172,243,32); }
td.TdClassName
{
border-color: #ACF320;
}
.TagClassName
{
border-color: #ACF320;
}
</style>