Shades of Feijoa #A6FC6C
Tints of Feijoa #A6FC6C
RGB
CMYK
RGB Variations
Color information
#A6FC6C (or 0xA6FC6C) is known color: Feijoa. HEX triplet: A6, FC and 6C. RGB value is (166,252,108). Sum of RGB (Red+Green+Blue) = 166+252+108=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC6C is #590393. Grayscale: #D2D2D2. Windows color (decimal): -5833620 or 7142566. OLE color: 7142566.
HSL color Cylindrical-coordinate representation of color #A6FC6C: hue angle of 95.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6FC6C is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 108 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.01 |
| HSL | 95.83º | 0.96% | 0.71% | - |
| HSV(B) | 95.83º | 0.57% | 0.99% | - |
| XYZ | 53.24 | 78.81 | 26.59 | - |
| YUV | 209.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 108 | 0.34 | 0 | 0.57 | 0.01 | 95.83 | 0.96 | 0.71 |
| Hex | A6 | FC | 6C | 22 | 0 | 39 | 1 | 60 | 60 | 47 |
| Octal | 246 | 374 | 154 | 42 | 0 | 71 | 1 | 140 | 140 | 107 |
| Binary | 10100110 | 11111100 | 1101100 | 100010 | 0 | 111001 | 1 | 1100000 | 1100000 | 1000111 |
Color Harmonies of #A6FC6C
Complementary color
Monochromatic Colors of #A6FC6C
Black with #A6FC6C
Text Example
Text Example
White with #A6FC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC6C; }
p { color: rgb(166,252,108); }
H1.HeaderClassName
{
color: #A6FC6C;
}
.AnyTagClassName
{
color: #A6FC6C;
}
</style>
background-color css
<style>
a { background-color: #A6FC6C; }
a { background-color: rgb(166,252,108); }
div.DivClassName
{
background-color: #A6FC6C;
}
.BgClassName
{
background-color: #A6FC6C;
}
</style>
border-color css
<style>
span { border-color: #A6FC6C; }
span { border-color: rgb(166,252,108); }
td.TdClassName
{
border-color: #A6FC6C;
}
.TagClassName
{
border-color: #A6FC6C;
}
</style>