Shades of Yellow Green #AACD32
Tints of Yellow Green #AACD32
RGB
CMYK
RGB Variations
Color information
#AACD32 (or 0xAACD32) is known color: Yellow Green. HEX triplet: AA, CD and 32. RGB value is (170,205,50). Sum of RGB (Red+Green+Blue) = 170+205+50=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD32 is #5532CD. Grayscale: #B1B1B1. Windows color (decimal): -5583566 or 3329450. OLE color: 3329450.
HSL color Cylindrical-coordinate representation of color #AACD32: hue angle of 73.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AACD32 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 50 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.20 |
| HSL | 73.55º | 0.61% | 0.5% | - |
| HSV(B) | 73.55º | 0.76% | 0.8% | - |
| XYZ | 38.98 | 52.44 | 11.08 | - |
| YUV | 176.87 | 56.4 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 50 | 0.17 | 0 | 0.76 | 0.20 | 73.55 | 0.61 | 0.5 |
| Hex | AA | CD | 32 | 11 | 0 | 4C | 14 | 4A | 3D | 32 |
| Octal | 252 | 315 | 62 | 21 | 0 | 114 | 24 | 112 | 75 | 62 |
| Binary | 10101010 | 11001101 | 110010 | 10001 | 0 | 1001100 | 10100 | 1001010 | 111101 | 110010 |
Color Harmonies of #AACD32
Complementary color
Monochromatic Colors of #AACD32
Black with #AACD32
Text Example
Text Example
White with #AACD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD32; }
p { color: rgb(170,205,50); }
H1.HeaderClassName
{
color: #AACD32;
}
.AnyTagClassName
{
color: #AACD32;
}
</style>
background-color css
<style>
a { background-color: #AACD32; }
a { background-color: rgb(170,205,50); }
div.DivClassName
{
background-color: #AACD32;
}
.BgClassName
{
background-color: #AACD32;
}
</style>
border-color css
<style>
span { border-color: #AACD32; }
span { border-color: rgb(170,205,50); }
td.TdClassName
{
border-color: #AACD32;
}
.TagClassName
{
border-color: #AACD32;
}
</style>