Shades of Feijoa #A8D888
Tints of Feijoa #A8D888
RGB
CMYK
RGB Variations
Color information
#A8D888 (or 0xA8D888) is known color: Feijoa. HEX triplet: A8, D8 and 88. RGB value is (168,216,136). Sum of RGB (Red+Green+Blue) = 168+216+136=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D888 is #572777. Grayscale: #C0C0C0. Windows color (decimal): -5711736 or 8968360. OLE color: 8968360.
HSL color Cylindrical-coordinate representation of color #A8D888: hue angle of 96º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8D888 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 136 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.15 |
| HSL | 96º | 0.51% | 0.69% | - |
| HSV(B) | 96º | 0.37% | 0.85% | - |
| XYZ | 45.15 | 59.21 | 32.34 | - |
| YUV | 192.53 | 96.1 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 136 | 0.22 | 0 | 0.37 | 0.15 | 96 | 0.51 | 0.69 |
| Hex | A8 | D8 | 88 | 16 | 0 | 25 | F | 60 | 33 | 45 |
| Octal | 250 | 330 | 210 | 26 | 0 | 45 | 17 | 140 | 63 | 105 |
| Binary | 10101000 | 11011000 | 10001000 | 10110 | 0 | 100101 | 1111 | 1100000 | 110011 | 1000101 |
Color Harmonies of #A8D888
Complementary color
Monochromatic Colors of #A8D888
Black with #A8D888
Text Example
Text Example
White with #A8D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D888; }
p { color: rgb(168,216,136); }
H1.HeaderClassName
{
color: #A8D888;
}
.AnyTagClassName
{
color: #A8D888;
}
</style>
background-color css
<style>
a { background-color: #A8D888; }
a { background-color: rgb(168,216,136); }
div.DivClassName
{
background-color: #A8D888;
}
.BgClassName
{
background-color: #A8D888;
}
</style>
border-color css
<style>
span { border-color: #A8D888; }
span { border-color: rgb(168,216,136); }
td.TdClassName
{
border-color: #A8D888;
}
.TagClassName
{
border-color: #A8D888;
}
</style>