Shades of Yellow Green #AAD62A
Tints of Yellow Green #AAD62A
RGB
CMYK
RGB Variations
Color information
#AAD62A (or 0xAAD62A) is known color: Yellow Green. HEX triplet: AA, D6 and 2A. RGB value is (170,214,42). Sum of RGB (Red+Green+Blue) = 170+214+42=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD62A is #5529D5. Grayscale: #B5B5B5. Windows color (decimal): -5581270 or 2807466. OLE color: 2807466.
HSL color Cylindrical-coordinate representation of color #AAD62A: hue angle of 75.35º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAD62A is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 42 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.16 |
| HSL | 75.35º | 0.68% | 0.5% | - |
| HSV(B) | 75.35º | 0.8% | 0.84% | - |
| XYZ | 41.04 | 56.81 | 10.99 | - |
| YUV | 181.24 | 49.42 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 42 | 0.21 | 0 | 0.80 | 0.16 | 75.35 | 0.68 | 0.5 |
| Hex | AA | D6 | 2A | 15 | 0 | 50 | 10 | 4B | 44 | 32 |
| Octal | 252 | 326 | 52 | 25 | 0 | 120 | 20 | 113 | 104 | 62 |
| Binary | 10101010 | 11010110 | 101010 | 10101 | 0 | 1010000 | 10000 | 1001011 | 1000100 | 110010 |
Color Harmonies of #AAD62A
Complementary color
Monochromatic Colors of #AAD62A
Black with #AAD62A
Text Example
Text Example
White with #AAD62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD62A; }
p { color: rgb(170,214,42); }
H1.HeaderClassName
{
color: #AAD62A;
}
.AnyTagClassName
{
color: #AAD62A;
}
</style>
background-color css
<style>
a { background-color: #AAD62A; }
a { background-color: rgb(170,214,42); }
div.DivClassName
{
background-color: #AAD62A;
}
.BgClassName
{
background-color: #AAD62A;
}
</style>
border-color css
<style>
span { border-color: #AAD62A; }
span { border-color: rgb(170,214,42); }
td.TdClassName
{
border-color: #AAD62A;
}
.TagClassName
{
border-color: #AAD62A;
}
</style>