Shades of Feijoa #A8D98A
Tints of Feijoa #A8D98A
RGB
CMYK
RGB Variations
Color information
#A8D98A (or 0xA8D98A) is known color: Feijoa. HEX triplet: A8, D9 and 8A. RGB value is (168,217,138). Sum of RGB (Red+Green+Blue) = 168+217+138=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D98A is #572675. Grayscale: #C1C1C1. Windows color (decimal): -5711478 or 9099688. OLE color: 9099688.
HSL color Cylindrical-coordinate representation of color #A8D98A: hue angle of 97.22º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D98A is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 138 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.15 |
| HSL | 97.22º | 0.51% | 0.7% | - |
| HSV(B) | 97.22º | 0.36% | 0.85% | - |
| XYZ | 45.55 | 59.79 | 33.18 | - |
| YUV | 193.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 138 | 0.23 | 0 | 0.36 | 0.15 | 97.22 | 0.51 | 0.7 |
| Hex | A8 | D9 | 8A | 17 | 0 | 24 | F | 61 | 33 | 46 |
| Octal | 250 | 331 | 212 | 27 | 0 | 44 | 17 | 141 | 63 | 106 |
| Binary | 10101000 | 11011001 | 10001010 | 10111 | 0 | 100100 | 1111 | 1100001 | 110011 | 1000110 |
Color Harmonies of #A8D98A
Complementary color
Monochromatic Colors of #A8D98A
Black with #A8D98A
Text Example
Text Example
White with #A8D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D98A; }
p { color: rgb(168,217,138); }
H1.HeaderClassName
{
color: #A8D98A;
}
.AnyTagClassName
{
color: #A8D98A;
}
</style>
background-color css
<style>
a { background-color: #A8D98A; }
a { background-color: rgb(168,217,138); }
div.DivClassName
{
background-color: #A8D98A;
}
.BgClassName
{
background-color: #A8D98A;
}
</style>
border-color css
<style>
span { border-color: #A8D98A; }
span { border-color: rgb(168,217,138); }
td.TdClassName
{
border-color: #A8D98A;
}
.TagClassName
{
border-color: #A8D98A;
}
</style>