Shades of Feijoa #A6F36C
Tints of Feijoa #A6F36C
RGB
CMYK
RGB Variations
Color information
#A6F36C (or 0xA6F36C) is known color: Feijoa. HEX triplet: A6, F3 and 6C. RGB value is (166,243,108). Sum of RGB (Red+Green+Blue) = 166+243+108=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F36C is #590C93. Grayscale: #CDCDCD. Windows color (decimal): -5835924 or 7140262. OLE color: 7140262.
HSL color Cylindrical-coordinate representation of color #A6F36C: hue angle of 94.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6F36C is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 108 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.05 |
| HSL | 94.22º | 0.85% | 0.69% | - |
| HSV(B) | 94.22º | 0.56% | 0.95% | - |
| XYZ | 50.48 | 73.29 | 25.67 | - |
| YUV | 204.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 108 | 0.32 | 0 | 0.56 | 0.05 | 94.22 | 0.85 | 0.69 |
| Hex | A6 | F3 | 6C | 20 | 0 | 38 | 5 | 5E | 55 | 45 |
| Octal | 246 | 363 | 154 | 40 | 0 | 70 | 5 | 136 | 125 | 105 |
| Binary | 10100110 | 11110011 | 1101100 | 100000 | 0 | 111000 | 101 | 1011110 | 1010101 | 1000101 |
Color Harmonies of #A6F36C
Complementary color
Monochromatic Colors of #A6F36C
Black with #A6F36C
Text Example
Text Example
White with #A6F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F36C; }
p { color: rgb(166,243,108); }
H1.HeaderClassName
{
color: #A6F36C;
}
.AnyTagClassName
{
color: #A6F36C;
}
</style>
background-color css
<style>
a { background-color: #A6F36C; }
a { background-color: rgb(166,243,108); }
div.DivClassName
{
background-color: #A6F36C;
}
.BgClassName
{
background-color: #A6F36C;
}
</style>
border-color css
<style>
span { border-color: #A6F36C; }
span { border-color: rgb(166,243,108); }
td.TdClassName
{
border-color: #A6F36C;
}
.TagClassName
{
border-color: #A6F36C;
}
</style>