Shades of Conifer #A6F166
Tints of Conifer #A6F166
RGB
CMYK
RGB Variations
Color information
#A6F166 (or 0xA6F166) is known color: Conifer. HEX triplet: A6, F1 and 66. RGB value is (166,241,102). Sum of RGB (Red+Green+Blue) = 166+241+102=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F166 is #590E99. Grayscale: #CBCBCB. Windows color (decimal): -5836442 or 6746534. OLE color: 6746534.
HSL color Cylindrical-coordinate representation of color #A6F166: hue angle of 92.37º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6F166 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 102 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.05 |
| HSL | 92.37º | 0.83% | 0.67% | - |
| HSV(B) | 92.37º | 0.58% | 0.95% | - |
| XYZ | 49.58 | 71.98 | 23.85 | - |
| YUV | 202.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 102 | 0.31 | 0 | 0.58 | 0.05 | 92.37 | 0.83 | 0.67 |
| Hex | A6 | F1 | 66 | 1F | 0 | 3A | 5 | 5C | 53 | 43 |
| Octal | 246 | 361 | 146 | 37 | 0 | 72 | 5 | 134 | 123 | 103 |
| Binary | 10100110 | 11110001 | 1100110 | 11111 | 0 | 111010 | 101 | 1011100 | 1010011 | 1000011 |
Color Harmonies of #A6F166
Complementary color
Monochromatic Colors of #A6F166
Black with #A6F166
Text Example
Text Example
White with #A6F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F166; }
p { color: rgb(166,241,102); }
H1.HeaderClassName
{
color: #A6F166;
}
.AnyTagClassName
{
color: #A6F166;
}
</style>
background-color css
<style>
a { background-color: #A6F166; }
a { background-color: rgb(166,241,102); }
div.DivClassName
{
background-color: #A6F166;
}
.BgClassName
{
background-color: #A6F166;
}
</style>
border-color css
<style>
span { border-color: #A6F166; }
span { border-color: rgb(166,241,102); }
td.TdClassName
{
border-color: #A6F166;
}
.TagClassName
{
border-color: #A6F166;
}
</style>