Shades of Conifer #A0C959
Tints of Conifer #A0C959
RGB
CMYK
RGB Variations
Color information
#A0C959 (or 0xA0C959) is known color: Conifer. HEX triplet: A0, C9 and 59. RGB value is (160,201,89). Sum of RGB (Red+Green+Blue) = 160+201+89=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C959 is #5F36A6. Grayscale: #B0B0B0. Windows color (decimal): -6239911 or 5884320. OLE color: 5884320.
HSL color Cylindrical-coordinate representation of color #A0C959: hue angle of 81.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0C959 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 89 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.21 |
| HSL | 81.96º | 0.51% | 0.57% | - |
| HSV(B) | 81.96º | 0.56% | 0.79% | - |
| XYZ | 37.19 | 49.97 | 17.14 | - |
| YUV | 175.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 89 | 0.20 | 0 | 0.56 | 0.21 | 81.96 | 0.51 | 0.57 |
| Hex | A0 | C9 | 59 | 14 | 0 | 38 | 15 | 52 | 33 | 39 |
| Octal | 240 | 311 | 131 | 24 | 0 | 70 | 25 | 122 | 63 | 71 |
| Binary | 10100000 | 11001001 | 1011001 | 10100 | 0 | 111000 | 10101 | 1010010 | 110011 | 111001 |
Color Harmonies of #A0C959
Complementary color
Monochromatic Colors of #A0C959
Black with #A0C959
Text Example
Text Example
White with #A0C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C959; }
p { color: rgb(160,201,89); }
H1.HeaderClassName
{
color: #A0C959;
}
.AnyTagClassName
{
color: #A0C959;
}
</style>
background-color css
<style>
a { background-color: #A0C959; }
a { background-color: rgb(160,201,89); }
div.DivClassName
{
background-color: #A0C959;
}
.BgClassName
{
background-color: #A0C959;
}
</style>
border-color css
<style>
span { border-color: #A0C959; }
span { border-color: rgb(160,201,89); }
td.TdClassName
{
border-color: #A0C959;
}
.TagClassName
{
border-color: #A0C959;
}
</style>