Shades of Feijoa #A7D373
Tints of Feijoa #A7D373
RGB
CMYK
RGB Variations
Color information
#A7D373 (or 0xA7D373) is known color: Feijoa. HEX triplet: A7, D3 and 73. RGB value is (167,211,115). Sum of RGB (Red+Green+Blue) = 167+211+115=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D373 is #582C8C. Grayscale: #BBBBBB. Windows color (decimal): -5778573 or 7590823. OLE color: 7590823.
HSL color Cylindrical-coordinate representation of color #A7D373: hue angle of 87.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7D373 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 211 | 115 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.17 |
| HSL | 87.5º | 0.52% | 0.64% | - |
| HSV(B) | 87.5º | 0.45% | 0.83% | - |
| XYZ | 42.33 | 56.04 | 24.81 | - |
| YUV | 186.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 211 | 115 | 0.21 | 0 | 0.45 | 0.17 | 87.5 | 0.52 | 0.64 |
| Hex | A7 | D3 | 73 | 15 | 0 | 2D | 11 | 57 | 34 | 40 |
| Octal | 247 | 323 | 163 | 25 | 0 | 55 | 21 | 127 | 64 | 100 |
| Binary | 10100111 | 11010011 | 1110011 | 10101 | 0 | 101101 | 10001 | 1010111 | 110100 | 1000000 |
Color Harmonies of #A7D373
Complementary color
Monochromatic Colors of #A7D373
Black with #A7D373
Text Example
Text Example
White with #A7D373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D373; }
p { color: rgb(167,211,115); }
H1.HeaderClassName
{
color: #A7D373;
}
.AnyTagClassName
{
color: #A7D373;
}
</style>
background-color css
<style>
a { background-color: #A7D373; }
a { background-color: rgb(167,211,115); }
div.DivClassName
{
background-color: #A7D373;
}
.BgClassName
{
background-color: #A7D373;
}
</style>
border-color css
<style>
span { border-color: #A7D373; }
span { border-color: rgb(167,211,115); }
td.TdClassName
{
border-color: #A7D373;
}
.TagClassName
{
border-color: #A7D373;
}
</style>