Shades of Feijoa #A6DA80
Tints of Feijoa #A6DA80
RGB
CMYK
RGB Variations
Color information
#A6DA80 (or 0xA6DA80) is known color: Feijoa. HEX triplet: A6, DA and 80. RGB value is (166,218,128). Sum of RGB (Red+Green+Blue) = 166+218+128=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA80 is #59257F. Grayscale: #C0C0C0. Windows color (decimal): -5842304 or 8444582. OLE color: 8444582.
HSL color Cylindrical-coordinate representation of color #A6DA80: hue angle of 94.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6DA80 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 128 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.15 |
| HSL | 94.67º | 0.55% | 0.68% | - |
| HSV(B) | 94.67º | 0.41% | 0.85% | - |
| XYZ | 44.69 | 59.81 | 29.61 | - |
| YUV | 192.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 128 | 0.24 | 0 | 0.41 | 0.15 | 94.67 | 0.55 | 0.68 |
| Hex | A6 | DA | 80 | 18 | 0 | 29 | F | 5F | 37 | 44 |
| Octal | 246 | 332 | 200 | 30 | 0 | 51 | 17 | 137 | 67 | 104 |
| Binary | 10100110 | 11011010 | 10000000 | 11000 | 0 | 101001 | 1111 | 1011111 | 110111 | 1000100 |
Color Harmonies of #A6DA80
Complementary color
Monochromatic Colors of #A6DA80
Black with #A6DA80
Text Example
Text Example
White with #A6DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA80; }
p { color: rgb(166,218,128); }
H1.HeaderClassName
{
color: #A6DA80;
}
.AnyTagClassName
{
color: #A6DA80;
}
</style>
background-color css
<style>
a { background-color: #A6DA80; }
a { background-color: rgb(166,218,128); }
div.DivClassName
{
background-color: #A6DA80;
}
.BgClassName
{
background-color: #A6DA80;
}
</style>
border-color css
<style>
span { border-color: #A6DA80; }
span { border-color: rgb(166,218,128); }
td.TdClassName
{
border-color: #A6DA80;
}
.TagClassName
{
border-color: #A6DA80;
}
</style>