Shades of Feijoa #A8CB8E
Tints of Feijoa #A8CB8E
RGB
CMYK
RGB Variations
Color information
#A8CB8E (or 0xA8CB8E) is known color: Feijoa. HEX triplet: A8, CB and 8E. RGB value is (168,203,142). Sum of RGB (Red+Green+Blue) = 168+203+142=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB8E is #573471. Grayscale: #B9B9B9. Windows color (decimal): -5715058 or 9358248. OLE color: 9358248.
HSL color Cylindrical-coordinate representation of color #A8CB8E: hue angle of 94.43º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CB8E is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 142 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.20 |
| HSL | 94.43º | 0.37% | 0.68% | - |
| HSV(B) | 94.43º | 0.3% | 0.8% | - |
| XYZ | 42.39 | 52.99 | 33.59 | - |
| YUV | 185.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 142 | 0.17 | 0 | 0.30 | 0.20 | 94.43 | 0.37 | 0.68 |
| Hex | A8 | CB | 8E | 11 | 0 | 1E | 14 | 5E | 25 | 44 |
| Octal | 250 | 313 | 216 | 21 | 0 | 36 | 24 | 136 | 45 | 104 |
| Binary | 10101000 | 11001011 | 10001110 | 10001 | 0 | 11110 | 10100 | 1011110 | 100101 | 1000100 |
Color Harmonies of #A8CB8E
Complementary color
Monochromatic Colors of #A8CB8E
Black with #A8CB8E
Text Example
Text Example
White with #A8CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB8E; }
p { color: rgb(168,203,142); }
H1.HeaderClassName
{
color: #A8CB8E;
}
.AnyTagClassName
{
color: #A8CB8E;
}
</style>
background-color css
<style>
a { background-color: #A8CB8E; }
a { background-color: rgb(168,203,142); }
div.DivClassName
{
background-color: #A8CB8E;
}
.BgClassName
{
background-color: #A8CB8E;
}
</style>
border-color css
<style>
span { border-color: #A8CB8E; }
span { border-color: rgb(168,203,142); }
td.TdClassName
{
border-color: #A8CB8E;
}
.TagClassName
{
border-color: #A8CB8E;
}
</style>