Shades of Green Yellow #AAEC2A
Tints of Green Yellow #AAEC2A
RGB
CMYK
RGB Variations
Color information
#AAEC2A (or 0xAAEC2A) is known color: Green Yellow. HEX triplet: AA, EC and 2A. RGB value is (170,236,42). Sum of RGB (Red+Green+Blue) = 170+236+42=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC2A is #5513D5. Grayscale: #C2C2C2. Windows color (decimal): -5575638 or 2813098. OLE color: 2813098.
HSL color Cylindrical-coordinate representation of color #AAEC2A: hue angle of 80.41º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAEC2A is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 42 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.07 |
| HSL | 80.41º | 0.84% | 0.55% | - |
| HSV(B) | 80.41º | 0.82% | 0.93% | - |
| XYZ | 46.99 | 68.7 | 12.98 | - |
| YUV | 194.15 | 42.13 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 42 | 0.28 | 0 | 0.82 | 0.07 | 80.41 | 0.84 | 0.55 |
| Hex | AA | EC | 2A | 1C | 0 | 52 | 7 | 50 | 54 | 37 |
| Octal | 252 | 354 | 52 | 34 | 0 | 122 | 7 | 120 | 124 | 67 |
| Binary | 10101010 | 11101100 | 101010 | 11100 | 0 | 1010010 | 111 | 1010000 | 1010100 | 110111 |
Color Harmonies of #AAEC2A
Complementary color
Monochromatic Colors of #AAEC2A
Black with #AAEC2A
Text Example
Text Example
White with #AAEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC2A; }
p { color: rgb(170,236,42); }
H1.HeaderClassName
{
color: #AAEC2A;
}
.AnyTagClassName
{
color: #AAEC2A;
}
</style>
background-color css
<style>
a { background-color: #AAEC2A; }
a { background-color: rgb(170,236,42); }
div.DivClassName
{
background-color: #AAEC2A;
}
.BgClassName
{
background-color: #AAEC2A;
}
</style>
border-color css
<style>
span { border-color: #AAEC2A; }
span { border-color: rgb(170,236,42); }
td.TdClassName
{
border-color: #AAEC2A;
}
.TagClassName
{
border-color: #AAEC2A;
}
</style>