Shades of Green Yellow #AAEC32
Tints of Green Yellow #AAEC32
RGB
CMYK
RGB Variations
Color information
#AAEC32 (or 0xAAEC32) is known color: Green Yellow. HEX triplet: AA, EC and 32. RGB value is (170,236,50). Sum of RGB (Red+Green+Blue) = 170+236+50=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC32 is #5513CD. Grayscale: #C3C3C3. Windows color (decimal): -5575630 or 3337386. OLE color: 3337386.
HSL color Cylindrical-coordinate representation of color #AAEC32: hue angle of 81.29º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAEC32 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 50 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.07 |
| HSL | 81.29º | 0.83% | 0.56% | - |
| HSV(B) | 81.29º | 0.79% | 0.93% | - |
| XYZ | 47.15 | 68.77 | 13.81 | - |
| YUV | 195.06 | 46.13 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 50 | 0.28 | 0 | 0.79 | 0.07 | 81.29 | 0.83 | 0.56 |
| Hex | AA | EC | 32 | 1C | 0 | 4F | 7 | 51 | 53 | 38 |
| Octal | 252 | 354 | 62 | 34 | 0 | 117 | 7 | 121 | 123 | 70 |
| Binary | 10101010 | 11101100 | 110010 | 11100 | 0 | 1001111 | 111 | 1010001 | 1010011 | 111000 |
Color Harmonies of #AAEC32
Complementary color
Monochromatic Colors of #AAEC32
Black with #AAEC32
Text Example
Text Example
White with #AAEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC32; }
p { color: rgb(170,236,50); }
H1.HeaderClassName
{
color: #AAEC32;
}
.AnyTagClassName
{
color: #AAEC32;
}
</style>
background-color css
<style>
a { background-color: #AAEC32; }
a { background-color: rgb(170,236,50); }
div.DivClassName
{
background-color: #AAEC32;
}
.BgClassName
{
background-color: #AAEC32;
}
</style>
border-color css
<style>
span { border-color: #AAEC32; }
span { border-color: rgb(170,236,50); }
td.TdClassName
{
border-color: #AAEC32;
}
.TagClassName
{
border-color: #AAEC32;
}
</style>