Shades of Yellow Green #ACD32A
Tints of Yellow Green #ACD32A
RGB
CMYK
RGB Variations
Color information
#ACD32A (or 0xACD32A) is known color: Yellow Green. HEX triplet: AC, D3 and 2A. RGB value is (172,211,42). Sum of RGB (Red+Green+Blue) = 172+211+42=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD32A is #532CD5. Grayscale: #B4B4B4. Windows color (decimal): -5450966 or 2806700. OLE color: 2806700.
HSL color Cylindrical-coordinate representation of color #ACD32A: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACD32A is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 42 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.17 |
| HSL | 73.85º | 0.67% | 0.5% | - |
| HSV(B) | 73.85º | 0.8% | 0.83% | - |
| XYZ | 40.73 | 55.53 | 10.76 | - |
| YUV | 180.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 42 | 0.18 | 0 | 0.80 | 0.17 | 73.85 | 0.67 | 0.5 |
| Hex | AC | D3 | 2A | 12 | 0 | 50 | 11 | 4A | 43 | 32 |
| Octal | 254 | 323 | 52 | 22 | 0 | 120 | 21 | 112 | 103 | 62 |
| Binary | 10101100 | 11010011 | 101010 | 10010 | 0 | 1010000 | 10001 | 1001010 | 1000011 | 110010 |
Color Harmonies of #ACD32A
Complementary color
Monochromatic Colors of #ACD32A
Black with #ACD32A
Text Example
Text Example
White with #ACD32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD32A; }
p { color: rgb(172,211,42); }
H1.HeaderClassName
{
color: #ACD32A;
}
.AnyTagClassName
{
color: #ACD32A;
}
</style>
background-color css
<style>
a { background-color: #ACD32A; }
a { background-color: rgb(172,211,42); }
div.DivClassName
{
background-color: #ACD32A;
}
.BgClassName
{
background-color: #ACD32A;
}
</style>
border-color css
<style>
span { border-color: #ACD32A; }
span { border-color: rgb(172,211,42); }
td.TdClassName
{
border-color: #ACD32A;
}
.TagClassName
{
border-color: #ACD32A;
}
</style>