Shades of Feijoa #AAE170
Tints of Feijoa #AAE170
RGB
CMYK
RGB Variations
Color information
#AAE170 (or 0xAAE170) is known color: Feijoa. HEX triplet: AA, E1 and 70. RGB value is (170,225,112). Sum of RGB (Red+Green+Blue) = 170+225+112=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE170 is #551E8F. Grayscale: #C4C4C4. Windows color (decimal): -5578384 or 7397802. OLE color: 7397802.
HSL color Cylindrical-coordinate representation of color #AAE170: hue angle of 89.2º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE170 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 112 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.12 |
| HSL | 89.2º | 0.65% | 0.66% | - |
| HSV(B) | 89.2º | 0.5% | 0.88% | - |
| XYZ | 46.43 | 63.57 | 25.15 | - |
| YUV | 195.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 112 | 0.24 | 0 | 0.50 | 0.12 | 89.2 | 0.65 | 0.66 |
| Hex | AA | E1 | 70 | 18 | 0 | 32 | C | 59 | 41 | 42 |
| Octal | 252 | 341 | 160 | 30 | 0 | 62 | 14 | 131 | 101 | 102 |
| Binary | 10101010 | 11100001 | 1110000 | 11000 | 0 | 110010 | 1100 | 1011001 | 1000001 | 1000010 |
Color Harmonies of #AAE170
Complementary color
Monochromatic Colors of #AAE170
Black with #AAE170
Text Example
Text Example
White with #AAE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE170; }
p { color: rgb(170,225,112); }
H1.HeaderClassName
{
color: #AAE170;
}
.AnyTagClassName
{
color: #AAE170;
}
</style>
background-color css
<style>
a { background-color: #AAE170; }
a { background-color: rgb(170,225,112); }
div.DivClassName
{
background-color: #AAE170;
}
.BgClassName
{
background-color: #AAE170;
}
</style>
border-color css
<style>
span { border-color: #AAE170; }
span { border-color: rgb(170,225,112); }
td.TdClassName
{
border-color: #AAE170;
}
.TagClassName
{
border-color: #AAE170;
}
</style>