Shades of Feijoa #AACB91
Tints of Feijoa #AACB91
RGB
CMYK
RGB Variations
Color information
#AACB91 (or 0xAACB91) is known color: Feijoa. HEX triplet: AA, CB and 91. RGB value is (170,203,145). Sum of RGB (Red+Green+Blue) = 170+203+145=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB91 is #55346E. Grayscale: #BABABA. Windows color (decimal): -5583983 or 9554858. OLE color: 9554858.
HSL color Cylindrical-coordinate representation of color #AACB91: hue angle of 94.14º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACB91 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 145 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.20 |
| HSL | 94.14º | 0.36% | 0.68% | - |
| HSV(B) | 94.14º | 0.29% | 0.8% | - |
| XYZ | 43.04 | 53.3 | 34.81 | - |
| YUV | 186.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 145 | 0.16 | 0 | 0.29 | 0.20 | 94.14 | 0.36 | 0.68 |
| Hex | AA | CB | 91 | 10 | 0 | 1D | 14 | 5E | 24 | 44 |
| Octal | 252 | 313 | 221 | 20 | 0 | 35 | 24 | 136 | 44 | 104 |
| Binary | 10101010 | 11001011 | 10010001 | 10000 | 0 | 11101 | 10100 | 1011110 | 100100 | 1000100 |
Color Harmonies of #AACB91
Complementary color
Monochromatic Colors of #AACB91
Black with #AACB91
Text Example
Text Example
White with #AACB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB91; }
p { color: rgb(170,203,145); }
H1.HeaderClassName
{
color: #AACB91;
}
.AnyTagClassName
{
color: #AACB91;
}
</style>
background-color css
<style>
a { background-color: #AACB91; }
a { background-color: rgb(170,203,145); }
div.DivClassName
{
background-color: #AACB91;
}
.BgClassName
{
background-color: #AACB91;
}
</style>
border-color css
<style>
span { border-color: #AACB91; }
span { border-color: rgb(170,203,145); }
td.TdClassName
{
border-color: #AACB91;
}
.TagClassName
{
border-color: #AACB91;
}
</style>