Shades of Feijoa #A9CA93
Tints of Feijoa #A9CA93
RGB
CMYK
RGB Variations
Color information
#A9CA93 (or 0xA9CA93) is known color: Feijoa. HEX triplet: A9, CA and 93. RGB value is (169,202,147). Sum of RGB (Red+Green+Blue) = 169+202+147=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA93 is #56356C. Grayscale: #BABABA. Windows color (decimal): -5649773 or 9685673. OLE color: 9685673.
HSL color Cylindrical-coordinate representation of color #A9CA93: hue angle of 96º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9CA93 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 147 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.21 |
| HSL | 96º | 0.34% | 0.68% | - |
| HSV(B) | 96º | 0.27% | 0.79% | - |
| XYZ | 42.75 | 52.78 | 35.54 | - |
| YUV | 185.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 147 | 0.16 | 0 | 0.27 | 0.21 | 96 | 0.34 | 0.68 |
| Hex | A9 | CA | 93 | 10 | 0 | 1B | 15 | 60 | 22 | 44 |
| Octal | 251 | 312 | 223 | 20 | 0 | 33 | 25 | 140 | 42 | 104 |
| Binary | 10101001 | 11001010 | 10010011 | 10000 | 0 | 11011 | 10101 | 1100000 | 100010 | 1000100 |
Color Harmonies of #A9CA93
Complementary color
Monochromatic Colors of #A9CA93
Black with #A9CA93
Text Example
Text Example
White with #A9CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA93; }
p { color: rgb(169,202,147); }
H1.HeaderClassName
{
color: #A9CA93;
}
.AnyTagClassName
{
color: #A9CA93;
}
</style>
background-color css
<style>
a { background-color: #A9CA93; }
a { background-color: rgb(169,202,147); }
div.DivClassName
{
background-color: #A9CA93;
}
.BgClassName
{
background-color: #A9CA93;
}
</style>
border-color css
<style>
span { border-color: #A9CA93; }
span { border-color: rgb(169,202,147); }
td.TdClassName
{
border-color: #A9CA93;
}
.TagClassName
{
border-color: #A9CA93;
}
</style>