Shades of Feijoa #A6FC70
Tints of Feijoa #A6FC70
RGB
CMYK
RGB Variations
Color information
#A6FC70 (or 0xA6FC70) is known color: Feijoa. HEX triplet: A6, FC and 70. RGB value is (166,252,112). Sum of RGB (Red+Green+Blue) = 166+252+112=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC70 is #59038F. Grayscale: #D2D2D2. Windows color (decimal): -5833616 or 7404710. OLE color: 7404710.
HSL color Cylindrical-coordinate representation of color #A6FC70: hue angle of 96.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6FC70 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 112 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.01 |
| HSL | 96.86º | 0.96% | 0.71% | - |
| HSV(B) | 96.86º | 0.56% | 0.99% | - |
| XYZ | 53.46 | 78.9 | 27.74 | - |
| YUV | 210.33 | 72.51 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 112 | 0.34 | 0 | 0.56 | 0.01 | 96.86 | 0.96 | 0.71 |
| Hex | A6 | FC | 70 | 22 | 0 | 38 | 1 | 61 | 60 | 47 |
| Octal | 246 | 374 | 160 | 42 | 0 | 70 | 1 | 141 | 140 | 107 |
| Binary | 10100110 | 11111100 | 1110000 | 100010 | 0 | 111000 | 1 | 1100001 | 1100000 | 1000111 |
Color Harmonies of #A6FC70
Complementary color
Monochromatic Colors of #A6FC70
Black with #A6FC70
Text Example
Text Example
White with #A6FC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC70; }
p { color: rgb(166,252,112); }
H1.HeaderClassName
{
color: #A6FC70;
}
.AnyTagClassName
{
color: #A6FC70;
}
</style>
background-color css
<style>
a { background-color: #A6FC70; }
a { background-color: rgb(166,252,112); }
div.DivClassName
{
background-color: #A6FC70;
}
.BgClassName
{
background-color: #A6FC70;
}
</style>
border-color css
<style>
span { border-color: #A6FC70; }
span { border-color: rgb(166,252,112); }
td.TdClassName
{
border-color: #A6FC70;
}
.TagClassName
{
border-color: #A6FC70;
}
</style>