Shades of Feijoa #A9DC6D
Tints of Feijoa #A9DC6D
RGB
CMYK
RGB Variations
Color information
#A9DC6D (or 0xA9DC6D) is known color: Feijoa. HEX triplet: A9, DC and 6D. RGB value is (169,220,109). Sum of RGB (Red+Green+Blue) = 169+220+109=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC6D is #562392. Grayscale: #C0C0C0. Windows color (decimal): -5645203 or 7199913. OLE color: 7199913.
HSL color Cylindrical-coordinate representation of color #A9DC6D: hue angle of 87.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9DC6D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 109 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.14 |
| HSL | 87.57º | 0.61% | 0.65% | - |
| HSV(B) | 87.57º | 0.5% | 0.86% | - |
| XYZ | 44.72 | 60.73 | 23.83 | - |
| YUV | 192.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 109 | 0.23 | 0 | 0.50 | 0.14 | 87.57 | 0.61 | 0.65 |
| Hex | A9 | DC | 6D | 17 | 0 | 32 | E | 58 | 3D | 41 |
| Octal | 251 | 334 | 155 | 27 | 0 | 62 | 16 | 130 | 75 | 101 |
| Binary | 10101001 | 11011100 | 1101101 | 10111 | 0 | 110010 | 1110 | 1011000 | 111101 | 1000001 |
Color Harmonies of #A9DC6D
Complementary color
Monochromatic Colors of #A9DC6D
Black with #A9DC6D
Text Example
Text Example
White with #A9DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DC6D; }
p { color: rgb(169,220,109); }
H1.HeaderClassName
{
color: #A9DC6D;
}
.AnyTagClassName
{
color: #A9DC6D;
}
</style>
background-color css
<style>
a { background-color: #A9DC6D; }
a { background-color: rgb(169,220,109); }
div.DivClassName
{
background-color: #A9DC6D;
}
.BgClassName
{
background-color: #A9DC6D;
}
</style>
border-color css
<style>
span { border-color: #A9DC6D; }
span { border-color: rgb(169,220,109); }
td.TdClassName
{
border-color: #A9DC6D;
}
.TagClassName
{
border-color: #A9DC6D;
}
</style>