Shades of Conifer #A6EA56
Tints of Conifer #A6EA56
RGB
CMYK
RGB Variations
Color information
#A6EA56 (or 0xA6EA56) is known color: Conifer. HEX triplet: A6, EA and 56. RGB value is (166,234,86). Sum of RGB (Red+Green+Blue) = 166+234+86=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EA56 is #5915A9. Grayscale: #C5C5C5. Windows color (decimal): -5838250 or 5696166. OLE color: 5696166.
HSL color Cylindrical-coordinate representation of color #A6EA56: hue angle of 87.57º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6EA56 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 86 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.08 |
| HSL | 87.57º | 0.78% | 0.63% | - |
| HSV(B) | 87.57º | 0.63% | 0.92% | - |
| XYZ | 46.83 | 67.62 | 19.39 | - |
| YUV | 196.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 86 | 0.29 | 0 | 0.63 | 0.08 | 87.57 | 0.78 | 0.63 |
| Hex | A6 | EA | 56 | 1D | 0 | 3F | 8 | 58 | 4E | 3F |
| Octal | 246 | 352 | 126 | 35 | 0 | 77 | 10 | 130 | 116 | 77 |
| Binary | 10100110 | 11101010 | 1010110 | 11101 | 0 | 111111 | 1000 | 1011000 | 1001110 | 111111 |
Color Harmonies of #A6EA56
Complementary color
Monochromatic Colors of #A6EA56
Black with #A6EA56
Text Example
Text Example
White with #A6EA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EA56; }
p { color: rgb(166,234,86); }
H1.HeaderClassName
{
color: #A6EA56;
}
.AnyTagClassName
{
color: #A6EA56;
}
</style>
background-color css
<style>
a { background-color: #A6EA56; }
a { background-color: rgb(166,234,86); }
div.DivClassName
{
background-color: #A6EA56;
}
.BgClassName
{
background-color: #A6EA56;
}
</style>
border-color css
<style>
span { border-color: #A6EA56; }
span { border-color: rgb(166,234,86); }
td.TdClassName
{
border-color: #A6EA56;
}
.TagClassName
{
border-color: #A6EA56;
}
</style>