Shades of Green Yellow #AAEE32
Tints of Green Yellow #AAEE32
RGB
CMYK
RGB Variations
Color information
#AAEE32 (or 0xAAEE32) is known color: Green Yellow. HEX triplet: AA, EE and 32. RGB value is (170,238,50). Sum of RGB (Red+Green+Blue) = 170+238+50=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEE32 is #5511CD. Grayscale: #C4C4C4. Windows color (decimal): -5575118 or 3337898. OLE color: 3337898.
HSL color Cylindrical-coordinate representation of color #AAEE32: hue angle of 81.7º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAEE32 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 50 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.07 |
| HSL | 81.7º | 0.85% | 0.56% | - |
| HSV(B) | 81.7º | 0.79% | 0.93% | - |
| XYZ | 47.73 | 69.93 | 14 | - |
| YUV | 196.24 | 45.47 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 50 | 0.29 | 0 | 0.79 | 0.07 | 81.7 | 0.85 | 0.56 |
| Hex | AA | EE | 32 | 1D | 0 | 4F | 7 | 52 | 55 | 38 |
| Octal | 252 | 356 | 62 | 35 | 0 | 117 | 7 | 122 | 125 | 70 |
| Binary | 10101010 | 11101110 | 110010 | 11101 | 0 | 1001111 | 111 | 1010010 | 1010101 | 111000 |
Color Harmonies of #AAEE32
Complementary color
Monochromatic Colors of #AAEE32
Black with #AAEE32
Text Example
Text Example
White with #AAEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE32; }
p { color: rgb(170,238,50); }
H1.HeaderClassName
{
color: #AAEE32;
}
.AnyTagClassName
{
color: #AAEE32;
}
</style>
background-color css
<style>
a { background-color: #AAEE32; }
a { background-color: rgb(170,238,50); }
div.DivClassName
{
background-color: #AAEE32;
}
.BgClassName
{
background-color: #AAEE32;
}
</style>
border-color css
<style>
span { border-color: #AAEE32; }
span { border-color: rgb(170,238,50); }
td.TdClassName
{
border-color: #AAEE32;
}
.TagClassName
{
border-color: #AAEE32;
}
</style>