Shades of Feijoa #AAE76F
Tints of Feijoa #AAE76F
RGB
CMYK
RGB Variations
Color information
#AAE76F (or 0xAAE76F) is known color: Feijoa. HEX triplet: AA, E7 and 6F. RGB value is (170,231,111). Sum of RGB (Red+Green+Blue) = 170+231+111=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE76F is #551890. Grayscale: #C7C7C7. Windows color (decimal): -5576849 or 7333802. OLE color: 7333802.
HSL color Cylindrical-coordinate representation of color #AAE76F: hue angle of 90.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAE76F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 111 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 90.5º | 0.71% | 0.67% | - |
| HSV(B) | 90.5º | 0.52% | 0.91% | - |
| XYZ | 48.02 | 66.85 | 25.41 | - |
| YUV | 199.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 111 | 0.26 | 0 | 0.52 | 0.09 | 90.5 | 0.71 | 0.67 |
| Hex | AA | E7 | 6F | 1A | 0 | 34 | 9 | 5A | 47 | 43 |
| Octal | 252 | 347 | 157 | 32 | 0 | 64 | 11 | 132 | 107 | 103 |
| Binary | 10101010 | 11100111 | 1101111 | 11010 | 0 | 110100 | 1001 | 1011010 | 1000111 | 1000011 |
Color Harmonies of #AAE76F
Complementary color
Monochromatic Colors of #AAE76F
Black with #AAE76F
Text Example
Text Example
White with #AAE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE76F; }
p { color: rgb(170,231,111); }
H1.HeaderClassName
{
color: #AAE76F;
}
.AnyTagClassName
{
color: #AAE76F;
}
</style>
background-color css
<style>
a { background-color: #AAE76F; }
a { background-color: rgb(170,231,111); }
div.DivClassName
{
background-color: #AAE76F;
}
.BgClassName
{
background-color: #AAE76F;
}
</style>
border-color css
<style>
span { border-color: #AAE76F; }
span { border-color: rgb(170,231,111); }
td.TdClassName
{
border-color: #AAE76F;
}
.TagClassName
{
border-color: #AAE76F;
}
</style>