Shades of Feijoa #A7D675
Tints of Feijoa #A7D675
RGB
CMYK
RGB Variations
Color information
#A7D675 (or 0xA7D675) is known color: Feijoa. HEX triplet: A7, D6 and 75. RGB value is (167,214,117). Sum of RGB (Red+Green+Blue) = 167+214+117=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D675 is #58298A. Grayscale: #BDBDBD. Windows color (decimal): -5777803 or 7722663. OLE color: 7722663.
HSL color Cylindrical-coordinate representation of color #A7D675: hue angle of 89.07º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7D675 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 117 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.16 |
| HSL | 89.07º | 0.54% | 0.65% | - |
| HSV(B) | 89.07º | 0.45% | 0.84% | - |
| XYZ | 43.19 | 57.59 | 25.67 | - |
| YUV | 188.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 117 | 0.22 | 0 | 0.45 | 0.16 | 89.07 | 0.54 | 0.65 |
| Hex | A7 | D6 | 75 | 16 | 0 | 2D | 10 | 59 | 36 | 41 |
| Octal | 247 | 326 | 165 | 26 | 0 | 55 | 20 | 131 | 66 | 101 |
| Binary | 10100111 | 11010110 | 1110101 | 10110 | 0 | 101101 | 10000 | 1011001 | 110110 | 1000001 |
Color Harmonies of #A7D675
Complementary color
Monochromatic Colors of #A7D675
Black with #A7D675
Text Example
Text Example
White with #A7D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D675; }
p { color: rgb(167,214,117); }
H1.HeaderClassName
{
color: #A7D675;
}
.AnyTagClassName
{
color: #A7D675;
}
</style>
background-color css
<style>
a { background-color: #A7D675; }
a { background-color: rgb(167,214,117); }
div.DivClassName
{
background-color: #A7D675;
}
.BgClassName
{
background-color: #A7D675;
}
</style>
border-color css
<style>
span { border-color: #A7D675; }
span { border-color: rgb(167,214,117); }
td.TdClassName
{
border-color: #A7D675;
}
.TagClassName
{
border-color: #A7D675;
}
</style>