Shades of Feijoa #AAE06F
Tints of Feijoa #AAE06F
RGB
CMYK
RGB Variations
Color information
#AAE06F (or 0xAAE06F) is known color: Feijoa. HEX triplet: AA, E0 and 6F. RGB value is (170,224,111). Sum of RGB (Red+Green+Blue) = 170+224+111=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE06F is #551F90. Grayscale: #C3C3C3. Windows color (decimal): -5578641 or 7332010. OLE color: 7332010.
HSL color Cylindrical-coordinate representation of color #AAE06F: hue angle of 88.67º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE06F is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 111 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.12 |
| HSL | 88.67º | 0.65% | 0.66% | - |
| HSV(B) | 88.67º | 0.5% | 0.88% | - |
| XYZ | 46.1 | 63.01 | 24.77 | - |
| YUV | 194.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 111 | 0.24 | 0 | 0.50 | 0.12 | 88.67 | 0.65 | 0.66 |
| Hex | AA | E0 | 6F | 18 | 0 | 32 | C | 59 | 41 | 42 |
| Octal | 252 | 340 | 157 | 30 | 0 | 62 | 14 | 131 | 101 | 102 |
| Binary | 10101010 | 11100000 | 1101111 | 11000 | 0 | 110010 | 1100 | 1011001 | 1000001 | 1000010 |
Color Harmonies of #AAE06F
Complementary color
Monochromatic Colors of #AAE06F
Black with #AAE06F
Text Example
Text Example
White with #AAE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE06F; }
p { color: rgb(170,224,111); }
H1.HeaderClassName
{
color: #AAE06F;
}
.AnyTagClassName
{
color: #AAE06F;
}
</style>
background-color css
<style>
a { background-color: #AAE06F; }
a { background-color: rgb(170,224,111); }
div.DivClassName
{
background-color: #AAE06F;
}
.BgClassName
{
background-color: #AAE06F;
}
</style>
border-color css
<style>
span { border-color: #AAE06F; }
span { border-color: rgb(170,224,111); }
td.TdClassName
{
border-color: #AAE06F;
}
.TagClassName
{
border-color: #AAE06F;
}
</style>