Shades of Green Yellow #AAEC3F
Tints of Green Yellow #AAEC3F
RGB
CMYK
RGB Variations
Color information
#AAEC3F (or 0xAAEC3F) is known color: Green Yellow. HEX triplet: AA, EC and 3F. RGB value is (170,236,63). Sum of RGB (Red+Green+Blue) = 170+236+63=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC3F is #5513C0. Grayscale: #C5C5C5. Windows color (decimal): -5575617 or 4189354. OLE color: 4189354.
HSL color Cylindrical-coordinate representation of color #AAEC3F: hue angle of 82.89º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAEC3F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 63 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.07 |
| HSL | 82.89º | 0.82% | 0.59% | - |
| HSV(B) | 82.89º | 0.73% | 0.93% | - |
| XYZ | 47.47 | 68.9 | 15.5 | - |
| YUV | 196.54 | 52.63 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 63 | 0.28 | 0 | 0.73 | 0.07 | 82.89 | 0.82 | 0.59 |
| Hex | AA | EC | 3F | 1C | 0 | 49 | 7 | 53 | 52 | 3B |
| Octal | 252 | 354 | 77 | 34 | 0 | 111 | 7 | 123 | 122 | 73 |
| Binary | 10101010 | 11101100 | 111111 | 11100 | 0 | 1001001 | 111 | 1010011 | 1010010 | 111011 |
Color Harmonies of #AAEC3F
Complementary color
Monochromatic Colors of #AAEC3F
Black with #AAEC3F
Text Example
Text Example
White with #AAEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC3F; }
p { color: rgb(170,236,63); }
H1.HeaderClassName
{
color: #AAEC3F;
}
.AnyTagClassName
{
color: #AAEC3F;
}
</style>
background-color css
<style>
a { background-color: #AAEC3F; }
a { background-color: rgb(170,236,63); }
div.DivClassName
{
background-color: #AAEC3F;
}
.BgClassName
{
background-color: #AAEC3F;
}
</style>
border-color css
<style>
span { border-color: #AAEC3F; }
span { border-color: rgb(170,236,63); }
td.TdClassName
{
border-color: #AAEC3F;
}
.TagClassName
{
border-color: #AAEC3F;
}
</style>