Shades of Feijoa #A7C98C
Tints of Feijoa #A7C98C
RGB
CMYK
RGB Variations
Color information
#A7C98C (or 0xA7C98C) is known color: Feijoa. HEX triplet: A7, C9 and 8C. RGB value is (167,201,140). Sum of RGB (Red+Green+Blue) = 167+201+140=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C98C is #583673. Grayscale: #B8B8B8. Windows color (decimal): -5781108 or 9226663. OLE color: 9226663.
HSL color Cylindrical-coordinate representation of color #A7C98C: hue angle of 93.44º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7C98C is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 140 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.21 |
| HSL | 93.44º | 0.36% | 0.67% | - |
| HSV(B) | 93.44º | 0.3% | 0.79% | - |
| XYZ | 41.56 | 51.88 | 32.63 | - |
| YUV | 183.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 140 | 0.17 | 0 | 0.30 | 0.21 | 93.44 | 0.36 | 0.67 |
| Hex | A7 | C9 | 8C | 11 | 0 | 1E | 15 | 5D | 24 | 43 |
| Octal | 247 | 311 | 214 | 21 | 0 | 36 | 25 | 135 | 44 | 103 |
| Binary | 10100111 | 11001001 | 10001100 | 10001 | 0 | 11110 | 10101 | 1011101 | 100100 | 1000011 |
Color Harmonies of #A7C98C
Complementary color
Monochromatic Colors of #A7C98C
Black with #A7C98C
Text Example
Text Example
White with #A7C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C98C; }
p { color: rgb(167,201,140); }
H1.HeaderClassName
{
color: #A7C98C;
}
.AnyTagClassName
{
color: #A7C98C;
}
</style>
background-color css
<style>
a { background-color: #A7C98C; }
a { background-color: rgb(167,201,140); }
div.DivClassName
{
background-color: #A7C98C;
}
.BgClassName
{
background-color: #A7C98C;
}
</style>
border-color css
<style>
span { border-color: #A7C98C; }
span { border-color: rgb(167,201,140); }
td.TdClassName
{
border-color: #A7C98C;
}
.TagClassName
{
border-color: #A7C98C;
}
</style>