Shades of Feijoa #AAE26C
Tints of Feijoa #AAE26C
RGB
CMYK
RGB Variations
Color information
#AAE26C (or 0xAAE26C) is known color: Feijoa. HEX triplet: AA, E2 and 6C. RGB value is (170,226,108). Sum of RGB (Red+Green+Blue) = 170+226+108=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE26C is #551D93. Grayscale: #C4C4C4. Windows color (decimal): -5578132 or 7135914. OLE color: 7135914.
HSL color Cylindrical-coordinate representation of color #AAE26C: hue angle of 88.47º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAE26C is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 108 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.11 |
| HSL | 88.47º | 0.67% | 0.65% | - |
| HSV(B) | 88.47º | 0.52% | 0.89% | - |
| XYZ | 46.48 | 64.02 | 24.09 | - |
| YUV | 195.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 108 | 0.25 | 0 | 0.52 | 0.11 | 88.47 | 0.67 | 0.65 |
| Hex | AA | E2 | 6C | 19 | 0 | 34 | B | 58 | 43 | 41 |
| Octal | 252 | 342 | 154 | 31 | 0 | 64 | 13 | 130 | 103 | 101 |
| Binary | 10101010 | 11100010 | 1101100 | 11001 | 0 | 110100 | 1011 | 1011000 | 1000011 | 1000001 |
Color Harmonies of #AAE26C
Complementary color
Monochromatic Colors of #AAE26C
Black with #AAE26C
Text Example
Text Example
White with #AAE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE26C; }
p { color: rgb(170,226,108); }
H1.HeaderClassName
{
color: #AAE26C;
}
.AnyTagClassName
{
color: #AAE26C;
}
</style>
background-color css
<style>
a { background-color: #AAE26C; }
a { background-color: rgb(170,226,108); }
div.DivClassName
{
background-color: #AAE26C;
}
.BgClassName
{
background-color: #AAE26C;
}
</style>
border-color css
<style>
span { border-color: #AAE26C; }
span { border-color: rgb(170,226,108); }
td.TdClassName
{
border-color: #AAE26C;
}
.TagClassName
{
border-color: #AAE26C;
}
</style>