Shades of Conifer #A6E360
Tints of Conifer #A6E360
RGB
CMYK
RGB Variations
Color information
#A6E360 (or 0xA6E360) is known color: Conifer. HEX triplet: A6, E3 and 60. RGB value is (166,227,96). Sum of RGB (Red+Green+Blue) = 166+227+96=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E360 is #591C9F. Grayscale: #C2C2C2. Windows color (decimal): -5840032 or 6349734. OLE color: 6349734.
HSL color Cylindrical-coordinate representation of color #A6E360: hue angle of 87.94º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6E360 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 96 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.11 |
| HSL | 87.94º | 0.7% | 0.63% | - |
| HSV(B) | 87.94º | 0.58% | 0.89% | - |
| XYZ | 45.31 | 63.89 | 21.01 | - |
| YUV | 193.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 96 | 0.27 | 0 | 0.58 | 0.11 | 87.94 | 0.7 | 0.63 |
| Hex | A6 | E3 | 60 | 1B | 0 | 3A | B | 58 | 46 | 3F |
| Octal | 246 | 343 | 140 | 33 | 0 | 72 | 13 | 130 | 106 | 77 |
| Binary | 10100110 | 11100011 | 1100000 | 11011 | 0 | 111010 | 1011 | 1011000 | 1000110 | 111111 |
Color Harmonies of #A6E360
Complementary color
Monochromatic Colors of #A6E360
Black with #A6E360
Text Example
Text Example
White with #A6E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E360; }
p { color: rgb(166,227,96); }
H1.HeaderClassName
{
color: #A6E360;
}
.AnyTagClassName
{
color: #A6E360;
}
</style>
background-color css
<style>
a { background-color: #A6E360; }
a { background-color: rgb(166,227,96); }
div.DivClassName
{
background-color: #A6E360;
}
.BgClassName
{
background-color: #A6E360;
}
</style>
border-color css
<style>
span { border-color: #A6E360; }
span { border-color: rgb(166,227,96); }
td.TdClassName
{
border-color: #A6E360;
}
.TagClassName
{
border-color: #A6E360;
}
</style>