Shades of Feijoa #A7DB83
Tints of Feijoa #A7DB83
RGB
CMYK
RGB Variations
Color information
#A7DB83 (or 0xA7DB83) is known color: Feijoa. HEX triplet: A7, DB and 83. RGB value is (167,219,131). Sum of RGB (Red+Green+Blue) = 167+219+131=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB83 is #58247C. Grayscale: #C1C1C1. Windows color (decimal): -5776509 or 8641447. OLE color: 8641447.
HSL color Cylindrical-coordinate representation of color #A7DB83: hue angle of 95.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7DB83 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 131 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.14 |
| HSL | 95.45º | 0.55% | 0.69% | - |
| HSV(B) | 95.45º | 0.4% | 0.86% | - |
| XYZ | 45.36 | 60.52 | 30.76 | - |
| YUV | 193.42 | 92.77 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 131 | 0.24 | 0 | 0.40 | 0.14 | 95.45 | 0.55 | 0.69 |
| Hex | A7 | DB | 83 | 18 | 0 | 28 | E | 5F | 37 | 45 |
| Octal | 247 | 333 | 203 | 30 | 0 | 50 | 16 | 137 | 67 | 105 |
| Binary | 10100111 | 11011011 | 10000011 | 11000 | 0 | 101000 | 1110 | 1011111 | 110111 | 1000101 |
Color Harmonies of #A7DB83
Complementary color
Monochromatic Colors of #A7DB83
Black with #A7DB83
Text Example
Text Example
White with #A7DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB83; }
p { color: rgb(167,219,131); }
H1.HeaderClassName
{
color: #A7DB83;
}
.AnyTagClassName
{
color: #A7DB83;
}
</style>
background-color css
<style>
a { background-color: #A7DB83; }
a { background-color: rgb(167,219,131); }
div.DivClassName
{
background-color: #A7DB83;
}
.BgClassName
{
background-color: #A7DB83;
}
</style>
border-color css
<style>
span { border-color: #A7DB83; }
span { border-color: rgb(167,219,131); }
td.TdClassName
{
border-color: #A7DB83;
}
.TagClassName
{
border-color: #A7DB83;
}
</style>