Shades of Feijoa #A8CB85
Tints of Feijoa #A8CB85
RGB
CMYK
RGB Variations
Color information
#A8CB85 (or 0xA8CB85) is known color: Feijoa. HEX triplet: A8, CB and 85. RGB value is (168,203,133). Sum of RGB (Red+Green+Blue) = 168+203+133=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB85 is #57347A. Grayscale: #B8B8B8. Windows color (decimal): -5715067 or 8768424. OLE color: 8768424.
HSL color Cylindrical-coordinate representation of color #A8CB85: hue angle of 90º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CB85 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 133 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.20 |
| HSL | 90º | 0.4% | 0.66% | - |
| HSV(B) | 90º | 0.34% | 0.8% | - |
| XYZ | 41.74 | 52.73 | 30.17 | - |
| YUV | 184.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 133 | 0.17 | 0 | 0.34 | 0.20 | 90 | 0.4 | 0.66 |
| Hex | A8 | CB | 85 | 11 | 0 | 22 | 14 | 5A | 28 | 42 |
| Octal | 250 | 313 | 205 | 21 | 0 | 42 | 24 | 132 | 50 | 102 |
| Binary | 10101000 | 11001011 | 10000101 | 10001 | 0 | 100010 | 10100 | 1011010 | 101000 | 1000010 |
Color Harmonies of #A8CB85
Complementary color
Monochromatic Colors of #A8CB85
Black with #A8CB85
Text Example
Text Example
White with #A8CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB85; }
p { color: rgb(168,203,133); }
H1.HeaderClassName
{
color: #A8CB85;
}
.AnyTagClassName
{
color: #A8CB85;
}
</style>
background-color css
<style>
a { background-color: #A8CB85; }
a { background-color: rgb(168,203,133); }
div.DivClassName
{
background-color: #A8CB85;
}
.BgClassName
{
background-color: #A8CB85;
}
</style>
border-color css
<style>
span { border-color: #A8CB85; }
span { border-color: rgb(168,203,133); }
td.TdClassName
{
border-color: #A8CB85;
}
.TagClassName
{
border-color: #A8CB85;
}
</style>