Shades of Feijoa #A7CE8F
Tints of Feijoa #A7CE8F
RGB
CMYK
RGB Variations
Color information
#A7CE8F (or 0xA7CE8F) is known color: Feijoa. HEX triplet: A7, CE and 8F. RGB value is (167,206,143). Sum of RGB (Red+Green+Blue) = 167+206+143=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CE8F is #583170. Grayscale: #BBBBBB. Windows color (decimal): -5779825 or 9424551. OLE color: 9424551.
HSL color Cylindrical-coordinate representation of color #A7CE8F: hue angle of 97.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7CE8F is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 143 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.19 |
| HSL | 97.14º | 0.39% | 0.68% | - |
| HSV(B) | 97.14º | 0.31% | 0.81% | - |
| XYZ | 42.97 | 54.34 | 34.21 | - |
| YUV | 187.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 143 | 0.19 | 0 | 0.31 | 0.19 | 97.14 | 0.39 | 0.68 |
| Hex | A7 | CE | 8F | 13 | 0 | 1F | 13 | 61 | 27 | 44 |
| Octal | 247 | 316 | 217 | 23 | 0 | 37 | 23 | 141 | 47 | 104 |
| Binary | 10100111 | 11001110 | 10001111 | 10011 | 0 | 11111 | 10011 | 1100001 | 100111 | 1000100 |
Color Harmonies of #A7CE8F
Complementary color
Monochromatic Colors of #A7CE8F
Black with #A7CE8F
Text Example
Text Example
White with #A7CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE8F; }
p { color: rgb(167,206,143); }
H1.HeaderClassName
{
color: #A7CE8F;
}
.AnyTagClassName
{
color: #A7CE8F;
}
</style>
background-color css
<style>
a { background-color: #A7CE8F; }
a { background-color: rgb(167,206,143); }
div.DivClassName
{
background-color: #A7CE8F;
}
.BgClassName
{
background-color: #A7CE8F;
}
</style>
border-color css
<style>
span { border-color: #A7CE8F; }
span { border-color: rgb(167,206,143); }
td.TdClassName
{
border-color: #A7CE8F;
}
.TagClassName
{
border-color: #A7CE8F;
}
</style>