Shades of Feijoa #A8C98B
Tints of Feijoa #A8C98B
RGB
CMYK
RGB Variations
Color information
#A8C98B (or 0xA8C98B) is known color: Feijoa. HEX triplet: A8, C9 and 8B. RGB value is (168,201,139). Sum of RGB (Red+Green+Blue) = 168+201+139=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98B is #573674. Grayscale: #B8B8B8. Windows color (decimal): -5715573 or 9161128. OLE color: 9161128.
HSL color Cylindrical-coordinate representation of color #A8C98B: hue angle of 91.94º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C98B is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 139 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.21 |
| HSL | 91.94º | 0.36% | 0.67% | - |
| HSV(B) | 91.94º | 0.31% | 0.79% | - |
| XYZ | 41.7 | 51.96 | 32.26 | - |
| YUV | 184.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 139 | 0.16 | 0 | 0.31 | 0.21 | 91.94 | 0.36 | 0.67 |
| Hex | A8 | C9 | 8B | 10 | 0 | 1F | 15 | 5C | 24 | 43 |
| Octal | 250 | 311 | 213 | 20 | 0 | 37 | 25 | 134 | 44 | 103 |
| Binary | 10101000 | 11001001 | 10001011 | 10000 | 0 | 11111 | 10101 | 1011100 | 100100 | 1000011 |
Color Harmonies of #A8C98B
Complementary color
Monochromatic Colors of #A8C98B
Black with #A8C98B
Text Example
Text Example
White with #A8C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C98B; }
p { color: rgb(168,201,139); }
H1.HeaderClassName
{
color: #A8C98B;
}
.AnyTagClassName
{
color: #A8C98B;
}
</style>
background-color css
<style>
a { background-color: #A8C98B; }
a { background-color: rgb(168,201,139); }
div.DivClassName
{
background-color: #A8C98B;
}
.BgClassName
{
background-color: #A8C98B;
}
</style>
border-color css
<style>
span { border-color: #A8C98B; }
span { border-color: rgb(168,201,139); }
td.TdClassName
{
border-color: #A8C98B;
}
.TagClassName
{
border-color: #A8C98B;
}
</style>