Shades of Green Yellow #AAEC2E
Tints of Green Yellow #AAEC2E
RGB
CMYK
RGB Variations
Color information
#AAEC2E (or 0xAAEC2E) is known color: Green Yellow. HEX triplet: AA, EC and 2E. RGB value is (170,236,46). Sum of RGB (Red+Green+Blue) = 170+236+46=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC2E is #5513D1. Grayscale: #C3C3C3. Windows color (decimal): -5575634 or 3075242. OLE color: 3075242.
HSL color Cylindrical-coordinate representation of color #AAEC2E: hue angle of 80.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAEC2E is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 46 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.07 |
| HSL | 80.84º | 0.83% | 0.55% | - |
| HSV(B) | 80.84º | 0.81% | 0.93% | - |
| XYZ | 47.07 | 68.73 | 13.37 | - |
| YUV | 194.61 | 44.13 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 46 | 0.28 | 0 | 0.81 | 0.07 | 80.84 | 0.83 | 0.55 |
| Hex | AA | EC | 2E | 1C | 0 | 51 | 7 | 51 | 53 | 37 |
| Octal | 252 | 354 | 56 | 34 | 0 | 121 | 7 | 121 | 123 | 67 |
| Binary | 10101010 | 11101100 | 101110 | 11100 | 0 | 1010001 | 111 | 1010001 | 1010011 | 110111 |
Color Harmonies of #AAEC2E
Complementary color
Monochromatic Colors of #AAEC2E
Black with #AAEC2E
Text Example
Text Example
White with #AAEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC2E; }
p { color: rgb(170,236,46); }
H1.HeaderClassName
{
color: #AAEC2E;
}
.AnyTagClassName
{
color: #AAEC2E;
}
</style>
background-color css
<style>
a { background-color: #AAEC2E; }
a { background-color: rgb(170,236,46); }
div.DivClassName
{
background-color: #AAEC2E;
}
.BgClassName
{
background-color: #AAEC2E;
}
</style>
border-color css
<style>
span { border-color: #AAEC2E; }
span { border-color: rgb(170,236,46); }
td.TdClassName
{
border-color: #AAEC2E;
}
.TagClassName
{
border-color: #AAEC2E;
}
</style>