Shades of Green Yellow #AAEA2D
Tints of Green Yellow #AAEA2D
RGB
CMYK
RGB Variations
Color information
#AAEA2D (or 0xAAEA2D) is known color: Green Yellow. HEX triplet: AA, EA and 2D. RGB value is (170,234,45). Sum of RGB (Red+Green+Blue) = 170+234+45=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA2D is #5515D2. Grayscale: #C2C2C2. Windows color (decimal): -5576147 or 3009194. OLE color: 3009194.
HSL color Cylindrical-coordinate representation of color #AAEA2D: hue angle of 80.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAEA2D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 45 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.08 |
| HSL | 80.32º | 0.82% | 0.55% | - |
| HSV(B) | 80.32º | 0.81% | 0.92% | - |
| XYZ | 46.47 | 67.58 | 13.08 | - |
| YUV | 193.32 | 44.3 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 45 | 0.27 | 0 | 0.81 | 0.08 | 80.32 | 0.82 | 0.55 |
| Hex | AA | EA | 2D | 1B | 0 | 51 | 8 | 50 | 52 | 37 |
| Octal | 252 | 352 | 55 | 33 | 0 | 121 | 10 | 120 | 122 | 67 |
| Binary | 10101010 | 11101010 | 101101 | 11011 | 0 | 1010001 | 1000 | 1010000 | 1010010 | 110111 |
Color Harmonies of #AAEA2D
Complementary color
Monochromatic Colors of #AAEA2D
Black with #AAEA2D
Text Example
Text Example
White with #AAEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEA2D; }
p { color: rgb(170,234,45); }
H1.HeaderClassName
{
color: #AAEA2D;
}
.AnyTagClassName
{
color: #AAEA2D;
}
</style>
background-color css
<style>
a { background-color: #AAEA2D; }
a { background-color: rgb(170,234,45); }
div.DivClassName
{
background-color: #AAEA2D;
}
.BgClassName
{
background-color: #AAEA2D;
}
</style>
border-color css
<style>
span { border-color: #AAEA2D; }
span { border-color: rgb(170,234,45); }
td.TdClassName
{
border-color: #AAEA2D;
}
.TagClassName
{
border-color: #AAEA2D;
}
</style>