Shades of Conifer #A6E265
Tints of Conifer #A6E265
RGB
CMYK
RGB Variations
Color information
#A6E265 (or 0xA6E265) is known color: Conifer. HEX triplet: A6, E2 and 65. RGB value is (166,226,101). Sum of RGB (Red+Green+Blue) = 166+226+101=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E265 is #591D9A. Grayscale: #C2C2C2. Windows color (decimal): -5840283 or 6677158. OLE color: 6677158.
HSL color Cylindrical-coordinate representation of color #A6E265: hue angle of 88.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6E265 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 226 | 101 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.11 |
| HSL | 88.8º | 0.68% | 0.64% | - |
| HSV(B) | 88.8º | 0.55% | 0.89% | - |
| XYZ | 45.27 | 63.44 | 22.17 | - |
| YUV | 193.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 101 | 0.27 | 0 | 0.55 | 0.11 | 88.8 | 0.68 | 0.64 |
| Hex | A6 | E2 | 65 | 1B | 0 | 37 | B | 59 | 44 | 40 |
| Octal | 246 | 342 | 145 | 33 | 0 | 67 | 13 | 131 | 104 | 100 |
| Binary | 10100110 | 11100010 | 1100101 | 11011 | 0 | 110111 | 1011 | 1011001 | 1000100 | 1000000 |
Color Harmonies of #A6E265
Complementary color
Monochromatic Colors of #A6E265
Black with #A6E265
Text Example
Text Example
White with #A6E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E265; }
p { color: rgb(166,226,101); }
H1.HeaderClassName
{
color: #A6E265;
}
.AnyTagClassName
{
color: #A6E265;
}
</style>
background-color css
<style>
a { background-color: #A6E265; }
a { background-color: rgb(166,226,101); }
div.DivClassName
{
background-color: #A6E265;
}
.BgClassName
{
background-color: #A6E265;
}
</style>
border-color css
<style>
span { border-color: #A6E265; }
span { border-color: rgb(166,226,101); }
td.TdClassName
{
border-color: #A6E265;
}
.TagClassName
{
border-color: #A6E265;
}
</style>