Shades of Yellow Green #AAD32B
Tints of Yellow Green #AAD32B
RGB
CMYK
RGB Variations
Color information
#AAD32B (or 0xAAD32B) is known color: Yellow Green. HEX triplet: AA, D3 and 2B. RGB value is (170,211,43). Sum of RGB (Red+Green+Blue) = 170+211+43=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD32B is #552CD4. Grayscale: #B4B4B4. Windows color (decimal): -5582037 or 2872234. OLE color: 2872234.
HSL color Cylindrical-coordinate representation of color #AAD32B: hue angle of 74.64º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAD32B is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 43 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.17 |
| HSL | 74.64º | 0.66% | 0.5% | - |
| HSV(B) | 74.64º | 0.8% | 0.83% | - |
| XYZ | 40.31 | 55.31 | 10.84 | - |
| YUV | 179.59 | 50.92 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 43 | 0.19 | 0 | 0.80 | 0.17 | 74.64 | 0.66 | 0.5 |
| Hex | AA | D3 | 2B | 13 | 0 | 50 | 11 | 4B | 42 | 32 |
| Octal | 252 | 323 | 53 | 23 | 0 | 120 | 21 | 113 | 102 | 62 |
| Binary | 10101010 | 11010011 | 101011 | 10011 | 0 | 1010000 | 10001 | 1001011 | 1000010 | 110010 |
Color Harmonies of #AAD32B
Complementary color
Monochromatic Colors of #AAD32B
Black with #AAD32B
Text Example
Text Example
White with #AAD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD32B; }
p { color: rgb(170,211,43); }
H1.HeaderClassName
{
color: #AAD32B;
}
.AnyTagClassName
{
color: #AAD32B;
}
</style>
background-color css
<style>
a { background-color: #AAD32B; }
a { background-color: rgb(170,211,43); }
div.DivClassName
{
background-color: #AAD32B;
}
.BgClassName
{
background-color: #AAD32B;
}
</style>
border-color css
<style>
span { border-color: #AAD32B; }
span { border-color: rgb(170,211,43); }
td.TdClassName
{
border-color: #AAD32B;
}
.TagClassName
{
border-color: #AAD32B;
}
</style>