Shades of Feijoa #A8D688
Tints of Feijoa #A8D688
RGB
CMYK
RGB Variations
Color information
#A8D688 (or 0xA8D688) is known color: Feijoa. HEX triplet: A8, D6 and 88. RGB value is (168,214,136). Sum of RGB (Red+Green+Blue) = 168+214+136=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D688 is #572977. Grayscale: #BFBFBF. Windows color (decimal): -5712248 or 8967848. OLE color: 8967848.
HSL color Cylindrical-coordinate representation of color #A8D688: hue angle of 95.38º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D688 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 136 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.16 |
| HSL | 95.38º | 0.49% | 0.69% | - |
| HSV(B) | 95.38º | 0.36% | 0.84% | - |
| XYZ | 44.64 | 58.2 | 32.17 | - |
| YUV | 191.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 136 | 0.21 | 0 | 0.36 | 0.16 | 95.38 | 0.49 | 0.69 |
| Hex | A8 | D6 | 88 | 15 | 0 | 24 | 10 | 5F | 31 | 45 |
| Octal | 250 | 326 | 210 | 25 | 0 | 44 | 20 | 137 | 61 | 105 |
| Binary | 10101000 | 11010110 | 10001000 | 10101 | 0 | 100100 | 10000 | 1011111 | 110001 | 1000101 |
Color Harmonies of #A8D688
Complementary color
Monochromatic Colors of #A8D688
Black with #A8D688
Text Example
Text Example
White with #A8D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D688; }
p { color: rgb(168,214,136); }
H1.HeaderClassName
{
color: #A8D688;
}
.AnyTagClassName
{
color: #A8D688;
}
</style>
background-color css
<style>
a { background-color: #A8D688; }
a { background-color: rgb(168,214,136); }
div.DivClassName
{
background-color: #A8D688;
}
.BgClassName
{
background-color: #A8D688;
}
</style>
border-color css
<style>
span { border-color: #A8D688; }
span { border-color: rgb(168,214,136); }
td.TdClassName
{
border-color: #A8D688;
}
.TagClassName
{
border-color: #A8D688;
}
</style>