Shades of Feijoa #AAE38E
Tints of Feijoa #AAE38E
RGB
CMYK
RGB Variations
Color information
#AAE38E (or 0xAAE38E) is known color: Feijoa. HEX triplet: AA, E3 and 8E. RGB value is (170,227,142). Sum of RGB (Red+Green+Blue) = 170+227+142=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE38E is #551C71. Grayscale: #C8C8C8. Windows color (decimal): -5577842 or 9364394. OLE color: 9364394.
HSL color Cylindrical-coordinate representation of color #AAE38E: hue angle of 100.24º degrees, saturation: 0.6, 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 #AAE38E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 142 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.11 |
| HSL | 100.24º | 0.6% | 0.72% | - |
| HSV(B) | 100.24º | 0.37% | 0.89% | - |
| XYZ | 48.93 | 65.44 | 35.64 | - |
| YUV | 200.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 142 | 0.25 | 0 | 0.37 | 0.11 | 100.24 | 0.6 | 0.72 |
| Hex | AA | E3 | 8E | 19 | 0 | 25 | B | 64 | 3C | 48 |
| Octal | 252 | 343 | 216 | 31 | 0 | 45 | 13 | 144 | 74 | 110 |
| Binary | 10101010 | 11100011 | 10001110 | 11001 | 0 | 100101 | 1011 | 1100100 | 111100 | 1001000 |
Color Harmonies of #AAE38E
Complementary color
Monochromatic Colors of #AAE38E
Black with #AAE38E
Text Example
Text Example
White with #AAE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE38E; }
p { color: rgb(170,227,142); }
H1.HeaderClassName
{
color: #AAE38E;
}
.AnyTagClassName
{
color: #AAE38E;
}
</style>
background-color css
<style>
a { background-color: #AAE38E; }
a { background-color: rgb(170,227,142); }
div.DivClassName
{
background-color: #AAE38E;
}
.BgClassName
{
background-color: #AAE38E;
}
</style>
border-color css
<style>
span { border-color: #AAE38E; }
span { border-color: rgb(170,227,142); }
td.TdClassName
{
border-color: #AAE38E;
}
.TagClassName
{
border-color: #AAE38E;
}
</style>