Shades of Conifer #A0E160
Tints of Conifer #A0E160
RGB
CMYK
RGB Variations
Color information
#A0E160 (or 0xA0E160) is known color: Conifer. HEX triplet: A0, E1 and 60. RGB value is (160,225,96). Sum of RGB (Red+Green+Blue) = 160+225+96=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E160 is #5F1E9F. Grayscale: #BFBFBF. Windows color (decimal): -6233760 or 6349216. OLE color: 6349216.
HSL color Cylindrical-coordinate representation of color #A0E160: hue angle of 90.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0E160 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 96 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.12 |
| HSL | 90.23º | 0.68% | 0.63% | - |
| HSV(B) | 90.23º | 0.57% | 0.88% | - |
| XYZ | 43.53 | 62.17 | 20.77 | - |
| YUV | 190.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 96 | 0.29 | 0 | 0.57 | 0.12 | 90.23 | 0.68 | 0.63 |
| Hex | A0 | E1 | 60 | 1D | 0 | 39 | C | 5A | 44 | 3F |
| Octal | 240 | 341 | 140 | 35 | 0 | 71 | 14 | 132 | 104 | 77 |
| Binary | 10100000 | 11100001 | 1100000 | 11101 | 0 | 111001 | 1100 | 1011010 | 1000100 | 111111 |
Color Harmonies of #A0E160
Complementary color
Monochromatic Colors of #A0E160
Black with #A0E160
Text Example
Text Example
White with #A0E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E160; }
p { color: rgb(160,225,96); }
H1.HeaderClassName
{
color: #A0E160;
}
.AnyTagClassName
{
color: #A0E160;
}
</style>
background-color css
<style>
a { background-color: #A0E160; }
a { background-color: rgb(160,225,96); }
div.DivClassName
{
background-color: #A0E160;
}
.BgClassName
{
background-color: #A0E160;
}
</style>
border-color css
<style>
span { border-color: #A0E160; }
span { border-color: rgb(160,225,96); }
td.TdClassName
{
border-color: #A0E160;
}
.TagClassName
{
border-color: #A0E160;
}
</style>