Shades of Feijoa #AAE375
Tints of Feijoa #AAE375
RGB
CMYK
RGB Variations
Color information
#AAE375 (or 0xAAE375) is known color: Feijoa. HEX triplet: AA, E3 and 75. RGB value is (170,227,117). Sum of RGB (Red+Green+Blue) = 170+227+117=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE375 is #551C8A. Grayscale: #C5C5C5. Windows color (decimal): -5577867 or 7725994. OLE color: 7725994.
HSL color Cylindrical-coordinate representation of color #AAE375: hue angle of 91.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE375 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 117 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.11 |
| HSL | 91.09º | 0.66% | 0.67% | - |
| HSV(B) | 91.09º | 0.48% | 0.89% | - |
| XYZ | 47.26 | 64.77 | 26.84 | - |
| YUV | 197.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 117 | 0.25 | 0 | 0.48 | 0.11 | 91.09 | 0.66 | 0.67 |
| Hex | AA | E3 | 75 | 19 | 0 | 30 | B | 5B | 42 | 43 |
| Octal | 252 | 343 | 165 | 31 | 0 | 60 | 13 | 133 | 102 | 103 |
| Binary | 10101010 | 11100011 | 1110101 | 11001 | 0 | 110000 | 1011 | 1011011 | 1000010 | 1000011 |
Color Harmonies of #AAE375
Complementary color
Monochromatic Colors of #AAE375
Black with #AAE375
Text Example
Text Example
White with #AAE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE375; }
p { color: rgb(170,227,117); }
H1.HeaderClassName
{
color: #AAE375;
}
.AnyTagClassName
{
color: #AAE375;
}
</style>
background-color css
<style>
a { background-color: #AAE375; }
a { background-color: rgb(170,227,117); }
div.DivClassName
{
background-color: #AAE375;
}
.BgClassName
{
background-color: #AAE375;
}
</style>
border-color css
<style>
span { border-color: #AAE375; }
span { border-color: rgb(170,227,117); }
td.TdClassName
{
border-color: #AAE375;
}
.TagClassName
{
border-color: #AAE375;
}
</style>