Shades of Feijoa #AAE26E
Tints of Feijoa #AAE26E
RGB
CMYK
RGB Variations
Color information
#AAE26E (or 0xAAE26E) is known color: Feijoa. HEX triplet: AA, E2 and 6E. RGB value is (170,226,110). Sum of RGB (Red+Green+Blue) = 170+226+110=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE26E is #551D91. Grayscale: #C4C4C4. Windows color (decimal): -5578130 or 7266986. OLE color: 7266986.
HSL color Cylindrical-coordinate representation of color #AAE26E: hue angle of 88.97º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE26E is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 110 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.11 |
| HSL | 88.97º | 0.67% | 0.66% | - |
| HSV(B) | 88.97º | 0.51% | 0.89% | - |
| XYZ | 46.59 | 64.06 | 24.66 | - |
| YUV | 196.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 110 | 0.25 | 0 | 0.51 | 0.11 | 88.97 | 0.67 | 0.66 |
| Hex | AA | E2 | 6E | 19 | 0 | 33 | B | 59 | 43 | 42 |
| Octal | 252 | 342 | 156 | 31 | 0 | 63 | 13 | 131 | 103 | 102 |
| Binary | 10101010 | 11100010 | 1101110 | 11001 | 0 | 110011 | 1011 | 1011001 | 1000011 | 1000010 |
Color Harmonies of #AAE26E
Complementary color
Monochromatic Colors of #AAE26E
Black with #AAE26E
Text Example
Text Example
White with #AAE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE26E; }
p { color: rgb(170,226,110); }
H1.HeaderClassName
{
color: #AAE26E;
}
.AnyTagClassName
{
color: #AAE26E;
}
</style>
background-color css
<style>
a { background-color: #AAE26E; }
a { background-color: rgb(170,226,110); }
div.DivClassName
{
background-color: #AAE26E;
}
.BgClassName
{
background-color: #AAE26E;
}
</style>
border-color css
<style>
span { border-color: #AAE26E; }
span { border-color: rgb(170,226,110); }
td.TdClassName
{
border-color: #AAE26E;
}
.TagClassName
{
border-color: #AAE26E;
}
</style>