Shades of Feijoa #A8D98C
Tints of Feijoa #A8D98C
RGB
CMYK
RGB Variations
Color information
#A8D98C (or 0xA8D98C) is known color: Feijoa. HEX triplet: A8, D9 and 8C. RGB value is (168,217,140). Sum of RGB (Red+Green+Blue) = 168+217+140=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D98C is #572673. Grayscale: #C1C1C1. Windows color (decimal): -5711476 or 9230760. OLE color: 9230760.
HSL color Cylindrical-coordinate representation of color #A8D98C: hue angle of 98.18º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8D98C is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 140 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.15 |
| HSL | 98.18º | 0.5% | 0.7% | - |
| HSV(B) | 98.18º | 0.35% | 0.85% | - |
| XYZ | 45.69 | 59.84 | 33.95 | - |
| YUV | 193.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 140 | 0.23 | 0 | 0.35 | 0.15 | 98.18 | 0.5 | 0.7 |
| Hex | A8 | D9 | 8C | 17 | 0 | 23 | F | 62 | 32 | 46 |
| Octal | 250 | 331 | 214 | 27 | 0 | 43 | 17 | 142 | 62 | 106 |
| Binary | 10101000 | 11011001 | 10001100 | 10111 | 0 | 100011 | 1111 | 1100010 | 110010 | 1000110 |
Color Harmonies of #A8D98C
Complementary color
Monochromatic Colors of #A8D98C
Black with #A8D98C
Text Example
Text Example
White with #A8D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D98C; }
p { color: rgb(168,217,140); }
H1.HeaderClassName
{
color: #A8D98C;
}
.AnyTagClassName
{
color: #A8D98C;
}
</style>
background-color css
<style>
a { background-color: #A8D98C; }
a { background-color: rgb(168,217,140); }
div.DivClassName
{
background-color: #A8D98C;
}
.BgClassName
{
background-color: #A8D98C;
}
</style>
border-color css
<style>
span { border-color: #A8D98C; }
span { border-color: rgb(168,217,140); }
td.TdClassName
{
border-color: #A8D98C;
}
.TagClassName
{
border-color: #A8D98C;
}
</style>