Shades of Feijoa #A9CB95
Tints of Feijoa #A9CB95
RGB
CMYK
RGB Variations
Color information
#A9CB95 (or 0xA9CB95) is known color: Feijoa. HEX triplet: A9, CB and 95. RGB value is (169,203,149). Sum of RGB (Red+Green+Blue) = 169+203+149=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CB95 is #56346A. Grayscale: #BABABA. Windows color (decimal): -5649515 or 9817001. OLE color: 9817001.
HSL color Cylindrical-coordinate representation of color #A9CB95: hue angle of 97.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9CB95 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 149 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.20 |
| HSL | 97.78º | 0.34% | 0.69% | - |
| HSV(B) | 97.78º | 0.27% | 0.8% | - |
| XYZ | 43.14 | 53.32 | 36.45 | - |
| YUV | 186.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 149 | 0.17 | 0 | 0.27 | 0.20 | 97.78 | 0.34 | 0.69 |
| Hex | A9 | CB | 95 | 11 | 0 | 1B | 14 | 62 | 22 | 45 |
| Octal | 251 | 313 | 225 | 21 | 0 | 33 | 24 | 142 | 42 | 105 |
| Binary | 10101001 | 11001011 | 10010101 | 10001 | 0 | 11011 | 10100 | 1100010 | 100010 | 1000101 |
Color Harmonies of #A9CB95
Complementary color
Monochromatic Colors of #A9CB95
Black with #A9CB95
Text Example
Text Example
White with #A9CB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB95; }
p { color: rgb(169,203,149); }
H1.HeaderClassName
{
color: #A9CB95;
}
.AnyTagClassName
{
color: #A9CB95;
}
</style>
background-color css
<style>
a { background-color: #A9CB95; }
a { background-color: rgb(169,203,149); }
div.DivClassName
{
background-color: #A9CB95;
}
.BgClassName
{
background-color: #A9CB95;
}
</style>
border-color css
<style>
span { border-color: #A9CB95; }
span { border-color: rgb(169,203,149); }
td.TdClassName
{
border-color: #A9CB95;
}
.TagClassName
{
border-color: #A9CB95;
}
</style>