Shades of Yellow Green #AAD432
Tints of Yellow Green #AAD432
RGB
CMYK
RGB Variations
Color information
#AAD432 (or 0xAAD432) is known color: Yellow Green. HEX triplet: AA, D4 and 32. RGB value is (170,212,50). Sum of RGB (Red+Green+Blue) = 170+212+50=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD432 is #552BCD. Grayscale: #B5B5B5. Windows color (decimal): -5581774 or 3331242. OLE color: 3331242.
HSL color Cylindrical-coordinate representation of color #AAD432: hue angle of 75.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAD432 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 50 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.17 |
| HSL | 75.56º | 0.65% | 0.51% | - |
| HSV(B) | 75.56º | 0.76% | 0.83% | - |
| XYZ | 40.7 | 55.86 | 11.66 | - |
| YUV | 180.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 50 | 0.20 | 0 | 0.76 | 0.17 | 75.56 | 0.65 | 0.51 |
| Hex | AA | D4 | 32 | 14 | 0 | 4C | 11 | 4C | 41 | 33 |
| Octal | 252 | 324 | 62 | 24 | 0 | 114 | 21 | 114 | 101 | 63 |
| Binary | 10101010 | 11010100 | 110010 | 10100 | 0 | 1001100 | 10001 | 1001100 | 1000001 | 110011 |
Color Harmonies of #AAD432
Complementary color
Monochromatic Colors of #AAD432
Black with #AAD432
Text Example
Text Example
White with #AAD432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD432; }
p { color: rgb(170,212,50); }
H1.HeaderClassName
{
color: #AAD432;
}
.AnyTagClassName
{
color: #AAD432;
}
</style>
background-color css
<style>
a { background-color: #AAD432; }
a { background-color: rgb(170,212,50); }
div.DivClassName
{
background-color: #AAD432;
}
.BgClassName
{
background-color: #AAD432;
}
</style>
border-color css
<style>
span { border-color: #AAD432; }
span { border-color: rgb(170,212,50); }
td.TdClassName
{
border-color: #AAD432;
}
.TagClassName
{
border-color: #AAD432;
}
</style>