Shades of Feijoa #A7D075
Tints of Feijoa #A7D075
RGB
CMYK
RGB Variations
Color information
#A7D075 (or 0xA7D075) is known color: Feijoa. HEX triplet: A7, D0 and 75. RGB value is (167,208,117). Sum of RGB (Red+Green+Blue) = 167+208+117=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D075 is #582F8A. Grayscale: #B9B9B9. Windows color (decimal): -5779339 or 7721127. OLE color: 7721127.
HSL color Cylindrical-coordinate representation of color #A7D075: hue angle of 87.03º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7D075 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 117 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.18 |
| HSL | 87.03º | 0.49% | 0.64% | - |
| HSV(B) | 87.03º | 0.44% | 0.82% | - |
| XYZ | 41.7 | 54.61 | 25.17 | - |
| YUV | 185.37 | 89.42 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 117 | 0.20 | 0 | 0.44 | 0.18 | 87.03 | 0.49 | 0.64 |
| Hex | A7 | D0 | 75 | 14 | 0 | 2C | 12 | 57 | 31 | 40 |
| Octal | 247 | 320 | 165 | 24 | 0 | 54 | 22 | 127 | 61 | 100 |
| Binary | 10100111 | 11010000 | 1110101 | 10100 | 0 | 101100 | 10010 | 1010111 | 110001 | 1000000 |
Color Harmonies of #A7D075
Complementary color
Monochromatic Colors of #A7D075
Black with #A7D075
Text Example
Text Example
White with #A7D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D075; }
p { color: rgb(167,208,117); }
H1.HeaderClassName
{
color: #A7D075;
}
.AnyTagClassName
{
color: #A7D075;
}
</style>
background-color css
<style>
a { background-color: #A7D075; }
a { background-color: rgb(167,208,117); }
div.DivClassName
{
background-color: #A7D075;
}
.BgClassName
{
background-color: #A7D075;
}
</style>
border-color css
<style>
span { border-color: #A7D075; }
span { border-color: rgb(167,208,117); }
td.TdClassName
{
border-color: #A7D075;
}
.TagClassName
{
border-color: #A7D075;
}
</style>