Shades of Feijoa #A8DB6C
Tints of Feijoa #A8DB6C
RGB
CMYK
RGB Variations
Color information
#A8DB6C (or 0xA8DB6C) is known color: Feijoa. HEX triplet: A8, DB and 6C. RGB value is (168,219,108). Sum of RGB (Red+Green+Blue) = 168+219+108=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB6C is #572493. Grayscale: #BFBFBF. Windows color (decimal): -5710996 or 7134120. OLE color: 7134120.
HSL color Cylindrical-coordinate representation of color #A8DB6C: hue angle of 87.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8DB6C is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 108 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.14 |
| HSL | 87.57º | 0.61% | 0.64% | - |
| HSV(B) | 87.57º | 0.51% | 0.86% | - |
| XYZ | 44.19 | 60.07 | 23.45 | - |
| YUV | 191.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 108 | 0.23 | 0 | 0.51 | 0.14 | 87.57 | 0.61 | 0.64 |
| Hex | A8 | DB | 6C | 17 | 0 | 33 | E | 58 | 3D | 40 |
| Octal | 250 | 333 | 154 | 27 | 0 | 63 | 16 | 130 | 75 | 100 |
| Binary | 10101000 | 11011011 | 1101100 | 10111 | 0 | 110011 | 1110 | 1011000 | 111101 | 1000000 |
Color Harmonies of #A8DB6C
Complementary color
Monochromatic Colors of #A8DB6C
Black with #A8DB6C
Text Example
Text Example
White with #A8DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB6C; }
p { color: rgb(168,219,108); }
H1.HeaderClassName
{
color: #A8DB6C;
}
.AnyTagClassName
{
color: #A8DB6C;
}
</style>
background-color css
<style>
a { background-color: #A8DB6C; }
a { background-color: rgb(168,219,108); }
div.DivClassName
{
background-color: #A8DB6C;
}
.BgClassName
{
background-color: #A8DB6C;
}
</style>
border-color css
<style>
span { border-color: #A8DB6C; }
span { border-color: rgb(168,219,108); }
td.TdClassName
{
border-color: #A8DB6C;
}
.TagClassName
{
border-color: #A8DB6C;
}
</style>