Shades of Conifer #A6F862
Tints of Conifer #A6F862
RGB
CMYK
RGB Variations
Color information
#A6F862 (or 0xA6F862) is known color: Conifer. HEX triplet: A6, F8 and 62. RGB value is (166,248,98). Sum of RGB (Red+Green+Blue) = 166+248+98=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F862 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F862 is #59079D. Grayscale: #CECECE. Windows color (decimal): -5834654 or 6486182. OLE color: 6486182.
HSL color Cylindrical-coordinate representation of color #A6F862: hue angle of 92.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6F862 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 98 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.03 |
| HSL | 92.8º | 0.91% | 0.68% | - |
| HSV(B) | 92.8º | 0.6% | 0.97% | - |
| XYZ | 51.5 | 76.12 | 23.53 | - |
| YUV | 206.38 | 66.83 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 98 | 0.33 | 0 | 0.60 | 0.03 | 92.8 | 0.91 | 0.68 |
| Hex | A6 | F8 | 62 | 21 | 0 | 3C | 3 | 5D | 5B | 44 |
| Octal | 246 | 370 | 142 | 41 | 0 | 74 | 3 | 135 | 133 | 104 |
| Binary | 10100110 | 11111000 | 1100010 | 100001 | 0 | 111100 | 11 | 1011101 | 1011011 | 1000100 |
Color Harmonies of #A6F862
Complementary color
Monochromatic Colors of #A6F862
Black with #A6F862
Text Example
Text Example
White with #A6F862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F862; }
p { color: rgb(166,248,98); }
H1.HeaderClassName
{
color: #A6F862;
}
.AnyTagClassName
{
color: #A6F862;
}
</style>
background-color css
<style>
a { background-color: #A6F862; }
a { background-color: rgb(166,248,98); }
div.DivClassName
{
background-color: #A6F862;
}
.BgClassName
{
background-color: #A6F862;
}
</style>
border-color css
<style>
span { border-color: #A6F862; }
span { border-color: rgb(166,248,98); }
td.TdClassName
{
border-color: #A6F862;
}
.TagClassName
{
border-color: #A6F862;
}
</style>