Shades of Feijoa #AAE36C
Tints of Feijoa #AAE36C
RGB
CMYK
RGB Variations
Color information
#AAE36C (or 0xAAE36C) is known color: Feijoa. HEX triplet: AA, E3 and 6C. RGB value is (170,227,108). Sum of RGB (Red+Green+Blue) = 170+227+108=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE36C is #551C93. Grayscale: #C4C4C4. Windows color (decimal): -5577876 or 7136170. OLE color: 7136170.
HSL color Cylindrical-coordinate representation of color #AAE36C: hue angle of 88.74º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAE36C is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 108 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.11 |
| HSL | 88.74º | 0.68% | 0.66% | - |
| HSV(B) | 88.74º | 0.52% | 0.89% | - |
| XYZ | 46.75 | 64.57 | 24.19 | - |
| YUV | 196.39 | 78.12 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 108 | 0.25 | 0 | 0.52 | 0.11 | 88.74 | 0.68 | 0.66 |
| Hex | AA | E3 | 6C | 19 | 0 | 34 | B | 59 | 44 | 42 |
| Octal | 252 | 343 | 154 | 31 | 0 | 64 | 13 | 131 | 104 | 102 |
| Binary | 10101010 | 11100011 | 1101100 | 11001 | 0 | 110100 | 1011 | 1011001 | 1000100 | 1000010 |
Color Harmonies of #AAE36C
Complementary color
Monochromatic Colors of #AAE36C
Black with #AAE36C
Text Example
Text Example
White with #AAE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE36C; }
p { color: rgb(170,227,108); }
H1.HeaderClassName
{
color: #AAE36C;
}
.AnyTagClassName
{
color: #AAE36C;
}
</style>
background-color css
<style>
a { background-color: #AAE36C; }
a { background-color: rgb(170,227,108); }
div.DivClassName
{
background-color: #AAE36C;
}
.BgClassName
{
background-color: #AAE36C;
}
</style>
border-color css
<style>
span { border-color: #AAE36C; }
span { border-color: rgb(170,227,108); }
td.TdClassName
{
border-color: #AAE36C;
}
.TagClassName
{
border-color: #AAE36C;
}
</style>