Shades of Feijoa #A9CE87
Tints of Feijoa #A9CE87
RGB
CMYK
RGB Variations
Color information
#A9CE87 (or 0xA9CE87) is known color: Feijoa. HEX triplet: A9, CE and 87. RGB value is (169,206,135). Sum of RGB (Red+Green+Blue) = 169+206+135=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CE87 is #563178. Grayscale: #BBBBBB. Windows color (decimal): -5648761 or 8900265. OLE color: 8900265.
HSL color Cylindrical-coordinate representation of color #A9CE87: hue angle of 91.27º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9CE87 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 135 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.19 |
| HSL | 91.27º | 0.42% | 0.67% | - |
| HSV(B) | 91.27º | 0.34% | 0.81% | - |
| XYZ | 42.81 | 54.33 | 31.15 | - |
| YUV | 186.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 135 | 0.18 | 0 | 0.34 | 0.19 | 91.27 | 0.42 | 0.67 |
| Hex | A9 | CE | 87 | 12 | 0 | 22 | 13 | 5B | 2A | 43 |
| Octal | 251 | 316 | 207 | 22 | 0 | 42 | 23 | 133 | 52 | 103 |
| Binary | 10101001 | 11001110 | 10000111 | 10010 | 0 | 100010 | 10011 | 1011011 | 101010 | 1000011 |
Color Harmonies of #A9CE87
Complementary color
Monochromatic Colors of #A9CE87
Black with #A9CE87
Text Example
Text Example
White with #A9CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE87; }
p { color: rgb(169,206,135); }
H1.HeaderClassName
{
color: #A9CE87;
}
.AnyTagClassName
{
color: #A9CE87;
}
</style>
background-color css
<style>
a { background-color: #A9CE87; }
a { background-color: rgb(169,206,135); }
div.DivClassName
{
background-color: #A9CE87;
}
.BgClassName
{
background-color: #A9CE87;
}
</style>
border-color css
<style>
span { border-color: #A9CE87; }
span { border-color: rgb(169,206,135); }
td.TdClassName
{
border-color: #A9CE87;
}
.TagClassName
{
border-color: #A9CE87;
}
</style>