Shades of Green Yellow #AAEF2D
Tints of Green Yellow #AAEF2D
RGB
CMYK
RGB Variations
Color information
#AAEF2D (or 0xAAEF2D) is known color: Green Yellow. HEX triplet: AA, EF and 2D. RGB value is (170,239,45). Sum of RGB (Red+Green+Blue) = 170+239+45=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF2D is #5510D2. Grayscale: #C4C4C4. Windows color (decimal): -5574867 or 3010474. OLE color: 3010474.
HSL color Cylindrical-coordinate representation of color #AAEF2D: hue angle of 81.34º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAEF2D is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 45 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.06 |
| HSL | 81.34º | 0.86% | 0.56% | - |
| HSV(B) | 81.34º | 0.81% | 0.94% | - |
| XYZ | 47.92 | 70.47 | 13.56 | - |
| YUV | 196.25 | 42.64 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 45 | 0.29 | 0 | 0.81 | 0.06 | 81.34 | 0.86 | 0.56 |
| Hex | AA | EF | 2D | 1D | 0 | 51 | 6 | 51 | 56 | 38 |
| Octal | 252 | 357 | 55 | 35 | 0 | 121 | 6 | 121 | 126 | 70 |
| Binary | 10101010 | 11101111 | 101101 | 11101 | 0 | 1010001 | 110 | 1010001 | 1010110 | 111000 |
Color Harmonies of #AAEF2D
Complementary color
Monochromatic Colors of #AAEF2D
Black with #AAEF2D
Text Example
Text Example
White with #AAEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF2D; }
p { color: rgb(170,239,45); }
H1.HeaderClassName
{
color: #AAEF2D;
}
.AnyTagClassName
{
color: #AAEF2D;
}
</style>
background-color css
<style>
a { background-color: #AAEF2D; }
a { background-color: rgb(170,239,45); }
div.DivClassName
{
background-color: #AAEF2D;
}
.BgClassName
{
background-color: #AAEF2D;
}
</style>
border-color css
<style>
span { border-color: #AAEF2D; }
span { border-color: rgb(170,239,45); }
td.TdClassName
{
border-color: #AAEF2D;
}
.TagClassName
{
border-color: #AAEF2D;
}
</style>