Shades of Yellow Green #AAD032
Tints of Yellow Green #AAD032
RGB
CMYK
RGB Variations
Color information
#AAD032 (or 0xAAD032) is known color: Yellow Green. HEX triplet: AA, D0 and 32. RGB value is (170,208,50). Sum of RGB (Red+Green+Blue) = 170+208+50=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD032 is #552FCD. Grayscale: #B3B3B3. Windows color (decimal): -5582798 or 3330218. OLE color: 3330218.
HSL color Cylindrical-coordinate representation of color #AAD032: hue angle of 74.43º 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 #AAD032 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 50 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.18 |
| HSL | 74.43º | 0.63% | 0.51% | - |
| HSV(B) | 74.43º | 0.76% | 0.82% | - |
| XYZ | 39.71 | 53.89 | 11.33 | - |
| YUV | 178.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 50 | 0.18 | 0 | 0.76 | 0.18 | 74.43 | 0.63 | 0.51 |
| Hex | AA | D0 | 32 | 12 | 0 | 4C | 12 | 4A | 3F | 33 |
| Octal | 252 | 320 | 62 | 22 | 0 | 114 | 22 | 112 | 77 | 63 |
| Binary | 10101010 | 11010000 | 110010 | 10010 | 0 | 1001100 | 10010 | 1001010 | 111111 | 110011 |
Color Harmonies of #AAD032
Complementary color
Monochromatic Colors of #AAD032
Black with #AAD032
Text Example
Text Example
White with #AAD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD032; }
p { color: rgb(170,208,50); }
H1.HeaderClassName
{
color: #AAD032;
}
.AnyTagClassName
{
color: #AAD032;
}
</style>
background-color css
<style>
a { background-color: #AAD032; }
a { background-color: rgb(170,208,50); }
div.DivClassName
{
background-color: #AAD032;
}
.BgClassName
{
background-color: #AAD032;
}
</style>
border-color css
<style>
span { border-color: #AAD032; }
span { border-color: rgb(170,208,50); }
td.TdClassName
{
border-color: #AAD032;
}
.TagClassName
{
border-color: #AAD032;
}
</style>