Shades of Feijoa #AAE76D
Tints of Feijoa #AAE76D
RGB
CMYK
RGB Variations
Color information
#AAE76D (or 0xAAE76D) is known color: Feijoa. HEX triplet: AA, E7 and 6D. RGB value is (170,231,109). Sum of RGB (Red+Green+Blue) = 170+231+109=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE76D is #551892. Grayscale: #C7C7C7. Windows color (decimal): -5576851 or 7202730. OLE color: 7202730.
HSL color Cylindrical-coordinate representation of color #AAE76D: hue angle of 90º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE76D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 109 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.09 |
| HSL | 90º | 0.72% | 0.67% | - |
| HSV(B) | 90º | 0.53% | 0.91% | - |
| XYZ | 47.91 | 66.8 | 24.84 | - |
| YUV | 198.85 | 77.29 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 109 | 0.26 | 0 | 0.53 | 0.09 | 90 | 0.72 | 0.67 |
| Hex | AA | E7 | 6D | 1A | 0 | 35 | 9 | 5A | 48 | 43 |
| Octal | 252 | 347 | 155 | 32 | 0 | 65 | 11 | 132 | 110 | 103 |
| Binary | 10101010 | 11100111 | 1101101 | 11010 | 0 | 110101 | 1001 | 1011010 | 1001000 | 1000011 |
Color Harmonies of #AAE76D
Complementary color
Monochromatic Colors of #AAE76D
Black with #AAE76D
Text Example
Text Example
White with #AAE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE76D; }
p { color: rgb(170,231,109); }
H1.HeaderClassName
{
color: #AAE76D;
}
.AnyTagClassName
{
color: #AAE76D;
}
</style>
background-color css
<style>
a { background-color: #AAE76D; }
a { background-color: rgb(170,231,109); }
div.DivClassName
{
background-color: #AAE76D;
}
.BgClassName
{
background-color: #AAE76D;
}
</style>
border-color css
<style>
span { border-color: #AAE76D; }
span { border-color: rgb(170,231,109); }
td.TdClassName
{
border-color: #AAE76D;
}
.TagClassName
{
border-color: #AAE76D;
}
</style>