Shades of Feijoa #A8D98E
Tints of Feijoa #A8D98E
RGB
CMYK
RGB Variations
Color information
#A8D98E (or 0xA8D98E) is known color: Feijoa. HEX triplet: A8, D9 and 8E. RGB value is (168,217,142). Sum of RGB (Red+Green+Blue) = 168+217+142=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D98E is #572671. Grayscale: #C2C2C2. Windows color (decimal): -5711474 or 9361832. OLE color: 9361832.
HSL color Cylindrical-coordinate representation of color #A8D98E: hue angle of 99.2º 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 #A8D98E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 142 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.15 |
| HSL | 99.2º | 0.5% | 0.7% | - |
| HSV(B) | 99.2º | 0.35% | 0.85% | - |
| XYZ | 45.84 | 59.9 | 34.74 | - |
| YUV | 193.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 142 | 0.23 | 0 | 0.35 | 0.15 | 99.2 | 0.5 | 0.7 |
| Hex | A8 | D9 | 8E | 17 | 0 | 23 | F | 63 | 32 | 46 |
| Octal | 250 | 331 | 216 | 27 | 0 | 43 | 17 | 143 | 62 | 106 |
| Binary | 10101000 | 11011001 | 10001110 | 10111 | 0 | 100011 | 1111 | 1100011 | 110010 | 1000110 |
Color Harmonies of #A8D98E
Complementary color
Monochromatic Colors of #A8D98E
Black with #A8D98E
Text Example
Text Example
White with #A8D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D98E; }
p { color: rgb(168,217,142); }
H1.HeaderClassName
{
color: #A8D98E;
}
.AnyTagClassName
{
color: #A8D98E;
}
</style>
background-color css
<style>
a { background-color: #A8D98E; }
a { background-color: rgb(168,217,142); }
div.DivClassName
{
background-color: #A8D98E;
}
.BgClassName
{
background-color: #A8D98E;
}
</style>
border-color css
<style>
span { border-color: #A8D98E; }
span { border-color: rgb(168,217,142); }
td.TdClassName
{
border-color: #A8D98E;
}
.TagClassName
{
border-color: #A8D98E;
}
</style>