Shades of Yellow Green #AAD22C
Tints of Yellow Green #AAD22C
RGB
CMYK
RGB Variations
Color information
#AAD22C (or 0xAAD22C) is known color: Yellow Green. HEX triplet: AA, D2 and 2C. RGB value is (170,210,44). Sum of RGB (Red+Green+Blue) = 170+210+44=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD22C is #552DD3. Grayscale: #B3B3B3. Windows color (decimal): -5582292 or 2937514. OLE color: 2937514.
HSL color Cylindrical-coordinate representation of color #AAD22C: hue angle of 74.46º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAD22C is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 44 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.18 |
| HSL | 74.46º | 0.65% | 0.5% | - |
| HSV(B) | 74.46º | 0.79% | 0.82% | - |
| XYZ | 40.08 | 54.82 | 10.85 | - |
| YUV | 179.12 | 51.75 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 44 | 0.19 | 0 | 0.79 | 0.18 | 74.46 | 0.65 | 0.5 |
| Hex | AA | D2 | 2C | 13 | 0 | 4F | 12 | 4A | 41 | 32 |
| Octal | 252 | 322 | 54 | 23 | 0 | 117 | 22 | 112 | 101 | 62 |
| Binary | 10101010 | 11010010 | 101100 | 10011 | 0 | 1001111 | 10010 | 1001010 | 1000001 | 110010 |
Color Harmonies of #AAD22C
Complementary color
Monochromatic Colors of #AAD22C
Black with #AAD22C
Text Example
Text Example
White with #AAD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD22C; }
p { color: rgb(170,210,44); }
H1.HeaderClassName
{
color: #AAD22C;
}
.AnyTagClassName
{
color: #AAD22C;
}
</style>
background-color css
<style>
a { background-color: #AAD22C; }
a { background-color: rgb(170,210,44); }
div.DivClassName
{
background-color: #AAD22C;
}
.BgClassName
{
background-color: #AAD22C;
}
</style>
border-color css
<style>
span { border-color: #AAD22C; }
span { border-color: rgb(170,210,44); }
td.TdClassName
{
border-color: #AAD22C;
}
.TagClassName
{
border-color: #AAD22C;
}
</style>