Shades of Feijoa #A6F07C
Tints of Feijoa #A6F07C
RGB
CMYK
RGB Variations
Color information
#A6F07C (or 0xA6F07C) is known color: Feijoa. HEX triplet: A6, F0 and 7C. RGB value is (166,240,124). Sum of RGB (Red+Green+Blue) = 166+240+124=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F07C is #590F83. Grayscale: #CDCDCD. Windows color (decimal): -5836676 or 8188070. OLE color: 8188070.
HSL color Cylindrical-coordinate representation of color #A6F07C: hue angle of 98.28º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6F07C is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 124 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.06 |
| HSL | 98.28º | 0.79% | 0.71% | - |
| HSV(B) | 98.28º | 0.48% | 0.94% | - |
| XYZ | 50.52 | 71.88 | 30.28 | - |
| YUV | 204.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 124 | 0.31 | 0 | 0.48 | 0.06 | 98.28 | 0.79 | 0.71 |
| Hex | A6 | F0 | 7C | 1F | 0 | 30 | 6 | 62 | 4F | 47 |
| Octal | 246 | 360 | 174 | 37 | 0 | 60 | 6 | 142 | 117 | 107 |
| Binary | 10100110 | 11110000 | 1111100 | 11111 | 0 | 110000 | 110 | 1100010 | 1001111 | 1000111 |
Color Harmonies of #A6F07C
Complementary color
Monochromatic Colors of #A6F07C
Black with #A6F07C
Text Example
Text Example
White with #A6F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F07C; }
p { color: rgb(166,240,124); }
H1.HeaderClassName
{
color: #A6F07C;
}
.AnyTagClassName
{
color: #A6F07C;
}
</style>
background-color css
<style>
a { background-color: #A6F07C; }
a { background-color: rgb(166,240,124); }
div.DivClassName
{
background-color: #A6F07C;
}
.BgClassName
{
background-color: #A6F07C;
}
</style>
border-color css
<style>
span { border-color: #A6F07C; }
span { border-color: rgb(166,240,124); }
td.TdClassName
{
border-color: #A6F07C;
}
.TagClassName
{
border-color: #A6F07C;
}
</style>