Shades of Feijoa #A6FC6E
Tints of Feijoa #A6FC6E
RGB
CMYK
RGB Variations
Color information
#A6FC6E (or 0xA6FC6E) is known color: Feijoa. HEX triplet: A6, FC and 6E. RGB value is (166,252,110). Sum of RGB (Red+Green+Blue) = 166+252+110=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC6E is #590391. Grayscale: #D2D2D2. Windows color (decimal): -5833618 or 7273638. OLE color: 7273638.
HSL color Cylindrical-coordinate representation of color #A6FC6E: hue angle of 96.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6FC6E is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 110 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.01 |
| HSL | 96.34º | 0.96% | 0.71% | - |
| HSV(B) | 96.34º | 0.56% | 0.99% | - |
| XYZ | 53.35 | 78.85 | 27.16 | - |
| YUV | 210.1 | 71.51 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 110 | 0.34 | 0 | 0.56 | 0.01 | 96.34 | 0.96 | 0.71 |
| Hex | A6 | FC | 6E | 22 | 0 | 38 | 1 | 60 | 60 | 47 |
| Octal | 246 | 374 | 156 | 42 | 0 | 70 | 1 | 140 | 140 | 107 |
| Binary | 10100110 | 11111100 | 1101110 | 100010 | 0 | 111000 | 1 | 1100000 | 1100000 | 1000111 |
Color Harmonies of #A6FC6E
Complementary color
Monochromatic Colors of #A6FC6E
Black with #A6FC6E
Text Example
Text Example
White with #A6FC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC6E; }
p { color: rgb(166,252,110); }
H1.HeaderClassName
{
color: #A6FC6E;
}
.AnyTagClassName
{
color: #A6FC6E;
}
</style>
background-color css
<style>
a { background-color: #A6FC6E; }
a { background-color: rgb(166,252,110); }
div.DivClassName
{
background-color: #A6FC6E;
}
.BgClassName
{
background-color: #A6FC6E;
}
</style>
border-color css
<style>
span { border-color: #A6FC6E; }
span { border-color: rgb(166,252,110); }
td.TdClassName
{
border-color: #A6FC6E;
}
.TagClassName
{
border-color: #A6FC6E;
}
</style>