Shades of Feijoa #A6E970
Tints of Feijoa #A6E970
RGB
CMYK
RGB Variations
Color information
#A6E970 (or 0xA6E970) is known color: Feijoa. HEX triplet: A6, E9 and 70. RGB value is (166,233,112). Sum of RGB (Red+Green+Blue) = 166+233+112=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E970 is #59168F. Grayscale: #C7C7C7. Windows color (decimal): -5838480 or 7399846. OLE color: 7399846.
HSL color Cylindrical-coordinate representation of color #A6E970: hue angle of 93.22º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6E970 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 112 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.09 |
| HSL | 93.22º | 0.73% | 0.68% | - |
| HSV(B) | 93.22º | 0.52% | 0.91% | - |
| XYZ | 47.79 | 67.55 | 25.85 | - |
| YUV | 199.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 112 | 0.29 | 0 | 0.52 | 0.09 | 93.22 | 0.73 | 0.68 |
| Hex | A6 | E9 | 70 | 1D | 0 | 34 | 9 | 5D | 49 | 44 |
| Octal | 246 | 351 | 160 | 35 | 0 | 64 | 11 | 135 | 111 | 104 |
| Binary | 10100110 | 11101001 | 1110000 | 11101 | 0 | 110100 | 1001 | 1011101 | 1001001 | 1000100 |
Color Harmonies of #A6E970
Complementary color
Monochromatic Colors of #A6E970
Black with #A6E970
Text Example
Text Example
White with #A6E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E970; }
p { color: rgb(166,233,112); }
H1.HeaderClassName
{
color: #A6E970;
}
.AnyTagClassName
{
color: #A6E970;
}
</style>
background-color css
<style>
a { background-color: #A6E970; }
a { background-color: rgb(166,233,112); }
div.DivClassName
{
background-color: #A6E970;
}
.BgClassName
{
background-color: #A6E970;
}
</style>
border-color css
<style>
span { border-color: #A6E970; }
span { border-color: rgb(166,233,112); }
td.TdClassName
{
border-color: #A6E970;
}
.TagClassName
{
border-color: #A6E970;
}
</style>