Shades of Green Yellow #AAEC31
Tints of Green Yellow #AAEC31
RGB
CMYK
RGB Variations
Color information
#AAEC31 (or 0xAAEC31) is known color: Green Yellow. HEX triplet: AA, EC and 31. RGB value is (170,236,49). Sum of RGB (Red+Green+Blue) = 170+236+49=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC31 is #5513CE. Grayscale: #C3C3C3. Windows color (decimal): -5575631 or 3271850. OLE color: 3271850.
HSL color Cylindrical-coordinate representation of color #AAEC31: hue angle of 81.18º 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 #AAEC31 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 49 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.07 |
| HSL | 81.18º | 0.83% | 0.56% | - |
| HSV(B) | 81.18º | 0.79% | 0.93% | - |
| XYZ | 47.13 | 68.76 | 13.69 | - |
| YUV | 194.95 | 45.63 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 49 | 0.28 | 0 | 0.79 | 0.07 | 81.18 | 0.83 | 0.56 |
| Hex | AA | EC | 31 | 1C | 0 | 4F | 7 | 51 | 53 | 38 |
| Octal | 252 | 354 | 61 | 34 | 0 | 117 | 7 | 121 | 123 | 70 |
| Binary | 10101010 | 11101100 | 110001 | 11100 | 0 | 1001111 | 111 | 1010001 | 1010011 | 111000 |
Color Harmonies of #AAEC31
Complementary color
Monochromatic Colors of #AAEC31
Black with #AAEC31
Text Example
Text Example
White with #AAEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC31; }
p { color: rgb(170,236,49); }
H1.HeaderClassName
{
color: #AAEC31;
}
.AnyTagClassName
{
color: #AAEC31;
}
</style>
background-color css
<style>
a { background-color: #AAEC31; }
a { background-color: rgb(170,236,49); }
div.DivClassName
{
background-color: #AAEC31;
}
.BgClassName
{
background-color: #AAEC31;
}
</style>
border-color css
<style>
span { border-color: #AAEC31; }
span { border-color: rgb(170,236,49); }
td.TdClassName
{
border-color: #AAEC31;
}
.TagClassName
{
border-color: #AAEC31;
}
</style>