Shades of Feijoa #AAE08F
Tints of Feijoa #AAE08F
RGB
CMYK
RGB Variations
Color information
#AAE08F (or 0xAAE08F) is known color: Feijoa. HEX triplet: AA, E0 and 8F. RGB value is (170,224,143). Sum of RGB (Red+Green+Blue) = 170+224+143=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE08F is #551F70. Grayscale: #C6C6C6. Windows color (decimal): -5578609 or 9429162. OLE color: 9429162.
HSL color Cylindrical-coordinate representation of color #AAE08F: hue angle of 100º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE08F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 143 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.12 |
| HSL | 100º | 0.57% | 0.72% | - |
| HSV(B) | 100º | 0.36% | 0.88% | - |
| XYZ | 48.19 | 63.84 | 35.77 | - |
| YUV | 198.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 143 | 0.24 | 0 | 0.36 | 0.12 | 100 | 0.57 | 0.72 |
| Hex | AA | E0 | 8F | 18 | 0 | 24 | C | 64 | 39 | 48 |
| Octal | 252 | 340 | 217 | 30 | 0 | 44 | 14 | 144 | 71 | 110 |
| Binary | 10101010 | 11100000 | 10001111 | 11000 | 0 | 100100 | 1100 | 1100100 | 111001 | 1001000 |
Color Harmonies of #AAE08F
Complementary color
Monochromatic Colors of #AAE08F
Black with #AAE08F
Text Example
Text Example
White with #AAE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE08F; }
p { color: rgb(170,224,143); }
H1.HeaderClassName
{
color: #AAE08F;
}
.AnyTagClassName
{
color: #AAE08F;
}
</style>
background-color css
<style>
a { background-color: #AAE08F; }
a { background-color: rgb(170,224,143); }
div.DivClassName
{
background-color: #AAE08F;
}
.BgClassName
{
background-color: #AAE08F;
}
</style>
border-color css
<style>
span { border-color: #AAE08F; }
span { border-color: rgb(170,224,143); }
td.TdClassName
{
border-color: #AAE08F;
}
.TagClassName
{
border-color: #AAE08F;
}
</style>