Shades of Feijoa #A6E46E
Tints of Feijoa #A6E46E
RGB
CMYK
RGB Variations
Color information
#A6E46E (or 0xA6E46E) is known color: Feijoa. HEX triplet: A6, E4 and 6E. RGB value is (166,228,110). Sum of RGB (Red+Green+Blue) = 166+228+110=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E46E is #591B91. Grayscale: #C4C4C4. Windows color (decimal): -5839762 or 7267494. OLE color: 7267494.
HSL color Cylindrical-coordinate representation of color #A6E46E: hue angle of 91.53º degrees, saturation: 0.69, 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 #A6E46E is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 110 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.11 |
| HSL | 91.53º | 0.69% | 0.66% | - |
| HSV(B) | 91.53º | 0.52% | 0.89% | - |
| XYZ | 46.28 | 64.72 | 24.8 | - |
| YUV | 196.01 | 79.46 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 110 | 0.27 | 0 | 0.52 | 0.11 | 91.53 | 0.69 | 0.66 |
| Hex | A6 | E4 | 6E | 1B | 0 | 34 | B | 5C | 45 | 42 |
| Octal | 246 | 344 | 156 | 33 | 0 | 64 | 13 | 134 | 105 | 102 |
| Binary | 10100110 | 11100100 | 1101110 | 11011 | 0 | 110100 | 1011 | 1011100 | 1000101 | 1000010 |
Color Harmonies of #A6E46E
Complementary color
Monochromatic Colors of #A6E46E
Black with #A6E46E
Text Example
Text Example
White with #A6E46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E46E; }
p { color: rgb(166,228,110); }
H1.HeaderClassName
{
color: #A6E46E;
}
.AnyTagClassName
{
color: #A6E46E;
}
</style>
background-color css
<style>
a { background-color: #A6E46E; }
a { background-color: rgb(166,228,110); }
div.DivClassName
{
background-color: #A6E46E;
}
.BgClassName
{
background-color: #A6E46E;
}
</style>
border-color css
<style>
span { border-color: #A6E46E; }
span { border-color: rgb(166,228,110); }
td.TdClassName
{
border-color: #A6E46E;
}
.TagClassName
{
border-color: #A6E46E;
}
</style>