Shades of Feijoa #AACE90
Tints of Feijoa #AACE90
RGB
CMYK
RGB Variations
Color information
#AACE90 (or 0xAACE90) is known color: Feijoa. HEX triplet: AA, CE and 90. RGB value is (170,206,144). Sum of RGB (Red+Green+Blue) = 170+206+144=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE90 is #55316F. Grayscale: #BCBCBC. Windows color (decimal): -5583216 or 9490090. OLE color: 9490090.
HSL color Cylindrical-coordinate representation of color #AACE90: hue angle of 94.84º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACE90 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 144 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.19 |
| HSL | 94.84º | 0.39% | 0.69% | - |
| HSV(B) | 94.84º | 0.3% | 0.81% | - |
| XYZ | 43.68 | 54.7 | 34.64 | - |
| YUV | 188.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 144 | 0.17 | 0 | 0.30 | 0.19 | 94.84 | 0.39 | 0.69 |
| Hex | AA | CE | 90 | 11 | 0 | 1E | 13 | 5F | 27 | 45 |
| Octal | 252 | 316 | 220 | 21 | 0 | 36 | 23 | 137 | 47 | 105 |
| Binary | 10101010 | 11001110 | 10010000 | 10001 | 0 | 11110 | 10011 | 1011111 | 100111 | 1000101 |
Color Harmonies of #AACE90
Complementary color
Monochromatic Colors of #AACE90
Black with #AACE90
Text Example
Text Example
White with #AACE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE90; }
p { color: rgb(170,206,144); }
H1.HeaderClassName
{
color: #AACE90;
}
.AnyTagClassName
{
color: #AACE90;
}
</style>
background-color css
<style>
a { background-color: #AACE90; }
a { background-color: rgb(170,206,144); }
div.DivClassName
{
background-color: #AACE90;
}
.BgClassName
{
background-color: #AACE90;
}
</style>
border-color css
<style>
span { border-color: #AACE90; }
span { border-color: rgb(170,206,144); }
td.TdClassName
{
border-color: #AACE90;
}
.TagClassName
{
border-color: #AACE90;
}
</style>