Shades of Green Yellow #AAE82C
Tints of Green Yellow #AAE82C
RGB
CMYK
RGB Variations
Color information
#AAE82C (or 0xAAE82C) is known color: Green Yellow. HEX triplet: AA, E8 and 2C. RGB value is (170,232,44). Sum of RGB (Red+Green+Blue) = 170+232+44=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE82C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE82C is #5517D3. Grayscale: #C0C0C0. Windows color (decimal): -5576660 or 2943146. OLE color: 2943146.
HSL color Cylindrical-coordinate representation of color #AAE82C: hue angle of 79.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAE82C is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 44 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.09 |
| HSL | 79.79º | 0.8% | 0.54% | - |
| HSV(B) | 79.79º | 0.81% | 0.91% | - |
| XYZ | 45.89 | 66.44 | 12.79 | - |
| YUV | 192.03 | 44.46 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 44 | 0.27 | 0 | 0.81 | 0.09 | 79.79 | 0.8 | 0.54 |
| Hex | AA | E8 | 2C | 1B | 0 | 51 | 9 | 50 | 50 | 36 |
| Octal | 252 | 350 | 54 | 33 | 0 | 121 | 11 | 120 | 120 | 66 |
| Binary | 10101010 | 11101000 | 101100 | 11011 | 0 | 1010001 | 1001 | 1010000 | 1010000 | 110110 |
Color Harmonies of #AAE82C
Complementary color
Monochromatic Colors of #AAE82C
Black with #AAE82C
Text Example
Text Example
White with #AAE82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE82C; }
p { color: rgb(170,232,44); }
H1.HeaderClassName
{
color: #AAE82C;
}
.AnyTagClassName
{
color: #AAE82C;
}
</style>
background-color css
<style>
a { background-color: #AAE82C; }
a { background-color: rgb(170,232,44); }
div.DivClassName
{
background-color: #AAE82C;
}
.BgClassName
{
background-color: #AAE82C;
}
</style>
border-color css
<style>
span { border-color: #AAE82C; }
span { border-color: rgb(170,232,44); }
td.TdClassName
{
border-color: #AAE82C;
}
.TagClassName
{
border-color: #AAE82C;
}
</style>