Shades of Green Yellow #AAEB2C
Tints of Green Yellow #AAEB2C
RGB
CMYK
RGB Variations
Color information
#AAEB2C (or 0xAAEB2C) is known color: Green Yellow. HEX triplet: AA, EB and 2C. RGB value is (170,235,44). Sum of RGB (Red+Green+Blue) = 170+235+44=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB2C is #5514D3. Grayscale: #C2C2C2. Windows color (decimal): -5575892 or 2943914. OLE color: 2943914.
HSL color Cylindrical-coordinate representation of color #AAEB2C: hue angle of 80.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAEB2C is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 44 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.08 |
| HSL | 80.42º | 0.83% | 0.55% | - |
| HSV(B) | 80.42º | 0.81% | 0.92% | - |
| XYZ | 46.74 | 68.14 | 13.07 | - |
| YUV | 193.79 | 43.47 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 44 | 0.28 | 0 | 0.81 | 0.08 | 80.42 | 0.83 | 0.55 |
| Hex | AA | EB | 2C | 1C | 0 | 51 | 8 | 50 | 53 | 37 |
| Octal | 252 | 353 | 54 | 34 | 0 | 121 | 10 | 120 | 123 | 67 |
| Binary | 10101010 | 11101011 | 101100 | 11100 | 0 | 1010001 | 1000 | 1010000 | 1010011 | 110111 |
Color Harmonies of #AAEB2C
Complementary color
Monochromatic Colors of #AAEB2C
Black with #AAEB2C
Text Example
Text Example
White with #AAEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB2C; }
p { color: rgb(170,235,44); }
H1.HeaderClassName
{
color: #AAEB2C;
}
.AnyTagClassName
{
color: #AAEB2C;
}
</style>
background-color css
<style>
a { background-color: #AAEB2C; }
a { background-color: rgb(170,235,44); }
div.DivClassName
{
background-color: #AAEB2C;
}
.BgClassName
{
background-color: #AAEB2C;
}
</style>
border-color css
<style>
span { border-color: #AAEB2C; }
span { border-color: rgb(170,235,44); }
td.TdClassName
{
border-color: #AAEB2C;
}
.TagClassName
{
border-color: #AAEB2C;
}
</style>