Shades of Feijoa #A7CE7D
Tints of Feijoa #A7CE7D
RGB
CMYK
RGB Variations
Color information
#A7CE7D (or 0xA7CE7D) is known color: Feijoa. HEX triplet: A7, CE and 7D. RGB value is (167,206,125). Sum of RGB (Red+Green+Blue) = 167+206+125=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CE7D is #583182. Grayscale: #B9B9B9. Windows color (decimal): -5779843 or 8244903. OLE color: 8244903.
HSL color Cylindrical-coordinate representation of color #A7CE7D: hue angle of 88.89º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7CE7D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 125 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.19 |
| HSL | 88.89º | 0.45% | 0.65% | - |
| HSV(B) | 88.89º | 0.39% | 0.81% | - |
| XYZ | 41.71 | 53.84 | 27.6 | - |
| YUV | 185.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 125 | 0.19 | 0 | 0.39 | 0.19 | 88.89 | 0.45 | 0.65 |
| Hex | A7 | CE | 7D | 13 | 0 | 27 | 13 | 59 | 2D | 41 |
| Octal | 247 | 316 | 175 | 23 | 0 | 47 | 23 | 131 | 55 | 101 |
| Binary | 10100111 | 11001110 | 1111101 | 10011 | 0 | 100111 | 10011 | 1011001 | 101101 | 1000001 |
Color Harmonies of #A7CE7D
Complementary color
Monochromatic Colors of #A7CE7D
Black with #A7CE7D
Text Example
Text Example
White with #A7CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE7D; }
p { color: rgb(167,206,125); }
H1.HeaderClassName
{
color: #A7CE7D;
}
.AnyTagClassName
{
color: #A7CE7D;
}
</style>
background-color css
<style>
a { background-color: #A7CE7D; }
a { background-color: rgb(167,206,125); }
div.DivClassName
{
background-color: #A7CE7D;
}
.BgClassName
{
background-color: #A7CE7D;
}
</style>
border-color css
<style>
span { border-color: #A7CE7D; }
span { border-color: rgb(167,206,125); }
td.TdClassName
{
border-color: #A7CE7D;
}
.TagClassName
{
border-color: #A7CE7D;
}
</style>