Shades of Yellow Green #AAD629
Tints of Yellow Green #AAD629
RGB
CMYK
RGB Variations
Color information
#AAD629 (or 0xAAD629) is known color: Yellow Green. HEX triplet: AA, D6 and 29. RGB value is (170,214,41). Sum of RGB (Red+Green+Blue) = 170+214+41=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD629 is #5529D6. Grayscale: #B5B5B5. Windows color (decimal): -5581271 or 2741930. OLE color: 2741930.
HSL color Cylindrical-coordinate representation of color #AAD629: hue angle of 75.26º 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 #AAD629 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 41 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.16 |
| HSL | 75.26º | 0.68% | 0.5% | - |
| HSV(B) | 75.26º | 0.81% | 0.84% | - |
| XYZ | 41.02 | 56.8 | 10.9 | - |
| YUV | 181.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 41 | 0.21 | 0 | 0.81 | 0.16 | 75.26 | 0.68 | 0.5 |
| Hex | AA | D6 | 29 | 15 | 0 | 51 | 10 | 4B | 44 | 32 |
| Octal | 252 | 326 | 51 | 25 | 0 | 121 | 20 | 113 | 104 | 62 |
| Binary | 10101010 | 11010110 | 101001 | 10101 | 0 | 1010001 | 10000 | 1001011 | 1000100 | 110010 |
Color Harmonies of #AAD629
Complementary color
Monochromatic Colors of #AAD629
Black with #AAD629
Text Example
Text Example
White with #AAD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD629; }
p { color: rgb(170,214,41); }
H1.HeaderClassName
{
color: #AAD629;
}
.AnyTagClassName
{
color: #AAD629;
}
</style>
background-color css
<style>
a { background-color: #AAD629; }
a { background-color: rgb(170,214,41); }
div.DivClassName
{
background-color: #AAD629;
}
.BgClassName
{
background-color: #AAD629;
}
</style>
border-color css
<style>
span { border-color: #AAD629; }
span { border-color: rgb(170,214,41); }
td.TdClassName
{
border-color: #AAD629;
}
.TagClassName
{
border-color: #AAD629;
}
</style>