Shades of Conifer #A0C855
Tints of Conifer #A0C855
RGB
CMYK
RGB Variations
Color information
#A0C855 (or 0xA0C855) is known color: Conifer. HEX triplet: A0, C8 and 55. RGB value is (160,200,85). Sum of RGB (Red+Green+Blue) = 160+200+85=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C855 is #5F37AA. Grayscale: #AFAFAF. Windows color (decimal): -6240171 or 5621920. OLE color: 5621920.
HSL color Cylindrical-coordinate representation of color #A0C855: hue angle of 80.87º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0C855 is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 85 | - |
| CMYK | 0.2 | 0 | 0.58 | 0.22 |
| HSL | 80.87º | 0.51% | 0.56% | - |
| HSV(B) | 80.87º | 0.58% | 0.78% | - |
| XYZ | 36.79 | 49.44 | 16.2 | - |
| YUV | 174.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 85 | 0.2 | 0 | 0.58 | 0.22 | 80.87 | 0.51 | 0.56 |
| Hex | A0 | C8 | 55 | 14 | 0 | 3A | 16 | 51 | 33 | 38 |
| Octal | 240 | 310 | 125 | 24 | 0 | 72 | 26 | 121 | 63 | 70 |
| Binary | 10100000 | 11001000 | 1010101 | 10100 | 0 | 111010 | 10110 | 1010001 | 110011 | 111000 |
Color Harmonies of #A0C855
Complementary color
Monochromatic Colors of #A0C855
Black with #A0C855
Text Example
Text Example
White with #A0C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C855; }
p { color: rgb(160,200,85); }
H1.HeaderClassName
{
color: #A0C855;
}
.AnyTagClassName
{
color: #A0C855;
}
</style>
background-color css
<style>
a { background-color: #A0C855; }
a { background-color: rgb(160,200,85); }
div.DivClassName
{
background-color: #A0C855;
}
.BgClassName
{
background-color: #A0C855;
}
</style>
border-color css
<style>
span { border-color: #A0C855; }
span { border-color: rgb(160,200,85); }
td.TdClassName
{
border-color: #A0C855;
}
.TagClassName
{
border-color: #A0C855;
}
</style>