Shades of Yellow Green #AAD22B
Tints of Yellow Green #AAD22B
RGB
CMYK
RGB Variations
Color information
#AAD22B (or 0xAAD22B) is known color: Yellow Green. HEX triplet: AA, D2 and 2B. RGB value is (170,210,43). Sum of RGB (Red+Green+Blue) = 170+210+43=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD22B is #552DD4. Grayscale: #B3B3B3. Windows color (decimal): -5582293 or 2871978. OLE color: 2871978.
HSL color Cylindrical-coordinate representation of color #AAD22B: hue angle of 74.37º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAD22B is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 43 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.18 |
| HSL | 74.37º | 0.66% | 0.5% | - |
| HSV(B) | 74.37º | 0.8% | 0.82% | - |
| XYZ | 40.06 | 54.81 | 10.75 | - |
| YUV | 179 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 43 | 0.19 | 0 | 0.80 | 0.18 | 74.37 | 0.66 | 0.5 |
| Hex | AA | D2 | 2B | 13 | 0 | 50 | 12 | 4A | 42 | 32 |
| Octal | 252 | 322 | 53 | 23 | 0 | 120 | 22 | 112 | 102 | 62 |
| Binary | 10101010 | 11010010 | 101011 | 10011 | 0 | 1010000 | 10010 | 1001010 | 1000010 | 110010 |
Color Harmonies of #AAD22B
Complementary color
Monochromatic Colors of #AAD22B
Black with #AAD22B
Text Example
Text Example
White with #AAD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD22B; }
p { color: rgb(170,210,43); }
H1.HeaderClassName
{
color: #AAD22B;
}
.AnyTagClassName
{
color: #AAD22B;
}
</style>
background-color css
<style>
a { background-color: #AAD22B; }
a { background-color: rgb(170,210,43); }
div.DivClassName
{
background-color: #AAD22B;
}
.BgClassName
{
background-color: #AAD22B;
}
</style>
border-color css
<style>
span { border-color: #AAD22B; }
span { border-color: rgb(170,210,43); }
td.TdClassName
{
border-color: #AAD22B;
}
.TagClassName
{
border-color: #AAD22B;
}
</style>