Shades of Feijoa #A7CF7C
Tints of Feijoa #A7CF7C
RGB
CMYK
RGB Variations
Color information
#A7CF7C (or 0xA7CF7C) is known color: Feijoa. HEX triplet: A7, CF and 7C. RGB value is (167,207,124). Sum of RGB (Red+Green+Blue) = 167+207+124=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF7C is #583083. Grayscale: #B9B9B9. Windows color (decimal): -5779588 or 8179623. OLE color: 8179623.
HSL color Cylindrical-coordinate representation of color #A7CF7C: hue angle of 88.92º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7CF7C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 124 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.19 |
| HSL | 88.92º | 0.46% | 0.65% | - |
| HSV(B) | 88.92º | 0.4% | 0.81% | - |
| XYZ | 41.89 | 54.3 | 27.34 | - |
| YUV | 185.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 124 | 0.19 | 0 | 0.40 | 0.19 | 88.92 | 0.46 | 0.65 |
| Hex | A7 | CF | 7C | 13 | 0 | 28 | 13 | 59 | 2E | 41 |
| Octal | 247 | 317 | 174 | 23 | 0 | 50 | 23 | 131 | 56 | 101 |
| Binary | 10100111 | 11001111 | 1111100 | 10011 | 0 | 101000 | 10011 | 1011001 | 101110 | 1000001 |
Color Harmonies of #A7CF7C
Complementary color
Monochromatic Colors of #A7CF7C
Black with #A7CF7C
Text Example
Text Example
White with #A7CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF7C; }
p { color: rgb(167,207,124); }
H1.HeaderClassName
{
color: #A7CF7C;
}
.AnyTagClassName
{
color: #A7CF7C;
}
</style>
background-color css
<style>
a { background-color: #A7CF7C; }
a { background-color: rgb(167,207,124); }
div.DivClassName
{
background-color: #A7CF7C;
}
.BgClassName
{
background-color: #A7CF7C;
}
</style>
border-color css
<style>
span { border-color: #A7CF7C; }
span { border-color: rgb(167,207,124); }
td.TdClassName
{
border-color: #A7CF7C;
}
.TagClassName
{
border-color: #A7CF7C;
}
</style>