Shades of Feijoa #A6F674
Tints of Feijoa #A6F674
RGB
CMYK
RGB Variations
Color information
#A6F674 (or 0xA6F674) is known color: Feijoa. HEX triplet: A6, F6 and 74. RGB value is (166,246,116). Sum of RGB (Red+Green+Blue) = 166+246+116=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F674 is #59098B. Grayscale: #CFCFCF. Windows color (decimal): -5835148 or 7665318. OLE color: 7665318.
HSL color Cylindrical-coordinate representation of color #A6F674: hue angle of 96.92º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6F674 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 116 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.04 |
| HSL | 96.92º | 0.88% | 0.71% | - |
| HSV(B) | 96.92º | 0.53% | 0.96% | - |
| XYZ | 51.83 | 75.28 | 28.32 | - |
| YUV | 207.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 116 | 0.33 | 0 | 0.53 | 0.04 | 96.92 | 0.88 | 0.71 |
| Hex | A6 | F6 | 74 | 21 | 0 | 35 | 4 | 61 | 58 | 47 |
| Octal | 246 | 366 | 164 | 41 | 0 | 65 | 4 | 141 | 130 | 107 |
| Binary | 10100110 | 11110110 | 1110100 | 100001 | 0 | 110101 | 100 | 1100001 | 1011000 | 1000111 |
Color Harmonies of #A6F674
Complementary color
Monochromatic Colors of #A6F674
Black with #A6F674
Text Example
Text Example
White with #A6F674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F674; }
p { color: rgb(166,246,116); }
H1.HeaderClassName
{
color: #A6F674;
}
.AnyTagClassName
{
color: #A6F674;
}
</style>
background-color css
<style>
a { background-color: #A6F674; }
a { background-color: rgb(166,246,116); }
div.DivClassName
{
background-color: #A6F674;
}
.BgClassName
{
background-color: #A6F674;
}
</style>
border-color css
<style>
span { border-color: #A6F674; }
span { border-color: rgb(166,246,116); }
td.TdClassName
{
border-color: #A6F674;
}
.TagClassName
{
border-color: #A6F674;
}
</style>