Shades of Feijoa #A6E06D
Tints of Feijoa #A6E06D
RGB
CMYK
RGB Variations
Color information
#A6E06D (or 0xA6E06D) is known color: Feijoa. HEX triplet: A6, E0 and 6D. RGB value is (166,224,109). Sum of RGB (Red+Green+Blue) = 166+224+109=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E06D is #591F92. Grayscale: #C1C1C1. Windows color (decimal): -5840787 or 7200934. OLE color: 7200934.
HSL color Cylindrical-coordinate representation of color #A6E06D: hue angle of 90.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6E06D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 109 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.12 |
| HSL | 90.26º | 0.65% | 0.65% | - |
| HSV(B) | 90.26º | 0.51% | 0.88% | - |
| XYZ | 45.14 | 62.52 | 24.16 | - |
| YUV | 193.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 109 | 0.26 | 0 | 0.51 | 0.12 | 90.26 | 0.65 | 0.65 |
| Hex | A6 | E0 | 6D | 1A | 0 | 33 | C | 5A | 41 | 41 |
| Octal | 246 | 340 | 155 | 32 | 0 | 63 | 14 | 132 | 101 | 101 |
| Binary | 10100110 | 11100000 | 1101101 | 11010 | 0 | 110011 | 1100 | 1011010 | 1000001 | 1000001 |
Color Harmonies of #A6E06D
Complementary color
Monochromatic Colors of #A6E06D
Black with #A6E06D
Text Example
Text Example
White with #A6E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E06D; }
p { color: rgb(166,224,109); }
H1.HeaderClassName
{
color: #A6E06D;
}
.AnyTagClassName
{
color: #A6E06D;
}
</style>
background-color css
<style>
a { background-color: #A6E06D; }
a { background-color: rgb(166,224,109); }
div.DivClassName
{
background-color: #A6E06D;
}
.BgClassName
{
background-color: #A6E06D;
}
</style>
border-color css
<style>
span { border-color: #A6E06D; }
span { border-color: rgb(166,224,109); }
td.TdClassName
{
border-color: #A6E06D;
}
.TagClassName
{
border-color: #A6E06D;
}
</style>