Shades of Green Yellow #AAE82B
Tints of Green Yellow #AAE82B
RGB
CMYK
RGB Variations
Color information
#AAE82B (or 0xAAE82B) is known color: Green Yellow. HEX triplet: AA, E8 and 2B. RGB value is (170,232,43). Sum of RGB (Red+Green+Blue) = 170+232+43=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE82B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE82B is #5517D4. Grayscale: #C0C0C0. Windows color (decimal): -5576661 or 2877610. OLE color: 2877610.
HSL color Cylindrical-coordinate representation of color #AAE82B: hue angle of 79.68º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAE82B is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 43 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.09 |
| HSL | 79.68º | 0.8% | 0.54% | - |
| HSV(B) | 79.68º | 0.81% | 0.91% | - |
| XYZ | 45.87 | 66.43 | 12.69 | - |
| YUV | 191.92 | 43.96 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 43 | 0.27 | 0 | 0.81 | 0.09 | 79.68 | 0.8 | 0.54 |
| Hex | AA | E8 | 2B | 1B | 0 | 51 | 9 | 50 | 50 | 36 |
| Octal | 252 | 350 | 53 | 33 | 0 | 121 | 11 | 120 | 120 | 66 |
| Binary | 10101010 | 11101000 | 101011 | 11011 | 0 | 1010001 | 1001 | 1010000 | 1010000 | 110110 |
Color Harmonies of #AAE82B
Complementary color
Monochromatic Colors of #AAE82B
Black with #AAE82B
Text Example
Text Example
White with #AAE82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE82B; }
p { color: rgb(170,232,43); }
H1.HeaderClassName
{
color: #AAE82B;
}
.AnyTagClassName
{
color: #AAE82B;
}
</style>
background-color css
<style>
a { background-color: #AAE82B; }
a { background-color: rgb(170,232,43); }
div.DivClassName
{
background-color: #AAE82B;
}
.BgClassName
{
background-color: #AAE82B;
}
</style>
border-color css
<style>
span { border-color: #AAE82B; }
span { border-color: rgb(170,232,43); }
td.TdClassName
{
border-color: #AAE82B;
}
.TagClassName
{
border-color: #AAE82B;
}
</style>