Shades of Feijoa #A8CB8A
Tints of Feijoa #A8CB8A
RGB
CMYK
RGB Variations
Color information
#A8CB8A (or 0xA8CB8A) is known color: Feijoa. HEX triplet: A8, CB and 8A. RGB value is (168,203,138). Sum of RGB (Red+Green+Blue) = 168+203+138=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB8A is #573475. Grayscale: #B9B9B9. Windows color (decimal): -5715062 or 9096104. OLE color: 9096104.
HSL color Cylindrical-coordinate representation of color #A8CB8A: hue angle of 92.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8CB8A is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 138 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.20 |
| HSL | 92.31º | 0.38% | 0.67% | - |
| HSV(B) | 92.31º | 0.32% | 0.8% | - |
| XYZ | 42.09 | 52.87 | 32.03 | - |
| YUV | 185.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 138 | 0.17 | 0 | 0.32 | 0.20 | 92.31 | 0.38 | 0.67 |
| Hex | A8 | CB | 8A | 11 | 0 | 20 | 14 | 5C | 26 | 43 |
| Octal | 250 | 313 | 212 | 21 | 0 | 40 | 24 | 134 | 46 | 103 |
| Binary | 10101000 | 11001011 | 10001010 | 10001 | 0 | 100000 | 10100 | 1011100 | 100110 | 1000011 |
Color Harmonies of #A8CB8A
Complementary color
Monochromatic Colors of #A8CB8A
Black with #A8CB8A
Text Example
Text Example
White with #A8CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB8A; }
p { color: rgb(168,203,138); }
H1.HeaderClassName
{
color: #A8CB8A;
}
.AnyTagClassName
{
color: #A8CB8A;
}
</style>
background-color css
<style>
a { background-color: #A8CB8A; }
a { background-color: rgb(168,203,138); }
div.DivClassName
{
background-color: #A8CB8A;
}
.BgClassName
{
background-color: #A8CB8A;
}
</style>
border-color css
<style>
span { border-color: #A8CB8A; }
span { border-color: rgb(168,203,138); }
td.TdClassName
{
border-color: #A8CB8A;
}
.TagClassName
{
border-color: #A8CB8A;
}
</style>