Shades of Conifer #A0D955
Tints of Conifer #A0D955
RGB
CMYK
RGB Variations
Color information
#A0D955 (or 0xA0D955) is known color: Conifer. HEX triplet: A0, D9 and 55. RGB value is (160,217,85). Sum of RGB (Red+Green+Blue) = 160+217+85=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D955 is #5F26AA. Grayscale: #B9B9B9. Windows color (decimal): -6235819 or 5626272. OLE color: 5626272.
HSL color Cylindrical-coordinate representation of color #A0D955: hue angle of 85.91º 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 #A0D955 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 85 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.15 |
| HSL | 85.91º | 0.63% | 0.59% | - |
| HSV(B) | 85.91º | 0.61% | 0.85% | - |
| XYZ | 40.95 | 57.76 | 17.58 | - |
| YUV | 184.91 | 71.62 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 85 | 0.26 | 0 | 0.61 | 0.15 | 85.91 | 0.63 | 0.59 |
| Hex | A0 | D9 | 55 | 1A | 0 | 3D | F | 56 | 3F | 3B |
| Octal | 240 | 331 | 125 | 32 | 0 | 75 | 17 | 126 | 77 | 73 |
| Binary | 10100000 | 11011001 | 1010101 | 11010 | 0 | 111101 | 1111 | 1010110 | 111111 | 111011 |
Color Harmonies of #A0D955
Complementary color
Monochromatic Colors of #A0D955
Black with #A0D955
Text Example
Text Example
White with #A0D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D955; }
p { color: rgb(160,217,85); }
H1.HeaderClassName
{
color: #A0D955;
}
.AnyTagClassName
{
color: #A0D955;
}
</style>
background-color css
<style>
a { background-color: #A0D955; }
a { background-color: rgb(160,217,85); }
div.DivClassName
{
background-color: #A0D955;
}
.BgClassName
{
background-color: #A0D955;
}
</style>
border-color css
<style>
span { border-color: #A0D955; }
span { border-color: rgb(160,217,85); }
td.TdClassName
{
border-color: #A0D955;
}
.TagClassName
{
border-color: #A0D955;
}
</style>