Shades of Feijoa #AAE175
Tints of Feijoa #AAE175
RGB
CMYK
RGB Variations
Color information
#AAE175 (or 0xAAE175) is known color: Feijoa. HEX triplet: AA, E1 and 75. RGB value is (170,225,117). Sum of RGB (Red+Green+Blue) = 170+225+117=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE175 is #551E8A. Grayscale: #C4C4C4. Windows color (decimal): -5578379 or 7725482. OLE color: 7725482.
HSL color Cylindrical-coordinate representation of color #AAE175: hue angle of 90.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE175 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 117 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.12 |
| HSL | 90.56º | 0.64% | 0.67% | - |
| HSV(B) | 90.56º | 0.48% | 0.88% | - |
| XYZ | 46.71 | 63.68 | 26.66 | - |
| YUV | 196.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 117 | 0.24 | 0 | 0.48 | 0.12 | 90.56 | 0.64 | 0.67 |
| Hex | AA | E1 | 75 | 18 | 0 | 30 | C | 5B | 40 | 43 |
| Octal | 252 | 341 | 165 | 30 | 0 | 60 | 14 | 133 | 100 | 103 |
| Binary | 10101010 | 11100001 | 1110101 | 11000 | 0 | 110000 | 1100 | 1011011 | 1000000 | 1000011 |
Color Harmonies of #AAE175
Complementary color
Monochromatic Colors of #AAE175
Black with #AAE175
Text Example
Text Example
White with #AAE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE175; }
p { color: rgb(170,225,117); }
H1.HeaderClassName
{
color: #AAE175;
}
.AnyTagClassName
{
color: #AAE175;
}
</style>
background-color css
<style>
a { background-color: #AAE175; }
a { background-color: rgb(170,225,117); }
div.DivClassName
{
background-color: #AAE175;
}
.BgClassName
{
background-color: #AAE175;
}
</style>
border-color css
<style>
span { border-color: #AAE175; }
span { border-color: rgb(170,225,117); }
td.TdClassName
{
border-color: #AAE175;
}
.TagClassName
{
border-color: #AAE175;
}
</style>