Shades of Conifer #A6E263
Tints of Conifer #A6E263
RGB
CMYK
RGB Variations
Color information
#A6E263 (or 0xA6E263) is known color: Conifer. HEX triplet: A6, E2 and 63. RGB value is (166,226,99). Sum of RGB (Red+Green+Blue) = 166+226+99=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E263 is #591D9C. Grayscale: #C2C2C2. Windows color (decimal): -5840285 or 6546086. OLE color: 6546086.
HSL color Cylindrical-coordinate representation of color #A6E263: hue angle of 88.35º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6E263 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 226 | 99 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.11 |
| HSL | 88.35º | 0.69% | 0.64% | - |
| HSV(B) | 88.35º | 0.56% | 0.89% | - |
| XYZ | 45.17 | 63.4 | 21.66 | - |
| YUV | 193.58 | 74.62 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 99 | 0.27 | 0 | 0.56 | 0.11 | 88.35 | 0.69 | 0.64 |
| Hex | A6 | E2 | 63 | 1B | 0 | 38 | B | 58 | 45 | 40 |
| Octal | 246 | 342 | 143 | 33 | 0 | 70 | 13 | 130 | 105 | 100 |
| Binary | 10100110 | 11100010 | 1100011 | 11011 | 0 | 111000 | 1011 | 1011000 | 1000101 | 1000000 |
Color Harmonies of #A6E263
Complementary color
Monochromatic Colors of #A6E263
Black with #A6E263
Text Example
Text Example
White with #A6E263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E263; }
p { color: rgb(166,226,99); }
H1.HeaderClassName
{
color: #A6E263;
}
.AnyTagClassName
{
color: #A6E263;
}
</style>
background-color css
<style>
a { background-color: #A6E263; }
a { background-color: rgb(166,226,99); }
div.DivClassName
{
background-color: #A6E263;
}
.BgClassName
{
background-color: #A6E263;
}
</style>
border-color css
<style>
span { border-color: #A6E263; }
span { border-color: rgb(166,226,99); }
td.TdClassName
{
border-color: #A6E263;
}
.TagClassName
{
border-color: #A6E263;
}
</style>