Shades of Green Yellow #AAEB2D
Tints of Green Yellow #AAEB2D
RGB
CMYK
RGB Variations
Color information
#AAEB2D (or 0xAAEB2D) is known color: Green Yellow. HEX triplet: AA, EB and 2D. RGB value is (170,235,45). Sum of RGB (Red+Green+Blue) = 170+235+45=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB2D is #5514D2. Grayscale: #C2C2C2. Windows color (decimal): -5575891 or 3009450. OLE color: 3009450.
HSL color Cylindrical-coordinate representation of color #AAEB2D: hue angle of 80.53º degrees, saturation: 0.83, 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 #AAEB2D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.08 |
| HSL | 80.53º | 0.83% | 0.55% | - |
| HSV(B) | 80.53º | 0.81% | 0.92% | - |
| XYZ | 46.76 | 68.15 | 13.17 | - |
| YUV | 193.91 | 43.97 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 45 | 0.28 | 0 | 0.81 | 0.08 | 80.53 | 0.83 | 0.55 |
| Hex | AA | EB | 2D | 1C | 0 | 51 | 8 | 51 | 53 | 37 |
| Octal | 252 | 353 | 55 | 34 | 0 | 121 | 10 | 121 | 123 | 67 |
| Binary | 10101010 | 11101011 | 101101 | 11100 | 0 | 1010001 | 1000 | 1010001 | 1010011 | 110111 |
Color Harmonies of #AAEB2D
Complementary color
Monochromatic Colors of #AAEB2D
Black with #AAEB2D
Text Example
Text Example
White with #AAEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB2D; }
p { color: rgb(170,235,45); }
H1.HeaderClassName
{
color: #AAEB2D;
}
.AnyTagClassName
{
color: #AAEB2D;
}
</style>
background-color css
<style>
a { background-color: #AAEB2D; }
a { background-color: rgb(170,235,45); }
div.DivClassName
{
background-color: #AAEB2D;
}
.BgClassName
{
background-color: #AAEB2D;
}
</style>
border-color css
<style>
span { border-color: #AAEB2D; }
span { border-color: rgb(170,235,45); }
td.TdClassName
{
border-color: #AAEB2D;
}
.TagClassName
{
border-color: #AAEB2D;
}
</style>