Shades of Yellow Green #AAD529
Tints of Yellow Green #AAD529
RGB
CMYK
RGB Variations
Color information
#AAD529 (or 0xAAD529) is known color: Yellow Green. HEX triplet: AA, D5 and 29. RGB value is (170,213,41). Sum of RGB (Red+Green+Blue) = 170+213+41=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD529 is #552AD6. Grayscale: #B5B5B5. Windows color (decimal): -5581527 or 2741674. OLE color: 2741674.
HSL color Cylindrical-coordinate representation of color #AAD529: hue angle of 75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD529 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 41 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.16 |
| HSL | 75º | 0.68% | 0.5% | - |
| HSV(B) | 75º | 0.81% | 0.84% | - |
| XYZ | 40.77 | 56.29 | 10.81 | - |
| YUV | 180.54 | 49.25 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 41 | 0.20 | 0 | 0.81 | 0.16 | 75 | 0.68 | 0.5 |
| Hex | AA | D5 | 29 | 14 | 0 | 51 | 10 | 4B | 44 | 32 |
| Octal | 252 | 325 | 51 | 24 | 0 | 121 | 20 | 113 | 104 | 62 |
| Binary | 10101010 | 11010101 | 101001 | 10100 | 0 | 1010001 | 10000 | 1001011 | 1000100 | 110010 |
Color Harmonies of #AAD529
Complementary color
Monochromatic Colors of #AAD529
Black with #AAD529
Text Example
Text Example
White with #AAD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD529; }
p { color: rgb(170,213,41); }
H1.HeaderClassName
{
color: #AAD529;
}
.AnyTagClassName
{
color: #AAD529;
}
</style>
background-color css
<style>
a { background-color: #AAD529; }
a { background-color: rgb(170,213,41); }
div.DivClassName
{
background-color: #AAD529;
}
.BgClassName
{
background-color: #AAD529;
}
</style>
border-color css
<style>
span { border-color: #AAD529; }
span { border-color: rgb(170,213,41); }
td.TdClassName
{
border-color: #AAD529;
}
.TagClassName
{
border-color: #AAD529;
}
</style>