Shades of Feijoa #A8C98D
Tints of Feijoa #A8C98D
RGB
CMYK
RGB Variations
Color information
#A8C98D (or 0xA8C98D) is known color: Feijoa. HEX triplet: A8, C9 and 8D. RGB value is (168,201,141). Sum of RGB (Red+Green+Blue) = 168+201+141=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98D is #573672. Grayscale: #B8B8B8. Windows color (decimal): -5715571 or 9292200. OLE color: 9292200.
HSL color Cylindrical-coordinate representation of color #A8C98D: hue angle of 93º 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 #A8C98D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 141 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.21 |
| HSL | 93º | 0.36% | 0.67% | - |
| HSV(B) | 93º | 0.3% | 0.79% | - |
| XYZ | 41.84 | 52.02 | 33.04 | - |
| YUV | 184.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 141 | 0.16 | 0 | 0.30 | 0.21 | 93 | 0.36 | 0.67 |
| Hex | A8 | C9 | 8D | 10 | 0 | 1E | 15 | 5D | 24 | 43 |
| Octal | 250 | 311 | 215 | 20 | 0 | 36 | 25 | 135 | 44 | 103 |
| Binary | 10101000 | 11001001 | 10001101 | 10000 | 0 | 11110 | 10101 | 1011101 | 100100 | 1000011 |
Color Harmonies of #A8C98D
Complementary color
Monochromatic Colors of #A8C98D
Black with #A8C98D
Text Example
Text Example
White with #A8C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C98D; }
p { color: rgb(168,201,141); }
H1.HeaderClassName
{
color: #A8C98D;
}
.AnyTagClassName
{
color: #A8C98D;
}
</style>
background-color css
<style>
a { background-color: #A8C98D; }
a { background-color: rgb(168,201,141); }
div.DivClassName
{
background-color: #A8C98D;
}
.BgClassName
{
background-color: #A8C98D;
}
</style>
border-color css
<style>
span { border-color: #A8C98D; }
span { border-color: rgb(168,201,141); }
td.TdClassName
{
border-color: #A8C98D;
}
.TagClassName
{
border-color: #A8C98D;
}
</style>