Shades of Feijoa #A7D983
Tints of Feijoa #A7D983
RGB
CMYK
RGB Variations
Color information
#A7D983 (or 0xA7D983) is known color: Feijoa. HEX triplet: A7, D9 and 83. RGB value is (167,217,131). Sum of RGB (Red+Green+Blue) = 167+217+131=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D983 is #58267C. Grayscale: #C0C0C0. Windows color (decimal): -5777021 or 8640935. OLE color: 8640935.
HSL color Cylindrical-coordinate representation of color #A7D983: hue angle of 94.88º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7D983 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 217 | 131 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.15 |
| HSL | 94.88º | 0.53% | 0.68% | - |
| HSV(B) | 94.88º | 0.4% | 0.85% | - |
| XYZ | 44.85 | 59.48 | 30.59 | - |
| YUV | 192.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 131 | 0.23 | 0 | 0.40 | 0.15 | 94.88 | 0.53 | 0.68 |
| Hex | A7 | D9 | 83 | 17 | 0 | 28 | F | 5F | 35 | 44 |
| Octal | 247 | 331 | 203 | 27 | 0 | 50 | 17 | 137 | 65 | 104 |
| Binary | 10100111 | 11011001 | 10000011 | 10111 | 0 | 101000 | 1111 | 1011111 | 110101 | 1000100 |
Color Harmonies of #A7D983
Complementary color
Monochromatic Colors of #A7D983
Black with #A7D983
Text Example
Text Example
White with #A7D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D983; }
p { color: rgb(167,217,131); }
H1.HeaderClassName
{
color: #A7D983;
}
.AnyTagClassName
{
color: #A7D983;
}
</style>
background-color css
<style>
a { background-color: #A7D983; }
a { background-color: rgb(167,217,131); }
div.DivClassName
{
background-color: #A7D983;
}
.BgClassName
{
background-color: #A7D983;
}
</style>
border-color css
<style>
span { border-color: #A7D983; }
span { border-color: rgb(167,217,131); }
td.TdClassName
{
border-color: #A7D983;
}
.TagClassName
{
border-color: #A7D983;
}
</style>