Shades of Yellow Green #AADA2E
Tints of Yellow Green #AADA2E
RGB
CMYK
RGB Variations
Color information
#AADA2E (or 0xAADA2E) is known color: Yellow Green. HEX triplet: AA, DA and 2E. RGB value is (170,218,46). Sum of RGB (Red+Green+Blue) = 170+218+46=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA2E is #5525D1. Grayscale: #B8B8B8. Windows color (decimal): -5580242 or 3070634. OLE color: 3070634.
HSL color Cylindrical-coordinate representation of color #AADA2E: hue angle of 76.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AADA2E is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 46 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.15 |
| HSL | 76.74º | 0.7% | 0.52% | - |
| HSV(B) | 76.74º | 0.79% | 0.85% | - |
| XYZ | 42.14 | 58.89 | 11.73 | - |
| YUV | 184.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 46 | 0.22 | 0 | 0.79 | 0.15 | 76.74 | 0.7 | 0.52 |
| Hex | AA | DA | 2E | 16 | 0 | 4F | F | 4D | 46 | 34 |
| Octal | 252 | 332 | 56 | 26 | 0 | 117 | 17 | 115 | 106 | 64 |
| Binary | 10101010 | 11011010 | 101110 | 10110 | 0 | 1001111 | 1111 | 1001101 | 1000110 | 110100 |
Color Harmonies of #AADA2E
Complementary color
Monochromatic Colors of #AADA2E
Black with #AADA2E
Text Example
Text Example
White with #AADA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA2E; }
p { color: rgb(170,218,46); }
H1.HeaderClassName
{
color: #AADA2E;
}
.AnyTagClassName
{
color: #AADA2E;
}
</style>
background-color css
<style>
a { background-color: #AADA2E; }
a { background-color: rgb(170,218,46); }
div.DivClassName
{
background-color: #AADA2E;
}
.BgClassName
{
background-color: #AADA2E;
}
</style>
border-color css
<style>
span { border-color: #AADA2E; }
span { border-color: rgb(170,218,46); }
td.TdClassName
{
border-color: #AADA2E;
}
.TagClassName
{
border-color: #AADA2E;
}
</style>