Shades of Feijoa #A8C98F
Tints of Feijoa #A8C98F
RGB
CMYK
RGB Variations
Color information
#A8C98F (or 0xA8C98F) is known color: Feijoa. HEX triplet: A8, C9 and 8F. RGB value is (168,201,143). Sum of RGB (Red+Green+Blue) = 168+201+143=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98F is #573670. Grayscale: #B8B8B8. Windows color (decimal): -5715569 or 9423272. OLE color: 9423272.
HSL color Cylindrical-coordinate representation of color #A8C98F: hue angle of 94.14º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8C98F is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 143 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.21 |
| HSL | 94.14º | 0.35% | 0.67% | - |
| HSV(B) | 94.14º | 0.29% | 0.79% | - |
| XYZ | 41.99 | 52.08 | 33.83 | - |
| YUV | 184.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 143 | 0.16 | 0 | 0.29 | 0.21 | 94.14 | 0.35 | 0.67 |
| Hex | A8 | C9 | 8F | 10 | 0 | 1D | 15 | 5E | 23 | 43 |
| Octal | 250 | 311 | 217 | 20 | 0 | 35 | 25 | 136 | 43 | 103 |
| Binary | 10101000 | 11001001 | 10001111 | 10000 | 0 | 11101 | 10101 | 1011110 | 100011 | 1000011 |
Color Harmonies of #A8C98F
Complementary color
Monochromatic Colors of #A8C98F
Black with #A8C98F
Text Example
Text Example
White with #A8C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C98F; }
p { color: rgb(168,201,143); }
H1.HeaderClassName
{
color: #A8C98F;
}
.AnyTagClassName
{
color: #A8C98F;
}
</style>
background-color css
<style>
a { background-color: #A8C98F; }
a { background-color: rgb(168,201,143); }
div.DivClassName
{
background-color: #A8C98F;
}
.BgClassName
{
background-color: #A8C98F;
}
</style>
border-color css
<style>
span { border-color: #A8C98F; }
span { border-color: rgb(168,201,143); }
td.TdClassName
{
border-color: #A8C98F;
}
.TagClassName
{
border-color: #A8C98F;
}
</style>