Shades of Feijoa #AACB96
Tints of Feijoa #AACB96
RGB
CMYK
RGB Variations
Color information
#AACB96 (or 0xAACB96) is known color: Feijoa. HEX triplet: AA, CB and 96. RGB value is (170,203,150). Sum of RGB (Red+Green+Blue) = 170+203+150=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB96 is #553469. Grayscale: #BBBBBB. Windows color (decimal): -5583978 or 9882538. OLE color: 9882538.
HSL color Cylindrical-coordinate representation of color #AACB96: hue angle of 97.36º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACB96 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 150 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.20 |
| HSL | 97.36º | 0.34% | 0.69% | - |
| HSV(B) | 97.36º | 0.26% | 0.8% | - |
| XYZ | 43.44 | 53.46 | 36.88 | - |
| YUV | 187.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 150 | 0.16 | 0 | 0.26 | 0.20 | 97.36 | 0.34 | 0.69 |
| Hex | AA | CB | 96 | 10 | 0 | 1A | 14 | 61 | 22 | 45 |
| Octal | 252 | 313 | 226 | 20 | 0 | 32 | 24 | 141 | 42 | 105 |
| Binary | 10101010 | 11001011 | 10010110 | 10000 | 0 | 11010 | 10100 | 1100001 | 100010 | 1000101 |
Color Harmonies of #AACB96
Complementary color
Monochromatic Colors of #AACB96
Black with #AACB96
Text Example
Text Example
White with #AACB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB96; }
p { color: rgb(170,203,150); }
H1.HeaderClassName
{
color: #AACB96;
}
.AnyTagClassName
{
color: #AACB96;
}
</style>
background-color css
<style>
a { background-color: #AACB96; }
a { background-color: rgb(170,203,150); }
div.DivClassName
{
background-color: #AACB96;
}
.BgClassName
{
background-color: #AACB96;
}
</style>
border-color css
<style>
span { border-color: #AACB96; }
span { border-color: rgb(170,203,150); }
td.TdClassName
{
border-color: #AACB96;
}
.TagClassName
{
border-color: #AACB96;
}
</style>