Shades of Feijoa #AACB88
Tints of Feijoa #AACB88
RGB
CMYK
RGB Variations
Color information
#AACB88 (or 0xAACB88) is known color: Feijoa. HEX triplet: AA, CB and 88. RGB value is (170,203,136). Sum of RGB (Red+Green+Blue) = 170+203+136=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB88 is #553477. Grayscale: #B9B9B9. Windows color (decimal): -5583992 or 8965034. OLE color: 8965034.
HSL color Cylindrical-coordinate representation of color #AACB88: hue angle of 89.55º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACB88 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 136 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.20 |
| HSL | 89.55º | 0.39% | 0.66% | - |
| HSV(B) | 89.55º | 0.33% | 0.8% | - |
| XYZ | 42.38 | 53.04 | 31.3 | - |
| YUV | 185.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 136 | 0.16 | 0 | 0.33 | 0.20 | 89.55 | 0.39 | 0.66 |
| Hex | AA | CB | 88 | 10 | 0 | 21 | 14 | 5A | 27 | 42 |
| Octal | 252 | 313 | 210 | 20 | 0 | 41 | 24 | 132 | 47 | 102 |
| Binary | 10101010 | 11001011 | 10001000 | 10000 | 0 | 100001 | 10100 | 1011010 | 100111 | 1000010 |
Color Harmonies of #AACB88
Complementary color
Monochromatic Colors of #AACB88
Black with #AACB88
Text Example
Text Example
White with #AACB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB88; }
p { color: rgb(170,203,136); }
H1.HeaderClassName
{
color: #AACB88;
}
.AnyTagClassName
{
color: #AACB88;
}
</style>
background-color css
<style>
a { background-color: #AACB88; }
a { background-color: rgb(170,203,136); }
div.DivClassName
{
background-color: #AACB88;
}
.BgClassName
{
background-color: #AACB88;
}
</style>
border-color css
<style>
span { border-color: #AACB88; }
span { border-color: rgb(170,203,136); }
td.TdClassName
{
border-color: #AACB88;
}
.TagClassName
{
border-color: #AACB88;
}
</style>