Shades of Feijoa #AAE46C
Tints of Feijoa #AAE46C
RGB
CMYK
RGB Variations
Color information
#AAE46C (or 0xAAE46C) is known color: Feijoa. HEX triplet: AA, E4 and 6C. RGB value is (170,228,108). Sum of RGB (Red+Green+Blue) = 170+228+108=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE46C is #551B93. Grayscale: #C5C5C5. Windows color (decimal): -5577620 or 7136426. OLE color: 7136426.
HSL color Cylindrical-coordinate representation of color #AAE46C: hue angle of 89º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE46C is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 108 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.11 |
| HSL | 89º | 0.69% | 0.66% | - |
| HSV(B) | 89º | 0.53% | 0.89% | - |
| XYZ | 47.03 | 65.12 | 24.28 | - |
| YUV | 196.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 108 | 0.25 | 0 | 0.53 | 0.11 | 89 | 0.69 | 0.66 |
| Hex | AA | E4 | 6C | 19 | 0 | 35 | B | 59 | 45 | 42 |
| Octal | 252 | 344 | 154 | 31 | 0 | 65 | 13 | 131 | 105 | 102 |
| Binary | 10101010 | 11100100 | 1101100 | 11001 | 0 | 110101 | 1011 | 1011001 | 1000101 | 1000010 |
Color Harmonies of #AAE46C
Complementary color
Monochromatic Colors of #AAE46C
Black with #AAE46C
Text Example
Text Example
White with #AAE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE46C; }
p { color: rgb(170,228,108); }
H1.HeaderClassName
{
color: #AAE46C;
}
.AnyTagClassName
{
color: #AAE46C;
}
</style>
background-color css
<style>
a { background-color: #AAE46C; }
a { background-color: rgb(170,228,108); }
div.DivClassName
{
background-color: #AAE46C;
}
.BgClassName
{
background-color: #AAE46C;
}
</style>
border-color css
<style>
span { border-color: #AAE46C; }
span { border-color: rgb(170,228,108); }
td.TdClassName
{
border-color: #AAE46C;
}
.TagClassName
{
border-color: #AAE46C;
}
</style>