Shades of Feijoa #A8DB76
Tints of Feijoa #A8DB76
RGB
CMYK
RGB Variations
Color information
#A8DB76 (or 0xA8DB76) is known color: Feijoa. HEX triplet: A8, DB and 76. RGB value is (168,219,118). Sum of RGB (Red+Green+Blue) = 168+219+118=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB76 is #572489. Grayscale: #C0C0C0. Windows color (decimal): -5710986 or 7789480. OLE color: 7789480.
HSL color Cylindrical-coordinate representation of color #A8DB76: hue angle of 90.3º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8DB76 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 118 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.14 |
| HSL | 90.3º | 0.58% | 0.66% | - |
| HSV(B) | 90.3º | 0.46% | 0.86% | - |
| XYZ | 44.75 | 60.3 | 26.42 | - |
| YUV | 192.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 118 | 0.23 | 0 | 0.46 | 0.14 | 90.3 | 0.58 | 0.66 |
| Hex | A8 | DB | 76 | 17 | 0 | 2E | E | 5A | 3A | 42 |
| Octal | 250 | 333 | 166 | 27 | 0 | 56 | 16 | 132 | 72 | 102 |
| Binary | 10101000 | 11011011 | 1110110 | 10111 | 0 | 101110 | 1110 | 1011010 | 111010 | 1000010 |
Color Harmonies of #A8DB76
Complementary color
Monochromatic Colors of #A8DB76
Black with #A8DB76
Text Example
Text Example
White with #A8DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB76; }
p { color: rgb(168,219,118); }
H1.HeaderClassName
{
color: #A8DB76;
}
.AnyTagClassName
{
color: #A8DB76;
}
</style>
background-color css
<style>
a { background-color: #A8DB76; }
a { background-color: rgb(168,219,118); }
div.DivClassName
{
background-color: #A8DB76;
}
.BgClassName
{
background-color: #A8DB76;
}
</style>
border-color css
<style>
span { border-color: #A8DB76; }
span { border-color: rgb(168,219,118); }
td.TdClassName
{
border-color: #A8DB76;
}
.TagClassName
{
border-color: #A8DB76;
}
</style>