Shades of Feijoa #A9DC6F
Tints of Feijoa #A9DC6F
RGB
CMYK
RGB Variations
Color information
#A9DC6F (or 0xA9DC6F) is known color: Feijoa. HEX triplet: A9, DC and 6F. RGB value is (169,220,111). Sum of RGB (Red+Green+Blue) = 169+220+111=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC6F is #562390. Grayscale: #C0C0C0. Windows color (decimal): -5645201 or 7330985. OLE color: 7330985.
HSL color Cylindrical-coordinate representation of color #A9DC6F: hue angle of 88.07º 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 #A9DC6F is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 111 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.14 |
| HSL | 88.07º | 0.61% | 0.65% | - |
| HSV(B) | 88.07º | 0.5% | 0.86% | - |
| XYZ | 44.82 | 60.77 | 24.41 | - |
| YUV | 192.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 111 | 0.23 | 0 | 0.50 | 0.14 | 88.07 | 0.61 | 0.65 |
| Hex | A9 | DC | 6F | 17 | 0 | 32 | E | 58 | 3D | 41 |
| Octal | 251 | 334 | 157 | 27 | 0 | 62 | 16 | 130 | 75 | 101 |
| Binary | 10101001 | 11011100 | 1101111 | 10111 | 0 | 110010 | 1110 | 1011000 | 111101 | 1000001 |
Color Harmonies of #A9DC6F
Complementary color
Monochromatic Colors of #A9DC6F
Black with #A9DC6F
Text Example
Text Example
White with #A9DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DC6F; }
p { color: rgb(169,220,111); }
H1.HeaderClassName
{
color: #A9DC6F;
}
.AnyTagClassName
{
color: #A9DC6F;
}
</style>
background-color css
<style>
a { background-color: #A9DC6F; }
a { background-color: rgb(169,220,111); }
div.DivClassName
{
background-color: #A9DC6F;
}
.BgClassName
{
background-color: #A9DC6F;
}
</style>
border-color css
<style>
span { border-color: #A9DC6F; }
span { border-color: rgb(169,220,111); }
td.TdClassName
{
border-color: #A9DC6F;
}
.TagClassName
{
border-color: #A9DC6F;
}
</style>