Shades of Feijoa #A6D890
Tints of Feijoa #A6D890
RGB
CMYK
RGB Variations
Color information
#A6D890 (or 0xA6D890) is known color: Feijoa. HEX triplet: A6, D8 and 90. RGB value is (166,216,144). Sum of RGB (Red+Green+Blue) = 166+216+144=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D890 is #59276F. Grayscale: #C1C1C1. Windows color (decimal): -5842800 or 9492646. OLE color: 9492646.
HSL color Cylindrical-coordinate representation of color #A6D890: hue angle of 101.67º degrees, saturation: 0.48, 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 #A6D890 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 144 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.15 |
| HSL | 101.67º | 0.48% | 0.71% | - |
| HSV(B) | 101.67º | 0.33% | 0.85% | - |
| XYZ | 45.32 | 59.23 | 35.43 | - |
| YUV | 192.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 144 | 0.23 | 0 | 0.33 | 0.15 | 101.67 | 0.48 | 0.71 |
| Hex | A6 | D8 | 90 | 17 | 0 | 21 | F | 66 | 30 | 47 |
| Octal | 246 | 330 | 220 | 27 | 0 | 41 | 17 | 146 | 60 | 107 |
| Binary | 10100110 | 11011000 | 10010000 | 10111 | 0 | 100001 | 1111 | 1100110 | 110000 | 1000111 |
Color Harmonies of #A6D890
Complementary color
Monochromatic Colors of #A6D890
Black with #A6D890
Text Example
Text Example
White with #A6D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D890; }
p { color: rgb(166,216,144); }
H1.HeaderClassName
{
color: #A6D890;
}
.AnyTagClassName
{
color: #A6D890;
}
</style>
background-color css
<style>
a { background-color: #A6D890; }
a { background-color: rgb(166,216,144); }
div.DivClassName
{
background-color: #A6D890;
}
.BgClassName
{
background-color: #A6D890;
}
</style>
border-color css
<style>
span { border-color: #A6D890; }
span { border-color: rgb(166,216,144); }
td.TdClassName
{
border-color: #A6D890;
}
.TagClassName
{
border-color: #A6D890;
}
</style>