Shades of Feijoa #A6F376
Tints of Feijoa #A6F376
RGB
CMYK
RGB Variations
Color information
#A6F376 (or 0xA6F376) is known color: Feijoa. HEX triplet: A6, F3 and 76. RGB value is (166,243,118). Sum of RGB (Red+Green+Blue) = 166+243+118=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F376 is #590C89. Grayscale: #CECECE. Windows color (decimal): -5835914 or 7795622. OLE color: 7795622.
HSL color Cylindrical-coordinate representation of color #A6F376: hue angle of 96.96º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6F376 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 118 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.05 |
| HSL | 96.96º | 0.84% | 0.71% | - |
| HSV(B) | 96.96º | 0.51% | 0.95% | - |
| XYZ | 51.05 | 73.52 | 28.64 | - |
| YUV | 205.73 | 78.49 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 118 | 0.32 | 0 | 0.51 | 0.05 | 96.96 | 0.84 | 0.71 |
| Hex | A6 | F3 | 76 | 20 | 0 | 33 | 5 | 61 | 54 | 47 |
| Octal | 246 | 363 | 166 | 40 | 0 | 63 | 5 | 141 | 124 | 107 |
| Binary | 10100110 | 11110011 | 1110110 | 100000 | 0 | 110011 | 101 | 1100001 | 1010100 | 1000111 |
Color Harmonies of #A6F376
Complementary color
Monochromatic Colors of #A6F376
Black with #A6F376
Text Example
Text Example
White with #A6F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F376; }
p { color: rgb(166,243,118); }
H1.HeaderClassName
{
color: #A6F376;
}
.AnyTagClassName
{
color: #A6F376;
}
</style>
background-color css
<style>
a { background-color: #A6F376; }
a { background-color: rgb(166,243,118); }
div.DivClassName
{
background-color: #A6F376;
}
.BgClassName
{
background-color: #A6F376;
}
</style>
border-color css
<style>
span { border-color: #A6F376; }
span { border-color: rgb(166,243,118); }
td.TdClassName
{
border-color: #A6F376;
}
.TagClassName
{
border-color: #A6F376;
}
</style>