Shades of Feijoa #A8DB6F
Tints of Feijoa #A8DB6F
RGB
CMYK
RGB Variations
Color information
#A8DB6F (or 0xA8DB6F) is known color: Feijoa. HEX triplet: A8, DB and 6F. RGB value is (168,219,111). Sum of RGB (Red+Green+Blue) = 168+219+111=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB6F is #572490. Grayscale: #BFBFBF. Windows color (decimal): -5710993 or 7330728. OLE color: 7330728.
HSL color Cylindrical-coordinate representation of color #A8DB6F: hue angle of 88.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8DB6F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 111 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.14 |
| HSL | 88.33º | 0.6% | 0.65% | - |
| HSV(B) | 88.33º | 0.49% | 0.86% | - |
| XYZ | 44.35 | 60.14 | 24.31 | - |
| YUV | 191.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 111 | 0.23 | 0 | 0.49 | 0.14 | 88.33 | 0.6 | 0.65 |
| Hex | A8 | DB | 6F | 17 | 0 | 31 | E | 58 | 3C | 41 |
| Octal | 250 | 333 | 157 | 27 | 0 | 61 | 16 | 130 | 74 | 101 |
| Binary | 10101000 | 11011011 | 1101111 | 10111 | 0 | 110001 | 1110 | 1011000 | 111100 | 1000001 |
Color Harmonies of #A8DB6F
Complementary color
Monochromatic Colors of #A8DB6F
Black with #A8DB6F
Text Example
Text Example
White with #A8DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB6F; }
p { color: rgb(168,219,111); }
H1.HeaderClassName
{
color: #A8DB6F;
}
.AnyTagClassName
{
color: #A8DB6F;
}
</style>
background-color css
<style>
a { background-color: #A8DB6F; }
a { background-color: rgb(168,219,111); }
div.DivClassName
{
background-color: #A8DB6F;
}
.BgClassName
{
background-color: #A8DB6F;
}
</style>
border-color css
<style>
span { border-color: #A8DB6F; }
span { border-color: rgb(168,219,111); }
td.TdClassName
{
border-color: #A8DB6F;
}
.TagClassName
{
border-color: #A8DB6F;
}
</style>