Shades of Feijoa #A6E96D
Tints of Feijoa #A6E96D
RGB
CMYK
RGB Variations
Color information
#A6E96D (or 0xA6E96D) is known color: Feijoa. HEX triplet: A6, E9 and 6D. RGB value is (166,233,109). Sum of RGB (Red+Green+Blue) = 166+233+109=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E96D is #591692. Grayscale: #C7C7C7. Windows color (decimal): -5838483 or 7203238. OLE color: 7203238.
HSL color Cylindrical-coordinate representation of color #A6E96D: hue angle of 92.42º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6E96D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 109 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.09 |
| HSL | 92.42º | 0.74% | 0.67% | - |
| HSV(B) | 92.42º | 0.53% | 0.91% | - |
| XYZ | 47.63 | 67.49 | 24.98 | - |
| YUV | 198.83 | 77.3 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 109 | 0.29 | 0 | 0.53 | 0.09 | 92.42 | 0.74 | 0.67 |
| Hex | A6 | E9 | 6D | 1D | 0 | 35 | 9 | 5C | 4A | 43 |
| Octal | 246 | 351 | 155 | 35 | 0 | 65 | 11 | 134 | 112 | 103 |
| Binary | 10100110 | 11101001 | 1101101 | 11101 | 0 | 110101 | 1001 | 1011100 | 1001010 | 1000011 |
Color Harmonies of #A6E96D
Complementary color
Monochromatic Colors of #A6E96D
Black with #A6E96D
Text Example
Text Example
White with #A6E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E96D; }
p { color: rgb(166,233,109); }
H1.HeaderClassName
{
color: #A6E96D;
}
.AnyTagClassName
{
color: #A6E96D;
}
</style>
background-color css
<style>
a { background-color: #A6E96D; }
a { background-color: rgb(166,233,109); }
div.DivClassName
{
background-color: #A6E96D;
}
.BgClassName
{
background-color: #A6E96D;
}
</style>
border-color css
<style>
span { border-color: #A6E96D; }
span { border-color: rgb(166,233,109); }
td.TdClassName
{
border-color: #A6E96D;
}
.TagClassName
{
border-color: #A6E96D;
}
</style>