Shades of Feijoa #AACE8A
Tints of Feijoa #AACE8A
RGB
CMYK
RGB Variations
Color information
#AACE8A (or 0xAACE8A) is known color: Feijoa. HEX triplet: AA, CE and 8A. RGB value is (170,206,138). Sum of RGB (Red+Green+Blue) = 170+206+138=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE8A is #553175. Grayscale: #BBBBBB. Windows color (decimal): -5583222 or 9096874. OLE color: 9096874.
HSL color Cylindrical-coordinate representation of color #AACE8A: hue angle of 91.76º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACE8A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 138 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.19 |
| HSL | 91.76º | 0.41% | 0.67% | - |
| HSV(B) | 91.76º | 0.33% | 0.81% | - |
| XYZ | 43.24 | 54.52 | 32.29 | - |
| YUV | 187.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 138 | 0.17 | 0 | 0.33 | 0.19 | 91.76 | 0.41 | 0.67 |
| Hex | AA | CE | 8A | 11 | 0 | 21 | 13 | 5C | 29 | 43 |
| Octal | 252 | 316 | 212 | 21 | 0 | 41 | 23 | 134 | 51 | 103 |
| Binary | 10101010 | 11001110 | 10001010 | 10001 | 0 | 100001 | 10011 | 1011100 | 101001 | 1000011 |
Color Harmonies of #AACE8A
Complementary color
Monochromatic Colors of #AACE8A
Black with #AACE8A
Text Example
Text Example
White with #AACE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE8A; }
p { color: rgb(170,206,138); }
H1.HeaderClassName
{
color: #AACE8A;
}
.AnyTagClassName
{
color: #AACE8A;
}
</style>
background-color css
<style>
a { background-color: #AACE8A; }
a { background-color: rgb(170,206,138); }
div.DivClassName
{
background-color: #AACE8A;
}
.BgClassName
{
background-color: #AACE8A;
}
</style>
border-color css
<style>
span { border-color: #AACE8A; }
span { border-color: rgb(170,206,138); }
td.TdClassName
{
border-color: #AACE8A;
}
.TagClassName
{
border-color: #AACE8A;
}
</style>