Shades of Feijoa #A7CE8D
Tints of Feijoa #A7CE8D
RGB
CMYK
RGB Variations
Color information
#A7CE8D (or 0xA7CE8D) is known color: Feijoa. HEX triplet: A7, CE and 8D. RGB value is (167,206,141). Sum of RGB (Red+Green+Blue) = 167+206+141=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CE8D is #583172. Grayscale: #BBBBBB. Windows color (decimal): -5779827 or 9293479. OLE color: 9293479.
HSL color Cylindrical-coordinate representation of color #A7CE8D: hue angle of 96º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7CE8D is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 141 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.19 |
| HSL | 96º | 0.4% | 0.68% | - |
| HSV(B) | 96º | 0.32% | 0.81% | - |
| XYZ | 42.82 | 54.28 | 33.42 | - |
| YUV | 186.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 141 | 0.19 | 0 | 0.32 | 0.19 | 96 | 0.4 | 0.68 |
| Hex | A7 | CE | 8D | 13 | 0 | 20 | 13 | 60 | 28 | 44 |
| Octal | 247 | 316 | 215 | 23 | 0 | 40 | 23 | 140 | 50 | 104 |
| Binary | 10100111 | 11001110 | 10001101 | 10011 | 0 | 100000 | 10011 | 1100000 | 101000 | 1000100 |
Color Harmonies of #A7CE8D
Complementary color
Monochromatic Colors of #A7CE8D
Black with #A7CE8D
Text Example
Text Example
White with #A7CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE8D; }
p { color: rgb(167,206,141); }
H1.HeaderClassName
{
color: #A7CE8D;
}
.AnyTagClassName
{
color: #A7CE8D;
}
</style>
background-color css
<style>
a { background-color: #A7CE8D; }
a { background-color: rgb(167,206,141); }
div.DivClassName
{
background-color: #A7CE8D;
}
.BgClassName
{
background-color: #A7CE8D;
}
</style>
border-color css
<style>
span { border-color: #A7CE8D; }
span { border-color: rgb(167,206,141); }
td.TdClassName
{
border-color: #A7CE8D;
}
.TagClassName
{
border-color: #A7CE8D;
}
</style>