Shades of Feijoa #A1DB6C
Tints of Feijoa #A1DB6C
RGB
CMYK
RGB Variations
Color information
#A1DB6C (or 0xA1DB6C) is known color: Feijoa. HEX triplet: A1, DB and 6C. RGB value is (161,219,108). Sum of RGB (Red+Green+Blue) = 161+219+108=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB6C is #5E2493. Grayscale: #BDBDBD. Windows color (decimal): -6169748 or 7134113. OLE color: 7134113.
HSL color Cylindrical-coordinate representation of color #A1DB6C: hue angle of 91.35º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1DB6C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 108 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.14 |
| HSL | 91.35º | 0.61% | 0.64% | - |
| HSV(B) | 91.35º | 0.51% | 0.86% | - |
| XYZ | 42.74 | 59.32 | 23.39 | - |
| YUV | 189 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 108 | 0.26 | 0 | 0.51 | 0.14 | 91.35 | 0.61 | 0.64 |
| Hex | A1 | DB | 6C | 1A | 0 | 33 | E | 5B | 3D | 40 |
| Octal | 241 | 333 | 154 | 32 | 0 | 63 | 16 | 133 | 75 | 100 |
| Binary | 10100001 | 11011011 | 1101100 | 11010 | 0 | 110011 | 1110 | 1011011 | 111101 | 1000000 |
Color Harmonies of #A1DB6C
Complementary color
Monochromatic Colors of #A1DB6C
Black with #A1DB6C
Text Example
Text Example
White with #A1DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB6C; }
p { color: rgb(161,219,108); }
H1.HeaderClassName
{
color: #A1DB6C;
}
.AnyTagClassName
{
color: #A1DB6C;
}
</style>
background-color css
<style>
a { background-color: #A1DB6C; }
a { background-color: rgb(161,219,108); }
div.DivClassName
{
background-color: #A1DB6C;
}
.BgClassName
{
background-color: #A1DB6C;
}
</style>
border-color css
<style>
span { border-color: #A1DB6C; }
span { border-color: rgb(161,219,108); }
td.TdClassName
{
border-color: #A1DB6C;
}
.TagClassName
{
border-color: #A1DB6C;
}
</style>