Shades of Yellow Green #AAE02D
Tints of Yellow Green #AAE02D
RGB
CMYK
RGB Variations
Color information
#AAE02D (or 0xAAE02D) is known color: Yellow Green. HEX triplet: AA, E0 and 2D. RGB value is (170,224,45). Sum of RGB (Red+Green+Blue) = 170+224+45=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE02D is #551FD2. Grayscale: #BCBCBC. Windows color (decimal): -5578707 or 3006634. OLE color: 3006634.
HSL color Cylindrical-coordinate representation of color #AAE02D: hue angle of 78.1º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAE02D is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 45 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.12 |
| HSL | 78.1º | 0.74% | 0.53% | - |
| HSV(B) | 78.1º | 0.8% | 0.88% | - |
| XYZ | 43.71 | 62.05 | 12.16 | - |
| YUV | 187.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 45 | 0.24 | 0 | 0.80 | 0.12 | 78.1 | 0.74 | 0.53 |
| Hex | AA | E0 | 2D | 18 | 0 | 50 | C | 4E | 4A | 35 |
| Octal | 252 | 340 | 55 | 30 | 0 | 120 | 14 | 116 | 112 | 65 |
| Binary | 10101010 | 11100000 | 101101 | 11000 | 0 | 1010000 | 1100 | 1001110 | 1001010 | 110101 |
Color Harmonies of #AAE02D
Complementary color
Monochromatic Colors of #AAE02D
Black with #AAE02D
Text Example
Text Example
White with #AAE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE02D; }
p { color: rgb(170,224,45); }
H1.HeaderClassName
{
color: #AAE02D;
}
.AnyTagClassName
{
color: #AAE02D;
}
</style>
background-color css
<style>
a { background-color: #AAE02D; }
a { background-color: rgb(170,224,45); }
div.DivClassName
{
background-color: #AAE02D;
}
.BgClassName
{
background-color: #AAE02D;
}
</style>
border-color css
<style>
span { border-color: #AAE02D; }
span { border-color: rgb(170,224,45); }
td.TdClassName
{
border-color: #AAE02D;
}
.TagClassName
{
border-color: #AAE02D;
}
</style>