Shades of Feijoa #A6DB8D
Tints of Feijoa #A6DB8D
RGB
CMYK
RGB Variations
Color information
#A6DB8D (or 0xA6DB8D) is known color: Feijoa. HEX triplet: A6, DB and 8D. RGB value is (166,219,141). Sum of RGB (Red+Green+Blue) = 166+219+141=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB8D is #592472. Grayscale: #C2C2C2. Windows color (decimal): -5842035 or 9296806. OLE color: 9296806.
HSL color Cylindrical-coordinate representation of color #A6DB8D: hue angle of 100.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6DB8D is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 141 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.14 |
| HSL | 100.77º | 0.52% | 0.71% | - |
| HSV(B) | 100.77º | 0.36% | 0.86% | - |
| XYZ | 45.87 | 60.69 | 34.5 | - |
| YUV | 194.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 141 | 0.24 | 0 | 0.36 | 0.14 | 100.77 | 0.52 | 0.71 |
| Hex | A6 | DB | 8D | 18 | 0 | 24 | E | 65 | 34 | 47 |
| Octal | 246 | 333 | 215 | 30 | 0 | 44 | 16 | 145 | 64 | 107 |
| Binary | 10100110 | 11011011 | 10001101 | 11000 | 0 | 100100 | 1110 | 1100101 | 110100 | 1000111 |
Color Harmonies of #A6DB8D
Complementary color
Monochromatic Colors of #A6DB8D
Black with #A6DB8D
Text Example
Text Example
White with #A6DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB8D; }
p { color: rgb(166,219,141); }
H1.HeaderClassName
{
color: #A6DB8D;
}
.AnyTagClassName
{
color: #A6DB8D;
}
</style>
background-color css
<style>
a { background-color: #A6DB8D; }
a { background-color: rgb(166,219,141); }
div.DivClassName
{
background-color: #A6DB8D;
}
.BgClassName
{
background-color: #A6DB8D;
}
</style>
border-color css
<style>
span { border-color: #A6DB8D; }
span { border-color: rgb(166,219,141); }
td.TdClassName
{
border-color: #A6DB8D;
}
.TagClassName
{
border-color: #A6DB8D;
}
</style>