Shades of Green Yellow #AAEC2B
Tints of Green Yellow #AAEC2B
RGB
CMYK
RGB Variations
Color information
#AAEC2B (or 0xAAEC2B) is known color: Green Yellow. HEX triplet: AA, EC and 2B. RGB value is (170,236,43). Sum of RGB (Red+Green+Blue) = 170+236+43=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC2B is #5513D4. Grayscale: #C2C2C2. Windows color (decimal): -5575637 or 2878634. OLE color: 2878634.
HSL color Cylindrical-coordinate representation of color #AAEC2B: hue angle of 80.52º 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 #AAEC2B is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 236 | 43 | - |
CMYK | 0.28 | 0 | 0.82 | 0.07 |
HSL | 80.52º | 0.84% | 0.55% | - |
HSV(B) | 80.52º | 0.82% | 0.93% | - |
XYZ | 47.01 | 68.71 | 13.07 | - |
YUV | 194.26 | 42.63 | 110.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 236 | 43 | 0.28 | 0 | 0.82 | 0.07 | 80.52 | 0.84 | 0.55 |
Hex | AA | EC | 2B | 1C | 0 | 52 | 7 | 51 | 54 | 37 |
Octal | 252 | 354 | 53 | 34 | 0 | 122 | 7 | 121 | 124 | 67 |
Binary | 10101010 | 11101100 | 101011 | 11100 | 0 | 1010010 | 111 | 1010001 | 1010100 | 110111 |
Color Harmonies of #AAEC2B
Complementary color
Monochromatic Colors of #AAEC2B
Black with #AAEC2B
Text Example
Text Example
White with #AAEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC2B; }
p { color: rgb(170,236,43); }
H1.HeaderClassName
{
color: #AAEC2B;
}
.AnyTagClassName
{
color: #AAEC2B;
}
</style>
background-color css
<style>
a { background-color: #AAEC2B; }
a { background-color: rgb(170,236,43); }
div.DivClassName
{
background-color: #AAEC2B;
}
.BgClassName
{
background-color: #AAEC2B;
}
</style>
border-color css
<style>
span { border-color: #AAEC2B; }
span { border-color: rgb(170,236,43); }
td.TdClassName
{
border-color: #AAEC2B;
}
.TagClassName
{
border-color: #AAEC2B;
}
</style>