Shades of Feijoa #AAE26F
Tints of Feijoa #AAE26F
RGB
CMYK
RGB Variations
Color information
#AAE26F (or 0xAAE26F) is known color: Feijoa. HEX triplet: AA, E2 and 6F. RGB value is (170,226,111). Sum of RGB (Red+Green+Blue) = 170+226+111=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE26F is #551D90. Grayscale: #C4C4C4. Windows color (decimal): -5578129 or 7332522. OLE color: 7332522.
HSL color Cylindrical-coordinate representation of color #AAE26F: hue angle of 89.22º degrees, saturation: 0.66, 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 #AAE26F is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 111 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.11 |
| HSL | 89.22º | 0.66% | 0.66% | - |
| HSV(B) | 89.22º | 0.51% | 0.89% | - |
| XYZ | 46.64 | 64.09 | 24.95 | - |
| YUV | 196.15 | 79.95 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 111 | 0.25 | 0 | 0.51 | 0.11 | 89.22 | 0.66 | 0.66 |
| Hex | AA | E2 | 6F | 19 | 0 | 33 | B | 59 | 42 | 42 |
| Octal | 252 | 342 | 157 | 31 | 0 | 63 | 13 | 131 | 102 | 102 |
| Binary | 10101010 | 11100010 | 1101111 | 11001 | 0 | 110011 | 1011 | 1011001 | 1000010 | 1000010 |
Color Harmonies of #AAE26F
Complementary color
Monochromatic Colors of #AAE26F
Black with #AAE26F
Text Example
Text Example
White with #AAE26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE26F; }
p { color: rgb(170,226,111); }
H1.HeaderClassName
{
color: #AAE26F;
}
.AnyTagClassName
{
color: #AAE26F;
}
</style>
background-color css
<style>
a { background-color: #AAE26F; }
a { background-color: rgb(170,226,111); }
div.DivClassName
{
background-color: #AAE26F;
}
.BgClassName
{
background-color: #AAE26F;
}
</style>
border-color css
<style>
span { border-color: #AAE26F; }
span { border-color: rgb(170,226,111); }
td.TdClassName
{
border-color: #AAE26F;
}
.TagClassName
{
border-color: #AAE26F;
}
</style>