Shades of Conifer #A6E160
Tints of Conifer #A6E160
RGB
CMYK
RGB Variations
Color information
#A6E160 (or 0xA6E160) is known color: Conifer. HEX triplet: A6, E1 and 60. RGB value is (166,225,96). Sum of RGB (Red+Green+Blue) = 166+225+96=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E160 is #591E9F. Grayscale: #C1C1C1. Windows color (decimal): -5840544 or 6349222. OLE color: 6349222.
HSL color Cylindrical-coordinate representation of color #A6E160: hue angle of 87.44º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6E160 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 96 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.12 |
| HSL | 87.44º | 0.68% | 0.63% | - |
| HSV(B) | 87.44º | 0.57% | 0.88% | - |
| XYZ | 44.76 | 62.8 | 20.83 | - |
| YUV | 192.65 | 73.45 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 96 | 0.26 | 0 | 0.57 | 0.12 | 87.44 | 0.68 | 0.63 |
| Hex | A6 | E1 | 60 | 1A | 0 | 39 | C | 57 | 44 | 3F |
| Octal | 246 | 341 | 140 | 32 | 0 | 71 | 14 | 127 | 104 | 77 |
| Binary | 10100110 | 11100001 | 1100000 | 11010 | 0 | 111001 | 1100 | 1010111 | 1000100 | 111111 |
Color Harmonies of #A6E160
Complementary color
Monochromatic Colors of #A6E160
Black with #A6E160
Text Example
Text Example
White with #A6E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E160; }
p { color: rgb(166,225,96); }
H1.HeaderClassName
{
color: #A6E160;
}
.AnyTagClassName
{
color: #A6E160;
}
</style>
background-color css
<style>
a { background-color: #A6E160; }
a { background-color: rgb(166,225,96); }
div.DivClassName
{
background-color: #A6E160;
}
.BgClassName
{
background-color: #A6E160;
}
</style>
border-color css
<style>
span { border-color: #A6E160; }
span { border-color: rgb(166,225,96); }
td.TdClassName
{
border-color: #A6E160;
}
.TagClassName
{
border-color: #A6E160;
}
</style>