Shades of Feijoa #AAE38B
Tints of Feijoa #AAE38B
RGB
CMYK
RGB Variations
Color information
#AAE38B (or 0xAAE38B) is known color: Feijoa. HEX triplet: AA, E3 and 8B. RGB value is (170,227,139). Sum of RGB (Red+Green+Blue) = 170+227+139=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE38B is #551C74. Grayscale: #C8C8C8. Windows color (decimal): -5577845 or 9167786. OLE color: 9167786.
HSL color Cylindrical-coordinate representation of color #AAE38B: hue angle of 98.86º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE38B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 139 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.11 |
| HSL | 98.86º | 0.61% | 0.72% | - |
| HSV(B) | 98.86º | 0.39% | 0.89% | - |
| XYZ | 48.71 | 65.35 | 34.47 | - |
| YUV | 199.93 | 93.62 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 139 | 0.25 | 0 | 0.39 | 0.11 | 98.86 | 0.61 | 0.72 |
| Hex | AA | E3 | 8B | 19 | 0 | 27 | B | 63 | 3D | 48 |
| Octal | 252 | 343 | 213 | 31 | 0 | 47 | 13 | 143 | 75 | 110 |
| Binary | 10101010 | 11100011 | 10001011 | 11001 | 0 | 100111 | 1011 | 1100011 | 111101 | 1001000 |
Color Harmonies of #AAE38B
Complementary color
Monochromatic Colors of #AAE38B
Black with #AAE38B
Text Example
Text Example
White with #AAE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE38B; }
p { color: rgb(170,227,139); }
H1.HeaderClassName
{
color: #AAE38B;
}
.AnyTagClassName
{
color: #AAE38B;
}
</style>
background-color css
<style>
a { background-color: #AAE38B; }
a { background-color: rgb(170,227,139); }
div.DivClassName
{
background-color: #AAE38B;
}
.BgClassName
{
background-color: #AAE38B;
}
</style>
border-color css
<style>
span { border-color: #AAE38B; }
span { border-color: rgb(170,227,139); }
td.TdClassName
{
border-color: #AAE38B;
}
.TagClassName
{
border-color: #AAE38B;
}
</style>