Shades of Feijoa #A6FF70
Tints of Feijoa #A6FF70
RGB
CMYK
RGB Variations
Color information
#A6FF70 (or 0xA6FF70) is known color: Feijoa. HEX triplet: A6, FF and 70. RGB value is (166,255,112). Sum of RGB (Red+Green+Blue) = 166+255+112=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF70 is #59008F. Grayscale: #D4D4D4. Windows color (decimal): -5832848 or 7405478. OLE color: 7405478.
HSL color Cylindrical-coordinate representation of color #A6FF70: hue angle of 97.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6FF70 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 112 | - |
| CMYK | 0.35 | 0 | 0.56 | 0 |
| HSL | 97.34º | 1% | 0.72% | - |
| HSV(B) | 97.34º | 0.56% | 1% | - |
| XYZ | 54.41 | 80.8 | 28.06 | - |
| YUV | 212.09 | 71.51 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 112 | 0.35 | 0 | 0.56 | 0 | 97.34 | 1 | 0.72 |
| Hex | A6 | FF | 70 | 23 | 0 | 38 | 0 | 61 | 64 | 48 |
| Octal | 246 | 377 | 160 | 43 | 0 | 70 | 0 | 141 | 144 | 110 |
| Binary | 10100110 | 11111111 | 1110000 | 100011 | 0 | 111000 | 0 | 1100001 | 1100100 | 1001000 |
Color Harmonies of #A6FF70
Complementary color
Monochromatic Colors of #A6FF70
Black with #A6FF70
Text Example
Text Example
White with #A6FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF70; }
p { color: rgb(166,255,112); }
H1.HeaderClassName
{
color: #A6FF70;
}
.AnyTagClassName
{
color: #A6FF70;
}
</style>
background-color css
<style>
a { background-color: #A6FF70; }
a { background-color: rgb(166,255,112); }
div.DivClassName
{
background-color: #A6FF70;
}
.BgClassName
{
background-color: #A6FF70;
}
</style>
border-color css
<style>
span { border-color: #A6FF70; }
span { border-color: rgb(166,255,112); }
td.TdClassName
{
border-color: #A6FF70;
}
.TagClassName
{
border-color: #A6FF70;
}
</style>