Shades of Feijoa #A8CB93
Tints of Feijoa #A8CB93
RGB
CMYK
RGB Variations
Color information
#A8CB93 (or 0xA8CB93) is known color: Feijoa. HEX triplet: A8, CB and 93. RGB value is (168,203,147). Sum of RGB (Red+Green+Blue) = 168+203+147=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB93 is #57346C. Grayscale: #BABABA. Windows color (decimal): -5715053 or 9685928. OLE color: 9685928.
HSL color Cylindrical-coordinate representation of color #A8CB93: hue angle of 97.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CB93 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 147 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.20 |
| HSL | 97.5º | 0.35% | 0.69% | - |
| HSV(B) | 97.5º | 0.28% | 0.8% | - |
| XYZ | 42.77 | 53.14 | 35.61 | - |
| YUV | 186.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 147 | 0.17 | 0 | 0.28 | 0.20 | 97.5 | 0.35 | 0.69 |
| Hex | A8 | CB | 93 | 11 | 0 | 1C | 14 | 62 | 23 | 45 |
| Octal | 250 | 313 | 223 | 21 | 0 | 34 | 24 | 142 | 43 | 105 |
| Binary | 10101000 | 11001011 | 10010011 | 10001 | 0 | 11100 | 10100 | 1100010 | 100011 | 1000101 |
Color Harmonies of #A8CB93
Complementary color
Monochromatic Colors of #A8CB93
Black with #A8CB93
Text Example
Text Example
White with #A8CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB93; }
p { color: rgb(168,203,147); }
H1.HeaderClassName
{
color: #A8CB93;
}
.AnyTagClassName
{
color: #A8CB93;
}
</style>
background-color css
<style>
a { background-color: #A8CB93; }
a { background-color: rgb(168,203,147); }
div.DivClassName
{
background-color: #A8CB93;
}
.BgClassName
{
background-color: #A8CB93;
}
</style>
border-color css
<style>
span { border-color: #A8CB93; }
span { border-color: rgb(168,203,147); }
td.TdClassName
{
border-color: #A8CB93;
}
.TagClassName
{
border-color: #A8CB93;
}
</style>