Shades of Conifer #A6E056
Tints of Conifer #A6E056
RGB
CMYK
RGB Variations
Color information
#A6E056 (or 0xA6E056) is known color: Conifer. HEX triplet: A6, E0 and 56. RGB value is (166,224,86). Sum of RGB (Red+Green+Blue) = 166+224+86=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E056 is #591FA9. Grayscale: #BFBFBF. Windows color (decimal): -5840810 or 5693606. OLE color: 5693606.
HSL color Cylindrical-coordinate representation of color #A6E056: hue angle of 85.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6E056 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 86 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.12 |
| HSL | 85.22º | 0.69% | 0.61% | - |
| HSV(B) | 85.22º | 0.62% | 0.88% | - |
| XYZ | 44.06 | 62.09 | 18.47 | - |
| YUV | 190.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 86 | 0.26 | 0 | 0.62 | 0.12 | 85.22 | 0.69 | 0.61 |
| Hex | A6 | E0 | 56 | 1A | 0 | 3E | C | 55 | 45 | 3D |
| Octal | 246 | 340 | 126 | 32 | 0 | 76 | 14 | 125 | 105 | 75 |
| Binary | 10100110 | 11100000 | 1010110 | 11010 | 0 | 111110 | 1100 | 1010101 | 1000101 | 111101 |
Color Harmonies of #A6E056
Complementary color
Monochromatic Colors of #A6E056
Black with #A6E056
Text Example
Text Example
White with #A6E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E056; }
p { color: rgb(166,224,86); }
H1.HeaderClassName
{
color: #A6E056;
}
.AnyTagClassName
{
color: #A6E056;
}
</style>
background-color css
<style>
a { background-color: #A6E056; }
a { background-color: rgb(166,224,86); }
div.DivClassName
{
background-color: #A6E056;
}
.BgClassName
{
background-color: #A6E056;
}
</style>
border-color css
<style>
span { border-color: #A6E056; }
span { border-color: rgb(166,224,86); }
td.TdClassName
{
border-color: #A6E056;
}
.TagClassName
{
border-color: #A6E056;
}
</style>