Shades of Feijoa #A6E36A
Tints of Feijoa #A6E36A
RGB
CMYK
RGB Variations
Color information
#A6E36A (or 0xA6E36A) is known color: Feijoa. HEX triplet: A6, E3 and 6A. RGB value is (166,227,106). Sum of RGB (Red+Green+Blue) = 166+227+106=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E36A is #591C95. Grayscale: #C3C3C3. Windows color (decimal): -5840022 or 7005094. OLE color: 7005094.
HSL color Cylindrical-coordinate representation of color #A6E36A: hue angle of 90.25º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6E36A is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 106 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.11 |
| HSL | 90.25º | 0.68% | 0.65% | - |
| HSV(B) | 90.25º | 0.53% | 0.89% | - |
| XYZ | 45.8 | 64.09 | 23.59 | - |
| YUV | 194.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 106 | 0.27 | 0 | 0.53 | 0.11 | 90.25 | 0.68 | 0.65 |
| Hex | A6 | E3 | 6A | 1B | 0 | 35 | B | 5A | 44 | 41 |
| Octal | 246 | 343 | 152 | 33 | 0 | 65 | 13 | 132 | 104 | 101 |
| Binary | 10100110 | 11100011 | 1101010 | 11011 | 0 | 110101 | 1011 | 1011010 | 1000100 | 1000001 |
Color Harmonies of #A6E36A
Complementary color
Monochromatic Colors of #A6E36A
Black with #A6E36A
Text Example
Text Example
White with #A6E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E36A; }
p { color: rgb(166,227,106); }
H1.HeaderClassName
{
color: #A6E36A;
}
.AnyTagClassName
{
color: #A6E36A;
}
</style>
background-color css
<style>
a { background-color: #A6E36A; }
a { background-color: rgb(166,227,106); }
div.DivClassName
{
background-color: #A6E36A;
}
.BgClassName
{
background-color: #A6E36A;
}
</style>
border-color css
<style>
span { border-color: #A6E36A; }
span { border-color: rgb(166,227,106); }
td.TdClassName
{
border-color: #A6E36A;
}
.TagClassName
{
border-color: #A6E36A;
}
</style>