Shades of Feijoa #AAE28E
Tints of Feijoa #AAE28E
RGB
CMYK
RGB Variations
Color information
#AAE28E (or 0xAAE28E) is known color: Feijoa. HEX triplet: AA, E2 and 8E. RGB value is (170,226,142). Sum of RGB (Red+Green+Blue) = 170+226+142=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE28E is #551D71. Grayscale: #C7C7C7. Windows color (decimal): -5578098 or 9364138. OLE color: 9364138.
HSL color Cylindrical-coordinate representation of color #AAE28E: hue angle of 100º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAE28E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 142 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.11 |
| HSL | 100º | 0.59% | 0.72% | - |
| HSV(B) | 100º | 0.37% | 0.89% | - |
| XYZ | 48.66 | 64.89 | 35.55 | - |
| YUV | 199.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 142 | 0.25 | 0 | 0.37 | 0.11 | 100 | 0.59 | 0.72 |
| Hex | AA | E2 | 8E | 19 | 0 | 25 | B | 64 | 3B | 48 |
| Octal | 252 | 342 | 216 | 31 | 0 | 45 | 13 | 144 | 73 | 110 |
| Binary | 10101010 | 11100010 | 10001110 | 11001 | 0 | 100101 | 1011 | 1100100 | 111011 | 1001000 |
Color Harmonies of #AAE28E
Complementary color
Monochromatic Colors of #AAE28E
Black with #AAE28E
Text Example
Text Example
White with #AAE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE28E; }
p { color: rgb(170,226,142); }
H1.HeaderClassName
{
color: #AAE28E;
}
.AnyTagClassName
{
color: #AAE28E;
}
</style>
background-color css
<style>
a { background-color: #AAE28E; }
a { background-color: rgb(170,226,142); }
div.DivClassName
{
background-color: #AAE28E;
}
.BgClassName
{
background-color: #AAE28E;
}
</style>
border-color css
<style>
span { border-color: #AAE28E; }
span { border-color: rgb(170,226,142); }
td.TdClassName
{
border-color: #AAE28E;
}
.TagClassName
{
border-color: #AAE28E;
}
</style>