Shades of Conifer #A0D156
Tints of Conifer #A0D156
RGB
CMYK
RGB Variations
Color information
#A0D156 (or 0xA0D156) is known color: Conifer. HEX triplet: A0, D1 and 56. RGB value is (160,209,86). Sum of RGB (Red+Green+Blue) = 160+209+86=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D156 is #5F2EA9. Grayscale: #B4B4B4. Windows color (decimal): -6237866 or 5689760. OLE color: 5689760.
HSL color Cylindrical-coordinate representation of color #A0D156: hue angle of 83.9º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0D156 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 86 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.18 |
| HSL | 83.9º | 0.57% | 0.58% | - |
| HSV(B) | 83.9º | 0.59% | 0.82% | - |
| XYZ | 38.98 | 53.75 | 17.12 | - |
| YUV | 180.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 86 | 0.23 | 0 | 0.59 | 0.18 | 83.9 | 0.57 | 0.58 |
| Hex | A0 | D1 | 56 | 17 | 0 | 3B | 12 | 54 | 39 | 3A |
| Octal | 240 | 321 | 126 | 27 | 0 | 73 | 22 | 124 | 71 | 72 |
| Binary | 10100000 | 11010001 | 1010110 | 10111 | 0 | 111011 | 10010 | 1010100 | 111001 | 111010 |
Color Harmonies of #A0D156
Complementary color
Monochromatic Colors of #A0D156
Black with #A0D156
Text Example
Text Example
White with #A0D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D156; }
p { color: rgb(160,209,86); }
H1.HeaderClassName
{
color: #A0D156;
}
.AnyTagClassName
{
color: #A0D156;
}
</style>
background-color css
<style>
a { background-color: #A0D156; }
a { background-color: rgb(160,209,86); }
div.DivClassName
{
background-color: #A0D156;
}
.BgClassName
{
background-color: #A0D156;
}
</style>
border-color css
<style>
span { border-color: #A0D156; }
span { border-color: rgb(160,209,86); }
td.TdClassName
{
border-color: #A0D156;
}
.TagClassName
{
border-color: #A0D156;
}
</style>