Shades of Feijoa #A9C98F
Tints of Feijoa #A9C98F
RGB
CMYK
RGB Variations
Color information
#A9C98F (or 0xA9C98F) is known color: Feijoa. HEX triplet: A9, C9 and 8F. RGB value is (169,201,143). Sum of RGB (Red+Green+Blue) = 169+201+143=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C98F is #563670. Grayscale: #B9B9B9. Windows color (decimal): -5650033 or 9423273. OLE color: 9423273.
HSL color Cylindrical-coordinate representation of color #A9C98F: hue angle of 93.1º 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 #A9C98F is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 143 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.21 |
| HSL | 93.1º | 0.35% | 0.67% | - |
| HSV(B) | 93.1º | 0.29% | 0.79% | - |
| XYZ | 42.21 | 52.19 | 33.84 | - |
| YUV | 184.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 143 | 0.16 | 0 | 0.29 | 0.21 | 93.1 | 0.35 | 0.67 |
| Hex | A9 | C9 | 8F | 10 | 0 | 1D | 15 | 5D | 23 | 43 |
| Octal | 251 | 311 | 217 | 20 | 0 | 35 | 25 | 135 | 43 | 103 |
| Binary | 10101001 | 11001001 | 10001111 | 10000 | 0 | 11101 | 10101 | 1011101 | 100011 | 1000011 |
Color Harmonies of #A9C98F
Complementary color
Monochromatic Colors of #A9C98F
Black with #A9C98F
Text Example
Text Example
White with #A9C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C98F; }
p { color: rgb(169,201,143); }
H1.HeaderClassName
{
color: #A9C98F;
}
.AnyTagClassName
{
color: #A9C98F;
}
</style>
background-color css
<style>
a { background-color: #A9C98F; }
a { background-color: rgb(169,201,143); }
div.DivClassName
{
background-color: #A9C98F;
}
.BgClassName
{
background-color: #A9C98F;
}
</style>
border-color css
<style>
span { border-color: #A9C98F; }
span { border-color: rgb(169,201,143); }
td.TdClassName
{
border-color: #A9C98F;
}
.TagClassName
{
border-color: #A9C98F;
}
</style>