Shades of Conifer #A0C859
Tints of Conifer #A0C859
RGB
CMYK
RGB Variations
Color information
#A0C859 (or 0xA0C859) is known color: Conifer. HEX triplet: A0, C8 and 59. RGB value is (160,200,89). Sum of RGB (Red+Green+Blue) = 160+200+89=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C859 is #5F37A6. Grayscale: #AFAFAF. Windows color (decimal): -6240167 or 5884064. OLE color: 5884064.
HSL color Cylindrical-coordinate representation of color #A0C859: hue angle of 81.62º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0C859 is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 89 | - |
| CMYK | 0.2 | 0 | 0.56 | 0.22 |
| HSL | 81.62º | 0.5% | 0.57% | - |
| HSV(B) | 81.62º | 0.56% | 0.78% | - |
| XYZ | 36.95 | 49.5 | 17.06 | - |
| YUV | 175.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 89 | 0.2 | 0 | 0.56 | 0.22 | 81.62 | 0.5 | 0.57 |
| Hex | A0 | C8 | 59 | 14 | 0 | 38 | 16 | 52 | 32 | 39 |
| Octal | 240 | 310 | 131 | 24 | 0 | 70 | 26 | 122 | 62 | 71 |
| Binary | 10100000 | 11001000 | 1011001 | 10100 | 0 | 111000 | 10110 | 1010010 | 110010 | 111001 |
Color Harmonies of #A0C859
Complementary color
Monochromatic Colors of #A0C859
Black with #A0C859
Text Example
Text Example
White with #A0C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C859; }
p { color: rgb(160,200,89); }
H1.HeaderClassName
{
color: #A0C859;
}
.AnyTagClassName
{
color: #A0C859;
}
</style>
background-color css
<style>
a { background-color: #A0C859; }
a { background-color: rgb(160,200,89); }
div.DivClassName
{
background-color: #A0C859;
}
.BgClassName
{
background-color: #A0C859;
}
</style>
border-color css
<style>
span { border-color: #A0C859; }
span { border-color: rgb(160,200,89); }
td.TdClassName
{
border-color: #A0C859;
}
.TagClassName
{
border-color: #A0C859;
}
</style>