Shades of Yellow Green #AAD729
Tints of Yellow Green #AAD729
RGB
CMYK
RGB Variations
Color information
#AAD729 (or 0xAAD729) is known color: Yellow Green. HEX triplet: AA, D7 and 29. RGB value is (170,215,41). Sum of RGB (Red+Green+Blue) = 170+215+41=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD729 is #5528D6. Grayscale: #B6B6B6. Windows color (decimal): -5581015 or 2742186. OLE color: 2742186.
HSL color Cylindrical-coordinate representation of color #AAD729: hue angle of 75.52º degrees, saturation: 0.69, 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 #AAD729 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 41 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.16 |
| HSL | 75.52º | 0.69% | 0.5% | - |
| HSV(B) | 75.52º | 0.81% | 0.84% | - |
| XYZ | 41.28 | 57.31 | 10.98 | - |
| YUV | 181.71 | 48.59 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 41 | 0.21 | 0 | 0.81 | 0.16 | 75.52 | 0.69 | 0.5 |
| Hex | AA | D7 | 29 | 15 | 0 | 51 | 10 | 4C | 45 | 32 |
| Octal | 252 | 327 | 51 | 25 | 0 | 121 | 20 | 114 | 105 | 62 |
| Binary | 10101010 | 11010111 | 101001 | 10101 | 0 | 1010001 | 10000 | 1001100 | 1000101 | 110010 |
Color Harmonies of #AAD729
Complementary color
Monochromatic Colors of #AAD729
Black with #AAD729
Text Example
Text Example
White with #AAD729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD729; }
p { color: rgb(170,215,41); }
H1.HeaderClassName
{
color: #AAD729;
}
.AnyTagClassName
{
color: #AAD729;
}
</style>
background-color css
<style>
a { background-color: #AAD729; }
a { background-color: rgb(170,215,41); }
div.DivClassName
{
background-color: #AAD729;
}
.BgClassName
{
background-color: #AAD729;
}
</style>
border-color css
<style>
span { border-color: #AAD729; }
span { border-color: rgb(170,215,41); }
td.TdClassName
{
border-color: #AAD729;
}
.TagClassName
{
border-color: #AAD729;
}
</style>