Shades of Feijoa #A1DA6A
Tints of Feijoa #A1DA6A
RGB
CMYK
RGB Variations
Color information
#A1DA6A (or 0xA1DA6A) is known color: Feijoa. HEX triplet: A1, DA and 6A. RGB value is (161,218,106). Sum of RGB (Red+Green+Blue) = 161+218+106=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA6A is #5E2595. Grayscale: #BCBCBC. Windows color (decimal): -6170006 or 7002785. OLE color: 7002785.
HSL color Cylindrical-coordinate representation of color #A1DA6A: hue angle of 90.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1DA6A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 106 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.15 |
| HSL | 90.54º | 0.6% | 0.64% | - |
| HSV(B) | 90.54º | 0.51% | 0.85% | - |
| XYZ | 42.37 | 58.76 | 22.74 | - |
| YUV | 188.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 106 | 0.26 | 0 | 0.51 | 0.15 | 90.54 | 0.6 | 0.64 |
| Hex | A1 | DA | 6A | 1A | 0 | 33 | F | 5B | 3C | 40 |
| Octal | 241 | 332 | 152 | 32 | 0 | 63 | 17 | 133 | 74 | 100 |
| Binary | 10100001 | 11011010 | 1101010 | 11010 | 0 | 110011 | 1111 | 1011011 | 111100 | 1000000 |
Color Harmonies of #A1DA6A
Complementary color
Monochromatic Colors of #A1DA6A
Black with #A1DA6A
Text Example
Text Example
White with #A1DA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA6A; }
p { color: rgb(161,218,106); }
H1.HeaderClassName
{
color: #A1DA6A;
}
.AnyTagClassName
{
color: #A1DA6A;
}
</style>
background-color css
<style>
a { background-color: #A1DA6A; }
a { background-color: rgb(161,218,106); }
div.DivClassName
{
background-color: #A1DA6A;
}
.BgClassName
{
background-color: #A1DA6A;
}
</style>
border-color css
<style>
span { border-color: #A1DA6A; }
span { border-color: rgb(161,218,106); }
td.TdClassName
{
border-color: #A1DA6A;
}
.TagClassName
{
border-color: #A1DA6A;
}
</style>