Shades of Feijoa #A7DA73
Tints of Feijoa #A7DA73
RGB
CMYK
RGB Variations
Color information
#A7DA73 (or 0xA7DA73) is known color: Feijoa. HEX triplet: A7, DA and 73. RGB value is (167,218,115). Sum of RGB (Red+Green+Blue) = 167+218+115=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DA73 is #58258C. Grayscale: #BFBFBF. Windows color (decimal): -5776781 or 7592615. OLE color: 7592615.
HSL color Cylindrical-coordinate representation of color #A7DA73: hue angle of 89.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7DA73 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 115 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.15 |
| HSL | 89.71º | 0.58% | 0.65% | - |
| HSV(B) | 89.71º | 0.47% | 0.85% | - |
| XYZ | 44.1 | 59.6 | 25.4 | - |
| YUV | 191.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 115 | 0.23 | 0 | 0.47 | 0.15 | 89.71 | 0.58 | 0.65 |
| Hex | A7 | DA | 73 | 17 | 0 | 2F | F | 5A | 3A | 41 |
| Octal | 247 | 332 | 163 | 27 | 0 | 57 | 17 | 132 | 72 | 101 |
| Binary | 10100111 | 11011010 | 1110011 | 10111 | 0 | 101111 | 1111 | 1011010 | 111010 | 1000001 |
Color Harmonies of #A7DA73
Complementary color
Monochromatic Colors of #A7DA73
Black with #A7DA73
Text Example
Text Example
White with #A7DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA73; }
p { color: rgb(167,218,115); }
H1.HeaderClassName
{
color: #A7DA73;
}
.AnyTagClassName
{
color: #A7DA73;
}
</style>
background-color css
<style>
a { background-color: #A7DA73; }
a { background-color: rgb(167,218,115); }
div.DivClassName
{
background-color: #A7DA73;
}
.BgClassName
{
background-color: #A7DA73;
}
</style>
border-color css
<style>
span { border-color: #A7DA73; }
span { border-color: rgb(167,218,115); }
td.TdClassName
{
border-color: #A7DA73;
}
.TagClassName
{
border-color: #A7DA73;
}
</style>