Shades of Conifer #A6F356
Tints of Conifer #A6F356
RGB
CMYK
RGB Variations
Color information
#A6F356 (or 0xA6F356) is known color: Conifer. HEX triplet: A6, F3 and 56. RGB value is (166,243,86). Sum of RGB (Red+Green+Blue) = 166+243+86=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F356 is #590CA9. Grayscale: #CACACA. Windows color (decimal): -5835946 or 5698470. OLE color: 5698470.
HSL color Cylindrical-coordinate representation of color #A6F356: hue angle of 89.43º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6F356 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 86 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.05 |
| HSL | 89.43º | 0.87% | 0.65% | - |
| HSV(B) | 89.43º | 0.65% | 0.95% | - |
| XYZ | 49.46 | 72.88 | 20.26 | - |
| YUV | 202.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 86 | 0.32 | 0 | 0.65 | 0.05 | 89.43 | 0.87 | 0.65 |
| Hex | A6 | F3 | 56 | 20 | 0 | 41 | 5 | 59 | 57 | 41 |
| Octal | 246 | 363 | 126 | 40 | 0 | 101 | 5 | 131 | 127 | 101 |
| Binary | 10100110 | 11110011 | 1010110 | 100000 | 0 | 1000001 | 101 | 1011001 | 1010111 | 1000001 |
Color Harmonies of #A6F356
Complementary color
Monochromatic Colors of #A6F356
Black with #A6F356
Text Example
Text Example
White with #A6F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F356; }
p { color: rgb(166,243,86); }
H1.HeaderClassName
{
color: #A6F356;
}
.AnyTagClassName
{
color: #A6F356;
}
</style>
background-color css
<style>
a { background-color: #A6F356; }
a { background-color: rgb(166,243,86); }
div.DivClassName
{
background-color: #A6F356;
}
.BgClassName
{
background-color: #A6F356;
}
</style>
border-color css
<style>
span { border-color: #A6F356; }
span { border-color: rgb(166,243,86); }
td.TdClassName
{
border-color: #A6F356;
}
.TagClassName
{
border-color: #A6F356;
}
</style>