Shades of Feijoa #A1D66E
Tints of Feijoa #A1D66E
RGB
CMYK
RGB Variations
Color information
#A1D66E (or 0xA1D66E) is known color: Feijoa. HEX triplet: A1, D6 and 6E. RGB value is (161,214,110). Sum of RGB (Red+Green+Blue) = 161+214+110=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D66E is #5E2991. Grayscale: #BABABA. Windows color (decimal): -6171026 or 7263905. OLE color: 7263905.
HSL color Cylindrical-coordinate representation of color #A1D66E: hue angle of 90.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D66E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 110 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.16 |
| HSL | 90.58º | 0.56% | 0.64% | - |
| HSV(B) | 90.58º | 0.49% | 0.84% | - |
| XYZ | 41.56 | 56.8 | 23.52 | - |
| YUV | 186.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 110 | 0.25 | 0 | 0.49 | 0.16 | 90.58 | 0.56 | 0.64 |
| Hex | A1 | D6 | 6E | 19 | 0 | 31 | 10 | 5B | 38 | 40 |
| Octal | 241 | 326 | 156 | 31 | 0 | 61 | 20 | 133 | 70 | 100 |
| Binary | 10100001 | 11010110 | 1101110 | 11001 | 0 | 110001 | 10000 | 1011011 | 111000 | 1000000 |
Color Harmonies of #A1D66E
Complementary color
Monochromatic Colors of #A1D66E
Black with #A1D66E
Text Example
Text Example
White with #A1D66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D66E; }
p { color: rgb(161,214,110); }
H1.HeaderClassName
{
color: #A1D66E;
}
.AnyTagClassName
{
color: #A1D66E;
}
</style>
background-color css
<style>
a { background-color: #A1D66E; }
a { background-color: rgb(161,214,110); }
div.DivClassName
{
background-color: #A1D66E;
}
.BgClassName
{
background-color: #A1D66E;
}
</style>
border-color css
<style>
span { border-color: #A1D66E; }
span { border-color: rgb(161,214,110); }
td.TdClassName
{
border-color: #A1D66E;
}
.TagClassName
{
border-color: #A1D66E;
}
</style>