Shades of Feijoa #A9CE8D
Tints of Feijoa #A9CE8D
RGB
CMYK
RGB Variations
Color information
#A9CE8D (or 0xA9CE8D) is known color: Feijoa. HEX triplet: A9, CE and 8D. RGB value is (169,206,141). Sum of RGB (Red+Green+Blue) = 169+206+141=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CE8D is #563172. Grayscale: #BBBBBB. Windows color (decimal): -5648755 or 9293481. OLE color: 9293481.
HSL color Cylindrical-coordinate representation of color #A9CE8D: hue angle of 94.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9CE8D is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 141 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.19 |
| HSL | 94.15º | 0.4% | 0.68% | - |
| HSV(B) | 94.15º | 0.32% | 0.81% | - |
| XYZ | 43.24 | 54.5 | 33.44 | - |
| YUV | 187.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 141 | 0.18 | 0 | 0.32 | 0.19 | 94.15 | 0.4 | 0.68 |
| Hex | A9 | CE | 8D | 12 | 0 | 20 | 13 | 5E | 28 | 44 |
| Octal | 251 | 316 | 215 | 22 | 0 | 40 | 23 | 136 | 50 | 104 |
| Binary | 10101001 | 11001110 | 10001101 | 10010 | 0 | 100000 | 10011 | 1011110 | 101000 | 1000100 |
Color Harmonies of #A9CE8D
Complementary color
Monochromatic Colors of #A9CE8D
Black with #A9CE8D
Text Example
Text Example
White with #A9CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE8D; }
p { color: rgb(169,206,141); }
H1.HeaderClassName
{
color: #A9CE8D;
}
.AnyTagClassName
{
color: #A9CE8D;
}
</style>
background-color css
<style>
a { background-color: #A9CE8D; }
a { background-color: rgb(169,206,141); }
div.DivClassName
{
background-color: #A9CE8D;
}
.BgClassName
{
background-color: #A9CE8D;
}
</style>
border-color css
<style>
span { border-color: #A9CE8D; }
span { border-color: rgb(169,206,141); }
td.TdClassName
{
border-color: #A9CE8D;
}
.TagClassName
{
border-color: #A9CE8D;
}
</style>