Shades of Feijoa #A6E36D
Tints of Feijoa #A6E36D
RGB
CMYK
RGB Variations
Color information
#A6E36D (or 0xA6E36D) is known color: Feijoa. HEX triplet: A6, E3 and 6D. RGB value is (166,227,109). Sum of RGB (Red+Green+Blue) = 166+227+109=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E36D is #591C92. Grayscale: #C3C3C3. Windows color (decimal): -5840019 or 7201702. OLE color: 7201702.
HSL color Cylindrical-coordinate representation of color #A6E36D: hue angle of 91.02º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6E36D is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 109 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.11 |
| HSL | 91.02º | 0.68% | 0.66% | - |
| HSV(B) | 91.02º | 0.52% | 0.89% | - |
| XYZ | 45.96 | 64.15 | 24.43 | - |
| YUV | 195.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 109 | 0.27 | 0 | 0.52 | 0.11 | 91.02 | 0.68 | 0.66 |
| Hex | A6 | E3 | 6D | 1B | 0 | 34 | B | 5B | 44 | 42 |
| Octal | 246 | 343 | 155 | 33 | 0 | 64 | 13 | 133 | 104 | 102 |
| Binary | 10100110 | 11100011 | 1101101 | 11011 | 0 | 110100 | 1011 | 1011011 | 1000100 | 1000010 |
Color Harmonies of #A6E36D
Complementary color
Monochromatic Colors of #A6E36D
Black with #A6E36D
Text Example
Text Example
White with #A6E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E36D; }
p { color: rgb(166,227,109); }
H1.HeaderClassName
{
color: #A6E36D;
}
.AnyTagClassName
{
color: #A6E36D;
}
</style>
background-color css
<style>
a { background-color: #A6E36D; }
a { background-color: rgb(166,227,109); }
div.DivClassName
{
background-color: #A6E36D;
}
.BgClassName
{
background-color: #A6E36D;
}
</style>
border-color css
<style>
span { border-color: #A6E36D; }
span { border-color: rgb(166,227,109); }
td.TdClassName
{
border-color: #A6E36D;
}
.TagClassName
{
border-color: #A6E36D;
}
</style>