Shades of Feijoa #A1DA6E
Tints of Feijoa #A1DA6E
RGB
CMYK
RGB Variations
Color information
#A1DA6E (or 0xA1DA6E) is known color: Feijoa. HEX triplet: A1, DA and 6E. RGB value is (161,218,110). Sum of RGB (Red+Green+Blue) = 161+218+110=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA6E is #5E2591. Grayscale: #BDBDBD. Windows color (decimal): -6170002 or 7264929. OLE color: 7264929.
HSL color Cylindrical-coordinate representation of color #A1DA6E: hue angle of 91.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1DA6E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 110 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.15 |
| HSL | 91.67º | 0.59% | 0.64% | - |
| HSV(B) | 91.67º | 0.5% | 0.85% | - |
| XYZ | 42.58 | 58.85 | 23.87 | - |
| YUV | 188.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 110 | 0.26 | 0 | 0.50 | 0.15 | 91.67 | 0.59 | 0.64 |
| Hex | A1 | DA | 6E | 1A | 0 | 32 | F | 5C | 3B | 40 |
| Octal | 241 | 332 | 156 | 32 | 0 | 62 | 17 | 134 | 73 | 100 |
| Binary | 10100001 | 11011010 | 1101110 | 11010 | 0 | 110010 | 1111 | 1011100 | 111011 | 1000000 |
Color Harmonies of #A1DA6E
Complementary color
Monochromatic Colors of #A1DA6E
Black with #A1DA6E
Text Example
Text Example
White with #A1DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA6E; }
p { color: rgb(161,218,110); }
H1.HeaderClassName
{
color: #A1DA6E;
}
.AnyTagClassName
{
color: #A1DA6E;
}
</style>
background-color css
<style>
a { background-color: #A1DA6E; }
a { background-color: rgb(161,218,110); }
div.DivClassName
{
background-color: #A1DA6E;
}
.BgClassName
{
background-color: #A1DA6E;
}
</style>
border-color css
<style>
span { border-color: #A1DA6E; }
span { border-color: rgb(161,218,110); }
td.TdClassName
{
border-color: #A1DA6E;
}
.TagClassName
{
border-color: #A1DA6E;
}
</style>