Shades of Feijoa #AAE174
Tints of Feijoa #AAE174
RGB
CMYK
RGB Variations
Color information
#AAE174 (or 0xAAE174) is known color: Feijoa. HEX triplet: AA, E1 and 74. RGB value is (170,225,116). Sum of RGB (Red+Green+Blue) = 170+225+116=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE174 is #551E8B. Grayscale: #C4C4C4. Windows color (decimal): -5578380 or 7659946. OLE color: 7659946.
HSL color Cylindrical-coordinate representation of color #AAE174: hue angle of 90.28º 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 #AAE174 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 116 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.12 |
| HSL | 90.28º | 0.64% | 0.67% | - |
| HSV(B) | 90.28º | 0.48% | 0.88% | - |
| XYZ | 46.66 | 63.66 | 26.35 | - |
| YUV | 196.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 116 | 0.24 | 0 | 0.48 | 0.12 | 90.28 | 0.64 | 0.67 |
| Hex | AA | E1 | 74 | 18 | 0 | 30 | C | 5A | 40 | 43 |
| Octal | 252 | 341 | 164 | 30 | 0 | 60 | 14 | 132 | 100 | 103 |
| Binary | 10101010 | 11100001 | 1110100 | 11000 | 0 | 110000 | 1100 | 1011010 | 1000000 | 1000011 |
Color Harmonies of #AAE174
Complementary color
Monochromatic Colors of #AAE174
Black with #AAE174
Text Example
Text Example
White with #AAE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE174; }
p { color: rgb(170,225,116); }
H1.HeaderClassName
{
color: #AAE174;
}
.AnyTagClassName
{
color: #AAE174;
}
</style>
background-color css
<style>
a { background-color: #AAE174; }
a { background-color: rgb(170,225,116); }
div.DivClassName
{
background-color: #AAE174;
}
.BgClassName
{
background-color: #AAE174;
}
</style>
border-color css
<style>
span { border-color: #AAE174; }
span { border-color: rgb(170,225,116); }
td.TdClassName
{
border-color: #AAE174;
}
.TagClassName
{
border-color: #AAE174;
}
</style>