Shades of Yellow Green #AADC2E
Tints of Yellow Green #AADC2E
RGB
CMYK
RGB Variations
Color information
#AADC2E (or 0xAADC2E) is known color: Yellow Green. HEX triplet: AA, DC and 2E. RGB value is (170,220,46). Sum of RGB (Red+Green+Blue) = 170+220+46=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC2E is #5523D1. Grayscale: #B9B9B9. Windows color (decimal): -5579730 or 3071146. OLE color: 3071146.
HSL color Cylindrical-coordinate representation of color #AADC2E: hue angle of 77.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AADC2E is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 46 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.14 |
| HSL | 77.24º | 0.71% | 0.52% | - |
| HSV(B) | 77.24º | 0.79% | 0.86% | - |
| XYZ | 42.66 | 59.93 | 11.9 | - |
| YUV | 185.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 46 | 0.23 | 0 | 0.79 | 0.14 | 77.24 | 0.71 | 0.52 |
| Hex | AA | DC | 2E | 17 | 0 | 4F | E | 4D | 47 | 34 |
| Octal | 252 | 334 | 56 | 27 | 0 | 117 | 16 | 115 | 107 | 64 |
| Binary | 10101010 | 11011100 | 101110 | 10111 | 0 | 1001111 | 1110 | 1001101 | 1000111 | 110100 |
Color Harmonies of #AADC2E
Complementary color
Monochromatic Colors of #AADC2E
Black with #AADC2E
Text Example
Text Example
White with #AADC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC2E; }
p { color: rgb(170,220,46); }
H1.HeaderClassName
{
color: #AADC2E;
}
.AnyTagClassName
{
color: #AADC2E;
}
</style>
background-color css
<style>
a { background-color: #AADC2E; }
a { background-color: rgb(170,220,46); }
div.DivClassName
{
background-color: #AADC2E;
}
.BgClassName
{
background-color: #AADC2E;
}
</style>
border-color css
<style>
span { border-color: #AADC2E; }
span { border-color: rgb(170,220,46); }
td.TdClassName
{
border-color: #AADC2E;
}
.TagClassName
{
border-color: #AADC2E;
}
</style>