Shades of Conifer #A0EC60
Tints of Conifer #A0EC60
RGB
CMYK
RGB Variations
Color information
#A0EC60 (or 0xA0EC60) is known color: Conifer. HEX triplet: A0, EC and 60. RGB value is (160,236,96). Sum of RGB (Red+Green+Blue) = 160+236+96=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC60 is #5F139F. Grayscale: #C5C5C5. Windows color (decimal): -6230944 or 6352032. OLE color: 6352032.
HSL color Cylindrical-coordinate representation of color #A0EC60: hue angle of 92.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0EC60 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 96 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.07 |
| HSL | 92.57º | 0.79% | 0.65% | - |
| HSV(B) | 92.57º | 0.59% | 0.93% | - |
| XYZ | 46.6 | 68.31 | 21.8 | - |
| YUV | 197.32 | 70.82 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 96 | 0.32 | 0 | 0.59 | 0.07 | 92.57 | 0.79 | 0.65 |
| Hex | A0 | EC | 60 | 20 | 0 | 3B | 7 | 5D | 4F | 41 |
| Octal | 240 | 354 | 140 | 40 | 0 | 73 | 7 | 135 | 117 | 101 |
| Binary | 10100000 | 11101100 | 1100000 | 100000 | 0 | 111011 | 111 | 1011101 | 1001111 | 1000001 |
Color Harmonies of #A0EC60
Complementary color
Monochromatic Colors of #A0EC60
Black with #A0EC60
Text Example
Text Example
White with #A0EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC60; }
p { color: rgb(160,236,96); }
H1.HeaderClassName
{
color: #A0EC60;
}
.AnyTagClassName
{
color: #A0EC60;
}
</style>
background-color css
<style>
a { background-color: #A0EC60; }
a { background-color: rgb(160,236,96); }
div.DivClassName
{
background-color: #A0EC60;
}
.BgClassName
{
background-color: #A0EC60;
}
</style>
border-color css
<style>
span { border-color: #A0EC60; }
span { border-color: rgb(160,236,96); }
td.TdClassName
{
border-color: #A0EC60;
}
.TagClassName
{
border-color: #A0EC60;
}
</style>