Shades of Feijoa #A9D18D
Tints of Feijoa #A9D18D
RGB
CMYK
RGB Variations
Color information
#A9D18D (or 0xA9D18D) is known color: Feijoa. HEX triplet: A9, D1 and 8D. RGB value is (169,209,141). Sum of RGB (Red+Green+Blue) = 169+209+141=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D18D is #562E72. Grayscale: #BDBDBD. Windows color (decimal): -5647987 or 9294249. OLE color: 9294249.
HSL color Cylindrical-coordinate representation of color #A9D18D: hue angle of 95.29º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D18D is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 209 | 141 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 95.29º | 0.43% | 0.69% | - |
| HSV(B) | 95.29º | 0.33% | 0.82% | - |
| XYZ | 43.97 | 55.96 | 33.68 | - |
| YUV | 189.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 141 | 0.19 | 0 | 0.33 | 0.18 | 95.29 | 0.43 | 0.69 |
| Hex | A9 | D1 | 8D | 13 | 0 | 21 | 12 | 5F | 2A | 45 |
| Octal | 251 | 321 | 215 | 23 | 0 | 41 | 22 | 137 | 52 | 105 |
| Binary | 10101001 | 11010001 | 10001101 | 10011 | 0 | 100001 | 10010 | 1011111 | 101010 | 1000101 |
Color Harmonies of #A9D18D
Complementary color
Monochromatic Colors of #A9D18D
Black with #A9D18D
Text Example
Text Example
White with #A9D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D18D; }
p { color: rgb(169,209,141); }
H1.HeaderClassName
{
color: #A9D18D;
}
.AnyTagClassName
{
color: #A9D18D;
}
</style>
background-color css
<style>
a { background-color: #A9D18D; }
a { background-color: rgb(169,209,141); }
div.DivClassName
{
background-color: #A9D18D;
}
.BgClassName
{
background-color: #A9D18D;
}
</style>
border-color css
<style>
span { border-color: #A9D18D; }
span { border-color: rgb(169,209,141); }
td.TdClassName
{
border-color: #A9D18D;
}
.TagClassName
{
border-color: #A9D18D;
}
</style>