Shades of Yellow Green #ACD032
Tints of Yellow Green #ACD032
RGB
CMYK
RGB Variations
Color information
#ACD032 (or 0xACD032) is known color: Yellow Green. HEX triplet: AC, D0 and 32. RGB value is (172,208,50). Sum of RGB (Red+Green+Blue) = 172+208+50=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD032 is #532FCD. Grayscale: #B3B3B3. Windows color (decimal): -5451726 or 3330220. OLE color: 3330220.
HSL color Cylindrical-coordinate representation of color #ACD032: hue angle of 73.67º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACD032 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 50 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.18 |
| HSL | 73.67º | 0.63% | 0.51% | - |
| HSV(B) | 73.67º | 0.76% | 0.82% | - |
| XYZ | 40.14 | 54.11 | 11.35 | - |
| YUV | 179.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 50 | 0.17 | 0 | 0.76 | 0.18 | 73.67 | 0.63 | 0.51 |
| Hex | AC | D0 | 32 | 11 | 0 | 4C | 12 | 4A | 3F | 33 |
| Octal | 254 | 320 | 62 | 21 | 0 | 114 | 22 | 112 | 77 | 63 |
| Binary | 10101100 | 11010000 | 110010 | 10001 | 0 | 1001100 | 10010 | 1001010 | 111111 | 110011 |
Color Harmonies of #ACD032
Complementary color
Monochromatic Colors of #ACD032
Black with #ACD032
Text Example
Text Example
White with #ACD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD032; }
p { color: rgb(172,208,50); }
H1.HeaderClassName
{
color: #ACD032;
}
.AnyTagClassName
{
color: #ACD032;
}
</style>
background-color css
<style>
a { background-color: #ACD032; }
a { background-color: rgb(172,208,50); }
div.DivClassName
{
background-color: #ACD032;
}
.BgClassName
{
background-color: #ACD032;
}
</style>
border-color css
<style>
span { border-color: #ACD032; }
span { border-color: rgb(172,208,50); }
td.TdClassName
{
border-color: #ACD032;
}
.TagClassName
{
border-color: #ACD032;
}
</style>