Shades of Yellow Green #AAD92A
Tints of Yellow Green #AAD92A
RGB
CMYK
RGB Variations
Color information
#AAD92A (or 0xAAD92A) is known color: Yellow Green. HEX triplet: AA, D9 and 2A. RGB value is (170,217,42). Sum of RGB (Red+Green+Blue) = 170+217+42=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD92A is #5526D5. Grayscale: #B7B7B7. Windows color (decimal): -5580502 or 2808234. OLE color: 2808234.
HSL color Cylindrical-coordinate representation of color #AAD92A: hue angle of 76.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD92A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 42 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.15 |
| HSL | 76.11º | 0.7% | 0.51% | - |
| HSV(B) | 76.11º | 0.81% | 0.85% | - |
| XYZ | 41.81 | 58.34 | 11.25 | - |
| YUV | 183 | 48.43 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 42 | 0.22 | 0 | 0.81 | 0.15 | 76.11 | 0.7 | 0.51 |
| Hex | AA | D9 | 2A | 16 | 0 | 51 | F | 4C | 46 | 33 |
| Octal | 252 | 331 | 52 | 26 | 0 | 121 | 17 | 114 | 106 | 63 |
| Binary | 10101010 | 11011001 | 101010 | 10110 | 0 | 1010001 | 1111 | 1001100 | 1000110 | 110011 |
Color Harmonies of #AAD92A
Complementary color
Monochromatic Colors of #AAD92A
Black with #AAD92A
Text Example
Text Example
White with #AAD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD92A; }
p { color: rgb(170,217,42); }
H1.HeaderClassName
{
color: #AAD92A;
}
.AnyTagClassName
{
color: #AAD92A;
}
</style>
background-color css
<style>
a { background-color: #AAD92A; }
a { background-color: rgb(170,217,42); }
div.DivClassName
{
background-color: #AAD92A;
}
.BgClassName
{
background-color: #AAD92A;
}
</style>
border-color css
<style>
span { border-color: #AAD92A; }
span { border-color: rgb(170,217,42); }
td.TdClassName
{
border-color: #AAD92A;
}
.TagClassName
{
border-color: #AAD92A;
}
</style>