Shades of Conifer #A6E166
Tints of Conifer #A6E166
RGB
CMYK
RGB Variations
Color information
#A6E166 (or 0xA6E166) is known color: Conifer. HEX triplet: A6, E1 and 66. RGB value is (166,225,102). Sum of RGB (Red+Green+Blue) = 166+225+102=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E166 is #591E99. Grayscale: #C1C1C1. Windows color (decimal): -5840538 or 6742438. OLE color: 6742438.
HSL color Cylindrical-coordinate representation of color #A6E166: hue angle of 88.78º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6E166 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 102 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.12 |
| HSL | 88.78º | 0.67% | 0.64% | - |
| HSV(B) | 88.78º | 0.55% | 0.88% | - |
| XYZ | 45.05 | 62.92 | 22.34 | - |
| YUV | 193.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 102 | 0.26 | 0 | 0.55 | 0.12 | 88.78 | 0.67 | 0.64 |
| Hex | A6 | E1 | 66 | 1A | 0 | 37 | C | 59 | 43 | 40 |
| Octal | 246 | 341 | 146 | 32 | 0 | 67 | 14 | 131 | 103 | 100 |
| Binary | 10100110 | 11100001 | 1100110 | 11010 | 0 | 110111 | 1100 | 1011001 | 1000011 | 1000000 |
Color Harmonies of #A6E166
Complementary color
Monochromatic Colors of #A6E166
Black with #A6E166
Text Example
Text Example
White with #A6E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E166; }
p { color: rgb(166,225,102); }
H1.HeaderClassName
{
color: #A6E166;
}
.AnyTagClassName
{
color: #A6E166;
}
</style>
background-color css
<style>
a { background-color: #A6E166; }
a { background-color: rgb(166,225,102); }
div.DivClassName
{
background-color: #A6E166;
}
.BgClassName
{
background-color: #A6E166;
}
</style>
border-color css
<style>
span { border-color: #A6E166; }
span { border-color: rgb(166,225,102); }
td.TdClassName
{
border-color: #A6E166;
}
.TagClassName
{
border-color: #A6E166;
}
</style>