Shades of Conifer #A0D855
Tints of Conifer #A0D855
RGB
CMYK
RGB Variations
Color information
#A0D855 (or 0xA0D855) is known color: Conifer. HEX triplet: A0, D8 and 55. RGB value is (160,216,85). Sum of RGB (Red+Green+Blue) = 160+216+85=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D855 is #5F27AA. Grayscale: #B8B8B8. Windows color (decimal): -6236075 or 5626016. OLE color: 5626016.
HSL color Cylindrical-coordinate representation of color #A0D855: hue angle of 85.65º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0D855 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 85 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.15 |
| HSL | 85.65º | 0.63% | 0.59% | - |
| HSV(B) | 85.65º | 0.61% | 0.85% | - |
| XYZ | 40.69 | 57.24 | 17.5 | - |
| YUV | 184.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 85 | 0.26 | 0 | 0.61 | 0.15 | 85.65 | 0.63 | 0.59 |
| Hex | A0 | D8 | 55 | 1A | 0 | 3D | F | 56 | 3F | 3B |
| Octal | 240 | 330 | 125 | 32 | 0 | 75 | 17 | 126 | 77 | 73 |
| Binary | 10100000 | 11011000 | 1010101 | 11010 | 0 | 111101 | 1111 | 1010110 | 111111 | 111011 |
Color Harmonies of #A0D855
Complementary color
Monochromatic Colors of #A0D855
Black with #A0D855
Text Example
Text Example
White with #A0D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D855; }
p { color: rgb(160,216,85); }
H1.HeaderClassName
{
color: #A0D855;
}
.AnyTagClassName
{
color: #A0D855;
}
</style>
background-color css
<style>
a { background-color: #A0D855; }
a { background-color: rgb(160,216,85); }
div.DivClassName
{
background-color: #A0D855;
}
.BgClassName
{
background-color: #A0D855;
}
</style>
border-color css
<style>
span { border-color: #A0D855; }
span { border-color: rgb(160,216,85); }
td.TdClassName
{
border-color: #A0D855;
}
.TagClassName
{
border-color: #A0D855;
}
</style>