Shades of Feijoa #A6FF6C
Tints of Feijoa #A6FF6C
RGB
CMYK
RGB Variations
Color information
#A6FF6C (or 0xA6FF6C) is known color: Feijoa. HEX triplet: A6, FF and 6C. RGB value is (166,255,108). Sum of RGB (Red+Green+Blue) = 166+255+108=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF6C is #590093. Grayscale: #D4D4D4. Windows color (decimal): -5832852 or 7143334. OLE color: 7143334.
HSL color Cylindrical-coordinate representation of color #A6FF6C: hue angle of 96.33º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6FF6C is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 108 | - |
| CMYK | 0.35 | 0 | 0.58 | 0 |
| HSL | 96.33º | 1% | 0.71% | - |
| HSV(B) | 96.33º | 0.58% | 1% | - |
| XYZ | 54.19 | 80.71 | 26.91 | - |
| YUV | 211.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 108 | 0.35 | 0 | 0.58 | 0 | 96.33 | 1 | 0.71 |
| Hex | A6 | FF | 6C | 23 | 0 | 3A | 0 | 60 | 64 | 47 |
| Octal | 246 | 377 | 154 | 43 | 0 | 72 | 0 | 140 | 144 | 107 |
| Binary | 10100110 | 11111111 | 1101100 | 100011 | 0 | 111010 | 0 | 1100000 | 1100100 | 1000111 |
Color Harmonies of #A6FF6C
Complementary color
Monochromatic Colors of #A6FF6C
Black with #A6FF6C
Text Example
Text Example
White with #A6FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF6C; }
p { color: rgb(166,255,108); }
H1.HeaderClassName
{
color: #A6FF6C;
}
.AnyTagClassName
{
color: #A6FF6C;
}
</style>
background-color css
<style>
a { background-color: #A6FF6C; }
a { background-color: rgb(166,255,108); }
div.DivClassName
{
background-color: #A6FF6C;
}
.BgClassName
{
background-color: #A6FF6C;
}
</style>
border-color css
<style>
span { border-color: #A6FF6C; }
span { border-color: rgb(166,255,108); }
td.TdClassName
{
border-color: #A6FF6C;
}
.TagClassName
{
border-color: #A6FF6C;
}
</style>