Shades of Green Yellow #AAEB3E
Tints of Green Yellow #AAEB3E
RGB
CMYK
RGB Variations
Color information
#AAEB3E (or 0xAAEB3E) is known color: Green Yellow. HEX triplet: AA, EB and 3E. RGB value is (170,235,62). Sum of RGB (Red+Green+Blue) = 170+235+62=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB3E is #5514C1. Grayscale: #C4C4C4. Windows color (decimal): -5575874 or 4123562. OLE color: 4123562.
HSL color Cylindrical-coordinate representation of color #AAEB3E: hue angle of 82.54º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAEB3E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 62 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.08 |
| HSL | 82.54º | 0.81% | 0.58% | - |
| HSV(B) | 82.54º | 0.74% | 0.92% | - |
| XYZ | 47.16 | 68.31 | 15.26 | - |
| YUV | 195.84 | 52.47 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 62 | 0.28 | 0 | 0.74 | 0.08 | 82.54 | 0.81 | 0.58 |
| Hex | AA | EB | 3E | 1C | 0 | 4A | 8 | 53 | 51 | 3A |
| Octal | 252 | 353 | 76 | 34 | 0 | 112 | 10 | 123 | 121 | 72 |
| Binary | 10101010 | 11101011 | 111110 | 11100 | 0 | 1001010 | 1000 | 1010011 | 1010001 | 111010 |
Color Harmonies of #AAEB3E
Complementary color
Monochromatic Colors of #AAEB3E
Black with #AAEB3E
Text Example
Text Example
White with #AAEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB3E; }
p { color: rgb(170,235,62); }
H1.HeaderClassName
{
color: #AAEB3E;
}
.AnyTagClassName
{
color: #AAEB3E;
}
</style>
background-color css
<style>
a { background-color: #AAEB3E; }
a { background-color: rgb(170,235,62); }
div.DivClassName
{
background-color: #AAEB3E;
}
.BgClassName
{
background-color: #AAEB3E;
}
</style>
border-color css
<style>
span { border-color: #AAEB3E; }
span { border-color: rgb(170,235,62); }
td.TdClassName
{
border-color: #AAEB3E;
}
.TagClassName
{
border-color: #AAEB3E;
}
</style>