Shades of Feijoa #AAE27E
Tints of Feijoa #AAE27E
RGB
CMYK
RGB Variations
Color information
#AAE27E (or 0xAAE27E) is known color: Feijoa. HEX triplet: AA, E2 and 7E. RGB value is (170,226,126). Sum of RGB (Red+Green+Blue) = 170+226+126=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE27E is #551D81. Grayscale: #C6C6C6. Windows color (decimal): -5578114 or 8315562. OLE color: 8315562.
HSL color Cylindrical-coordinate representation of color #AAE27E: hue angle of 93.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE27E is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 126 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.11 |
| HSL | 93.6º | 0.63% | 0.69% | - |
| HSV(B) | 93.6º | 0.44% | 0.89% | - |
| XYZ | 47.54 | 64.45 | 29.67 | - |
| YUV | 197.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 126 | 0.25 | 0 | 0.44 | 0.11 | 93.6 | 0.63 | 0.69 |
| Hex | AA | E2 | 7E | 19 | 0 | 2C | B | 5E | 3F | 45 |
| Octal | 252 | 342 | 176 | 31 | 0 | 54 | 13 | 136 | 77 | 105 |
| Binary | 10101010 | 11100010 | 1111110 | 11001 | 0 | 101100 | 1011 | 1011110 | 111111 | 1000101 |
Color Harmonies of #AAE27E
Complementary color
Monochromatic Colors of #AAE27E
Black with #AAE27E
Text Example
Text Example
White with #AAE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE27E; }
p { color: rgb(170,226,126); }
H1.HeaderClassName
{
color: #AAE27E;
}
.AnyTagClassName
{
color: #AAE27E;
}
</style>
background-color css
<style>
a { background-color: #AAE27E; }
a { background-color: rgb(170,226,126); }
div.DivClassName
{
background-color: #AAE27E;
}
.BgClassName
{
background-color: #AAE27E;
}
</style>
border-color css
<style>
span { border-color: #AAE27E; }
span { border-color: rgb(170,226,126); }
td.TdClassName
{
border-color: #AAE27E;
}
.TagClassName
{
border-color: #AAE27E;
}
</style>