Shades of Feijoa #A6DA91
Tints of Feijoa #A6DA91
RGB
CMYK
RGB Variations
Color information
#A6DA91 (or 0xA6DA91) is known color: Feijoa. HEX triplet: A6, DA and 91. RGB value is (166,218,145). Sum of RGB (Red+Green+Blue) = 166+218+145=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA91 is #59256E. Grayscale: #C2C2C2. Windows color (decimal): -5842287 or 9558694. OLE color: 9558694.
HSL color Cylindrical-coordinate representation of color #A6DA91: hue angle of 102.74º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6DA91 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 145 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.15 |
| HSL | 102.74º | 0.5% | 0.71% | - |
| HSV(B) | 102.74º | 0.33% | 0.85% | - |
| XYZ | 45.91 | 60.29 | 36.01 | - |
| YUV | 194.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 145 | 0.24 | 0 | 0.33 | 0.15 | 102.74 | 0.5 | 0.71 |
| Hex | A6 | DA | 91 | 18 | 0 | 21 | F | 67 | 32 | 47 |
| Octal | 246 | 332 | 221 | 30 | 0 | 41 | 17 | 147 | 62 | 107 |
| Binary | 10100110 | 11011010 | 10010001 | 11000 | 0 | 100001 | 1111 | 1100111 | 110010 | 1000111 |
Color Harmonies of #A6DA91
Complementary color
Monochromatic Colors of #A6DA91
Black with #A6DA91
Text Example
Text Example
White with #A6DA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA91; }
p { color: rgb(166,218,145); }
H1.HeaderClassName
{
color: #A6DA91;
}
.AnyTagClassName
{
color: #A6DA91;
}
</style>
background-color css
<style>
a { background-color: #A6DA91; }
a { background-color: rgb(166,218,145); }
div.DivClassName
{
background-color: #A6DA91;
}
.BgClassName
{
background-color: #A6DA91;
}
</style>
border-color css
<style>
span { border-color: #A6DA91; }
span { border-color: rgb(166,218,145); }
td.TdClassName
{
border-color: #A6DA91;
}
.TagClassName
{
border-color: #A6DA91;
}
</style>