Shades of Feijoa #A7DA83
Tints of Feijoa #A7DA83
RGB
CMYK
RGB Variations
Color information
#A7DA83 (or 0xA7DA83) is known color: Feijoa. HEX triplet: A7, DA and 83. RGB value is (167,218,131). Sum of RGB (Red+Green+Blue) = 167+218+131=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DA83 is #58257C. Grayscale: #C1C1C1. Windows color (decimal): -5776765 or 8641191. OLE color: 8641191.
HSL color Cylindrical-coordinate representation of color #A7DA83: hue angle of 95.17º degrees, saturation: 0.54, 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 #A7DA83 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 131 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.15 |
| HSL | 95.17º | 0.54% | 0.68% | - |
| HSV(B) | 95.17º | 0.4% | 0.85% | - |
| XYZ | 45.1 | 60 | 30.68 | - |
| YUV | 192.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 131 | 0.23 | 0 | 0.40 | 0.15 | 95.17 | 0.54 | 0.68 |
| Hex | A7 | DA | 83 | 17 | 0 | 28 | F | 5F | 36 | 44 |
| Octal | 247 | 332 | 203 | 27 | 0 | 50 | 17 | 137 | 66 | 104 |
| Binary | 10100111 | 11011010 | 10000011 | 10111 | 0 | 101000 | 1111 | 1011111 | 110110 | 1000100 |
Color Harmonies of #A7DA83
Complementary color
Monochromatic Colors of #A7DA83
Black with #A7DA83
Text Example
Text Example
White with #A7DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA83; }
p { color: rgb(167,218,131); }
H1.HeaderClassName
{
color: #A7DA83;
}
.AnyTagClassName
{
color: #A7DA83;
}
</style>
background-color css
<style>
a { background-color: #A7DA83; }
a { background-color: rgb(167,218,131); }
div.DivClassName
{
background-color: #A7DA83;
}
.BgClassName
{
background-color: #A7DA83;
}
</style>
border-color css
<style>
span { border-color: #A7DA83; }
span { border-color: rgb(167,218,131); }
td.TdClassName
{
border-color: #A7DA83;
}
.TagClassName
{
border-color: #A7DA83;
}
</style>