Shades of Feijoa #A6E76F
Tints of Feijoa #A6E76F
RGB
CMYK
RGB Variations
Color information
#A6E76F (or 0xA6E76F) is known color: Feijoa. HEX triplet: A6, E7 and 6F. RGB value is (166,231,111). Sum of RGB (Red+Green+Blue) = 166+231+111=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E76F is #591890. Grayscale: #C6C6C6. Windows color (decimal): -5838993 or 7333798. OLE color: 7333798.
HSL color Cylindrical-coordinate representation of color #A6E76F: hue angle of 92.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6E76F is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 231 | 111 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.09 |
| HSL | 92.5º | 0.71% | 0.67% | - |
| HSV(B) | 92.5º | 0.52% | 0.91% | - |
| XYZ | 47.17 | 66.41 | 25.37 | - |
| YUV | 197.89 | 78.97 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 231 | 111 | 0.28 | 0 | 0.52 | 0.09 | 92.5 | 0.71 | 0.67 |
| Hex | A6 | E7 | 6F | 1C | 0 | 34 | 9 | 5C | 47 | 43 |
| Octal | 246 | 347 | 157 | 34 | 0 | 64 | 11 | 134 | 107 | 103 |
| Binary | 10100110 | 11100111 | 1101111 | 11100 | 0 | 110100 | 1001 | 1011100 | 1000111 | 1000011 |
Color Harmonies of #A6E76F
Complementary color
Monochromatic Colors of #A6E76F
Black with #A6E76F
Text Example
Text Example
White with #A6E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E76F; }
p { color: rgb(166,231,111); }
H1.HeaderClassName
{
color: #A6E76F;
}
.AnyTagClassName
{
color: #A6E76F;
}
</style>
background-color css
<style>
a { background-color: #A6E76F; }
a { background-color: rgb(166,231,111); }
div.DivClassName
{
background-color: #A6E76F;
}
.BgClassName
{
background-color: #A6E76F;
}
</style>
border-color css
<style>
span { border-color: #A6E76F; }
span { border-color: rgb(166,231,111); }
td.TdClassName
{
border-color: #A6E76F;
}
.TagClassName
{
border-color: #A6E76F;
}
</style>