Shades of Feijoa #A1DC6D
Tints of Feijoa #A1DC6D
RGB
CMYK
RGB Variations
Color information
#A1DC6D (or 0xA1DC6D) is known color: Feijoa. HEX triplet: A1, DC and 6D. RGB value is (161,220,109). Sum of RGB (Red+Green+Blue) = 161+220+109=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC6D is #5E2392. Grayscale: #BEBEBE. Windows color (decimal): -6169491 or 7199905. OLE color: 7199905.
HSL color Cylindrical-coordinate representation of color #A1DC6D: hue angle of 91.89º 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 #A1DC6D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 109 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.14 |
| HSL | 91.89º | 0.61% | 0.65% | - |
| HSV(B) | 91.89º | 0.5% | 0.86% | - |
| XYZ | 43.05 | 59.87 | 23.75 | - |
| YUV | 189.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 109 | 0.27 | 0 | 0.50 | 0.14 | 91.89 | 0.61 | 0.65 |
| Hex | A1 | DC | 6D | 1B | 0 | 32 | E | 5C | 3D | 41 |
| Octal | 241 | 334 | 155 | 33 | 0 | 62 | 16 | 134 | 75 | 101 |
| Binary | 10100001 | 11011100 | 1101101 | 11011 | 0 | 110010 | 1110 | 1011100 | 111101 | 1000001 |
Color Harmonies of #A1DC6D
Complementary color
Monochromatic Colors of #A1DC6D
Black with #A1DC6D
Text Example
Text Example
White with #A1DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC6D; }
p { color: rgb(161,220,109); }
H1.HeaderClassName
{
color: #A1DC6D;
}
.AnyTagClassName
{
color: #A1DC6D;
}
</style>
background-color css
<style>
a { background-color: #A1DC6D; }
a { background-color: rgb(161,220,109); }
div.DivClassName
{
background-color: #A1DC6D;
}
.BgClassName
{
background-color: #A1DC6D;
}
</style>
border-color css
<style>
span { border-color: #A1DC6D; }
span { border-color: rgb(161,220,109); }
td.TdClassName
{
border-color: #A1DC6D;
}
.TagClassName
{
border-color: #A1DC6D;
}
</style>