Shades of Conifer #A0D859
Tints of Conifer #A0D859
RGB
CMYK
RGB Variations
Color information
#A0D859 (or 0xA0D859) is known color: Conifer. HEX triplet: A0, D8 and 59. RGB value is (160,216,89). Sum of RGB (Red+Green+Blue) = 160+216+89=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D859 is #5F27A6. Grayscale: #B9B9B9. Windows color (decimal): -6236071 or 5888160. OLE color: 5888160.
HSL color Cylindrical-coordinate representation of color #A0D859: hue angle of 86.46º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0D859 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 89 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.15 |
| HSL | 86.46º | 0.62% | 0.6% | - |
| HSV(B) | 86.46º | 0.59% | 0.85% | - |
| XYZ | 40.86 | 57.31 | 18.36 | - |
| YUV | 184.78 | 73.95 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 89 | 0.26 | 0 | 0.59 | 0.15 | 86.46 | 0.62 | 0.6 |
| Hex | A0 | D8 | 59 | 1A | 0 | 3B | F | 56 | 3E | 3C |
| Octal | 240 | 330 | 131 | 32 | 0 | 73 | 17 | 126 | 76 | 74 |
| Binary | 10100000 | 11011000 | 1011001 | 11010 | 0 | 111011 | 1111 | 1010110 | 111110 | 111100 |
Color Harmonies of #A0D859
Complementary color
Monochromatic Colors of #A0D859
Black with #A0D859
Text Example
Text Example
White with #A0D859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D859; }
p { color: rgb(160,216,89); }
H1.HeaderClassName
{
color: #A0D859;
}
.AnyTagClassName
{
color: #A0D859;
}
</style>
background-color css
<style>
a { background-color: #A0D859; }
a { background-color: rgb(160,216,89); }
div.DivClassName
{
background-color: #A0D859;
}
.BgClassName
{
background-color: #A0D859;
}
</style>
border-color css
<style>
span { border-color: #A0D859; }
span { border-color: rgb(160,216,89); }
td.TdClassName
{
border-color: #A0D859;
}
.TagClassName
{
border-color: #A0D859;
}
</style>