Shades of Green Yellow #AAEE28
Tints of Green Yellow #AAEE28
RGB
CMYK
RGB Variations
Color information
#AAEE28 (or 0xAAEE28) is known color: Green Yellow. HEX triplet: AA, EE and 28. RGB value is (170,238,40). Sum of RGB (Red+Green+Blue) = 170+238+40=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEE28 is #5511D7. Grayscale: #C3C3C3. Windows color (decimal): -5575128 or 2682538. OLE color: 2682538.
HSL color Cylindrical-coordinate representation of color #AAEE28: hue angle of 80.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAEE28 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 40 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.07 |
| HSL | 80.61º | 0.85% | 0.55% | - |
| HSV(B) | 80.61º | 0.83% | 0.93% | - |
| XYZ | 47.54 | 69.85 | 12.98 | - |
| YUV | 195.1 | 40.47 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 40 | 0.29 | 0 | 0.83 | 0.07 | 80.61 | 0.85 | 0.55 |
| Hex | AA | EE | 28 | 1D | 0 | 53 | 7 | 51 | 55 | 37 |
| Octal | 252 | 356 | 50 | 35 | 0 | 123 | 7 | 121 | 125 | 67 |
| Binary | 10101010 | 11101110 | 101000 | 11101 | 0 | 1010011 | 111 | 1010001 | 1010101 | 110111 |
Color Harmonies of #AAEE28
Complementary color
Monochromatic Colors of #AAEE28
Black with #AAEE28
Text Example
Text Example
White with #AAEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE28; }
p { color: rgb(170,238,40); }
H1.HeaderClassName
{
color: #AAEE28;
}
.AnyTagClassName
{
color: #AAEE28;
}
</style>
background-color css
<style>
a { background-color: #AAEE28; }
a { background-color: rgb(170,238,40); }
div.DivClassName
{
background-color: #AAEE28;
}
.BgClassName
{
background-color: #AAEE28;
}
</style>
border-color css
<style>
span { border-color: #AAEE28; }
span { border-color: rgb(170,238,40); }
td.TdClassName
{
border-color: #AAEE28;
}
.TagClassName
{
border-color: #AAEE28;
}
</style>