Shades of Green Yellow #AAEC2C
Tints of Green Yellow #AAEC2C
RGB
CMYK
RGB Variations
Color information
#AAEC2C (or 0xAAEC2C) is known color: Green Yellow. HEX triplet: AA, EC and 2C. RGB value is (170,236,44). Sum of RGB (Red+Green+Blue) = 170+236+44=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC2C is #5513D3. Grayscale: #C3C3C3. Windows color (decimal): -5575636 or 2944170. OLE color: 2944170.
HSL color Cylindrical-coordinate representation of color #AAEC2C: hue angle of 80.62º 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 #AAEC2C is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 44 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.07 |
| HSL | 80.63º | 0.83% | 0.55% | - |
| HSV(B) | 80.63º | 0.81% | 0.93% | - |
| XYZ | 47.03 | 68.72 | 13.17 | - |
| YUV | 194.38 | 43.13 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 44 | 0.28 | 0 | 0.81 | 0.07 | 80.63 | 0.83 | 0.55 |
| Hex | AA | EC | 2C | 1C | 0 | 51 | 7 | 51 | 53 | 37 |
| Octal | 252 | 354 | 54 | 34 | 0 | 121 | 7 | 121 | 123 | 67 |
| Binary | 10101010 | 11101100 | 101100 | 11100 | 0 | 1010001 | 111 | 1010001 | 1010011 | 110111 |
Color Harmonies of #AAEC2C
Complementary color
Monochromatic Colors of #AAEC2C
Black with #AAEC2C
Text Example
Text Example
White with #AAEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC2C; }
p { color: rgb(170,236,44); }
H1.HeaderClassName
{
color: #AAEC2C;
}
.AnyTagClassName
{
color: #AAEC2C;
}
</style>
background-color css
<style>
a { background-color: #AAEC2C; }
a { background-color: rgb(170,236,44); }
div.DivClassName
{
background-color: #AAEC2C;
}
.BgClassName
{
background-color: #AAEC2C;
}
</style>
border-color css
<style>
span { border-color: #AAEC2C; }
span { border-color: rgb(170,236,44); }
td.TdClassName
{
border-color: #AAEC2C;
}
.TagClassName
{
border-color: #AAEC2C;
}
</style>