Shades of Conifer #A6EA60
Tints of Conifer #A6EA60
RGB
CMYK
RGB Variations
Color information
#A6EA60 (or 0xA6EA60) is known color: Conifer. HEX triplet: A6, EA and 60. RGB value is (166,234,96). Sum of RGB (Red+Green+Blue) = 166+234+96=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EA60 is #59159F. Grayscale: #C6C6C6. Windows color (decimal): -5838240 or 6351526. OLE color: 6351526.
HSL color Cylindrical-coordinate representation of color #A6EA60: hue angle of 89.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6EA60 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 96 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.08 |
| HSL | 89.57º | 0.77% | 0.65% | - |
| HSV(B) | 89.57º | 0.59% | 0.92% | - |
| XYZ | 47.26 | 67.8 | 21.66 | - |
| YUV | 197.94 | 70.47 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 96 | 0.29 | 0 | 0.59 | 0.08 | 89.57 | 0.77 | 0.65 |
| Hex | A6 | EA | 60 | 1D | 0 | 3B | 8 | 5A | 4D | 41 |
| Octal | 246 | 352 | 140 | 35 | 0 | 73 | 10 | 132 | 115 | 101 |
| Binary | 10100110 | 11101010 | 1100000 | 11101 | 0 | 111011 | 1000 | 1011010 | 1001101 | 1000001 |
Color Harmonies of #A6EA60
Complementary color
Monochromatic Colors of #A6EA60
Black with #A6EA60
Text Example
Text Example
White with #A6EA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EA60; }
p { color: rgb(166,234,96); }
H1.HeaderClassName
{
color: #A6EA60;
}
.AnyTagClassName
{
color: #A6EA60;
}
</style>
background-color css
<style>
a { background-color: #A6EA60; }
a { background-color: rgb(166,234,96); }
div.DivClassName
{
background-color: #A6EA60;
}
.BgClassName
{
background-color: #A6EA60;
}
</style>
border-color css
<style>
span { border-color: #A6EA60; }
span { border-color: rgb(166,234,96); }
td.TdClassName
{
border-color: #A6EA60;
}
.TagClassName
{
border-color: #A6EA60;
}
</style>