Shades of Conifer #A6E168
Tints of Conifer #A6E168
RGB
CMYK
RGB Variations
Color information
#A6E168 (or 0xA6E168) is known color: Conifer. HEX triplet: A6, E1 and 68. RGB value is (166,225,104). Sum of RGB (Red+Green+Blue) = 166+225+104=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E168 is #591E97. Grayscale: #C1C1C1. Windows color (decimal): -5840536 or 6873510. OLE color: 6873510.
HSL color Cylindrical-coordinate representation of color #A6E168: hue angle of 89.26º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6E168 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 104 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.12 |
| HSL | 89.26º | 0.67% | 0.65% | - |
| HSV(B) | 89.26º | 0.54% | 0.88% | - |
| XYZ | 45.15 | 62.96 | 22.87 | - |
| YUV | 193.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 104 | 0.26 | 0 | 0.54 | 0.12 | 89.26 | 0.67 | 0.65 |
| Hex | A6 | E1 | 68 | 1A | 0 | 36 | C | 59 | 43 | 41 |
| Octal | 246 | 341 | 150 | 32 | 0 | 66 | 14 | 131 | 103 | 101 |
| Binary | 10100110 | 11100001 | 1101000 | 11010 | 0 | 110110 | 1100 | 1011001 | 1000011 | 1000001 |
Color Harmonies of #A6E168
Complementary color
Monochromatic Colors of #A6E168
Black with #A6E168
Text Example
Text Example
White with #A6E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E168; }
p { color: rgb(166,225,104); }
H1.HeaderClassName
{
color: #A6E168;
}
.AnyTagClassName
{
color: #A6E168;
}
</style>
background-color css
<style>
a { background-color: #A6E168; }
a { background-color: rgb(166,225,104); }
div.DivClassName
{
background-color: #A6E168;
}
.BgClassName
{
background-color: #A6E168;
}
</style>
border-color css
<style>
span { border-color: #A6E168; }
span { border-color: rgb(166,225,104); }
td.TdClassName
{
border-color: #A6E168;
}
.TagClassName
{
border-color: #A6E168;
}
</style>