Shades of Yellow Green #AAD329
Tints of Yellow Green #AAD329
RGB
CMYK
RGB Variations
Color information
#AAD329 (or 0xAAD329) is known color: Yellow Green. HEX triplet: AA, D3 and 29. RGB value is (170,211,41). Sum of RGB (Red+Green+Blue) = 170+211+41=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD329 is #552CD6. Grayscale: #B4B4B4. Windows color (decimal): -5582039 or 2741162. OLE color: 2741162.
HSL color Cylindrical-coordinate representation of color #AAD329: hue angle of 74.47º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD329 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 41 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.17 |
| HSL | 74.47º | 0.67% | 0.49% | - |
| HSV(B) | 74.47º | 0.81% | 0.83% | - |
| XYZ | 40.27 | 55.29 | 10.65 | - |
| YUV | 179.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 41 | 0.19 | 0 | 0.81 | 0.17 | 74.47 | 0.67 | 0.49 |
| Hex | AA | D3 | 29 | 13 | 0 | 51 | 11 | 4A | 43 | 31 |
| Octal | 252 | 323 | 51 | 23 | 0 | 121 | 21 | 112 | 103 | 61 |
| Binary | 10101010 | 11010011 | 101001 | 10011 | 0 | 1010001 | 10001 | 1001010 | 1000011 | 110001 |
Color Harmonies of #AAD329
Complementary color
Monochromatic Colors of #AAD329
Black with #AAD329
Text Example
Text Example
White with #AAD329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD329; }
p { color: rgb(170,211,41); }
H1.HeaderClassName
{
color: #AAD329;
}
.AnyTagClassName
{
color: #AAD329;
}
</style>
background-color css
<style>
a { background-color: #AAD329; }
a { background-color: rgb(170,211,41); }
div.DivClassName
{
background-color: #AAD329;
}
.BgClassName
{
background-color: #AAD329;
}
</style>
border-color css
<style>
span { border-color: #AAD329; }
span { border-color: rgb(170,211,41); }
td.TdClassName
{
border-color: #AAD329;
}
.TagClassName
{
border-color: #AAD329;
}
</style>