Shades of Feijoa #A6F576
Tints of Feijoa #A6F576
RGB
CMYK
RGB Variations
Color information
#A6F576 (or 0xA6F576) is known color: Feijoa. HEX triplet: A6, F5 and 76. RGB value is (166,245,118). Sum of RGB (Red+Green+Blue) = 166+245+118=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F576 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F576 is #590A89. Grayscale: #CFCFCF. Windows color (decimal): -5835402 or 7796134. OLE color: 7796134.
HSL color Cylindrical-coordinate representation of color #A6F576: hue angle of 97.32º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6F576 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 245 | 118 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.04 |
| HSL | 97.32º | 0.86% | 0.71% | - |
| HSV(B) | 97.32º | 0.52% | 0.96% | - |
| XYZ | 51.65 | 74.72 | 28.84 | - |
| YUV | 206.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 245 | 118 | 0.32 | 0 | 0.52 | 0.04 | 97.32 | 0.86 | 0.71 |
| Hex | A6 | F5 | 76 | 20 | 0 | 34 | 4 | 61 | 56 | 47 |
| Octal | 246 | 365 | 166 | 40 | 0 | 64 | 4 | 141 | 126 | 107 |
| Binary | 10100110 | 11110101 | 1110110 | 100000 | 0 | 110100 | 100 | 1100001 | 1010110 | 1000111 |
Color Harmonies of #A6F576
Complementary color
Monochromatic Colors of #A6F576
Black with #A6F576
Text Example
Text Example
White with #A6F576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F576; }
p { color: rgb(166,245,118); }
H1.HeaderClassName
{
color: #A6F576;
}
.AnyTagClassName
{
color: #A6F576;
}
</style>
background-color css
<style>
a { background-color: #A6F576; }
a { background-color: rgb(166,245,118); }
div.DivClassName
{
background-color: #A6F576;
}
.BgClassName
{
background-color: #A6F576;
}
</style>
border-color css
<style>
span { border-color: #A6F576; }
span { border-color: rgb(166,245,118); }
td.TdClassName
{
border-color: #A6F576;
}
.TagClassName
{
border-color: #A6F576;
}
</style>