Shades of Green Yellow #AAE62C
Tints of Green Yellow #AAE62C
RGB
CMYK
RGB Variations
Color information
#AAE62C (or 0xAAE62C) is known color: Green Yellow. HEX triplet: AA, E6 and 2C. RGB value is (170,230,44). Sum of RGB (Red+Green+Blue) = 170+230+44=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE62C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE62C is #5519D3. Grayscale: #BFBFBF. Windows color (decimal): -5577172 or 2942634. OLE color: 2942634.
HSL color Cylindrical-coordinate representation of color #AAE62C: hue angle of 79.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAE62C is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 44 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.10 |
| HSL | 79.35º | 0.79% | 0.54% | - |
| HSV(B) | 79.35º | 0.81% | 0.9% | - |
| XYZ | 45.33 | 65.32 | 12.6 | - |
| YUV | 190.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 44 | 0.26 | 0 | 0.81 | 0.10 | 79.35 | 0.79 | 0.54 |
| Hex | AA | E6 | 2C | 1A | 0 | 51 | A | 4F | 4F | 36 |
| Octal | 252 | 346 | 54 | 32 | 0 | 121 | 12 | 117 | 117 | 66 |
| Binary | 10101010 | 11100110 | 101100 | 11010 | 0 | 1010001 | 1010 | 1001111 | 1001111 | 110110 |
Color Harmonies of #AAE62C
Complementary color
Monochromatic Colors of #AAE62C
Black with #AAE62C
Text Example
Text Example
White with #AAE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE62C; }
p { color: rgb(170,230,44); }
H1.HeaderClassName
{
color: #AAE62C;
}
.AnyTagClassName
{
color: #AAE62C;
}
</style>
background-color css
<style>
a { background-color: #AAE62C; }
a { background-color: rgb(170,230,44); }
div.DivClassName
{
background-color: #AAE62C;
}
.BgClassName
{
background-color: #AAE62C;
}
</style>
border-color css
<style>
span { border-color: #AAE62C; }
span { border-color: rgb(170,230,44); }
td.TdClassName
{
border-color: #AAE62C;
}
.TagClassName
{
border-color: #AAE62C;
}
</style>