Shades of Feijoa #AAE76E
Tints of Feijoa #AAE76E
RGB
CMYK
RGB Variations
Color information
#AAE76E (or 0xAAE76E) is known color: Feijoa. HEX triplet: AA, E7 and 6E. RGB value is (170,231,110). Sum of RGB (Red+Green+Blue) = 170+231+110=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE76E is #551891. Grayscale: #C7C7C7. Windows color (decimal): -5576850 or 7268266. OLE color: 7268266.
HSL color Cylindrical-coordinate representation of color #AAE76E: hue angle of 90.25º degrees, saturation: 0.72, 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 #AAE76E is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 110 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 90.25º | 0.72% | 0.67% | - |
| HSV(B) | 90.25º | 0.52% | 0.91% | - |
| XYZ | 47.97 | 66.82 | 25.12 | - |
| YUV | 198.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 110 | 0.26 | 0 | 0.52 | 0.09 | 90.25 | 0.72 | 0.67 |
| Hex | AA | E7 | 6E | 1A | 0 | 34 | 9 | 5A | 48 | 43 |
| Octal | 252 | 347 | 156 | 32 | 0 | 64 | 11 | 132 | 110 | 103 |
| Binary | 10101010 | 11100111 | 1101110 | 11010 | 0 | 110100 | 1001 | 1011010 | 1001000 | 1000011 |
Color Harmonies of #AAE76E
Complementary color
Monochromatic Colors of #AAE76E
Black with #AAE76E
Text Example
Text Example
White with #AAE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE76E; }
p { color: rgb(170,231,110); }
H1.HeaderClassName
{
color: #AAE76E;
}
.AnyTagClassName
{
color: #AAE76E;
}
</style>
background-color css
<style>
a { background-color: #AAE76E; }
a { background-color: rgb(170,231,110); }
div.DivClassName
{
background-color: #AAE76E;
}
.BgClassName
{
background-color: #AAE76E;
}
</style>
border-color css
<style>
span { border-color: #AAE76E; }
span { border-color: rgb(170,231,110); }
td.TdClassName
{
border-color: #AAE76E;
}
.TagClassName
{
border-color: #AAE76E;
}
</style>