Shades of Conifer #A0CB59
Tints of Conifer #A0CB59
RGB
CMYK
RGB Variations
Color information
#A0CB59 (or 0xA0CB59) is known color: Conifer. HEX triplet: A0, CB and 59. RGB value is (160,203,89). Sum of RGB (Red+Green+Blue) = 160+203+89=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB59 is #5F34A6. Grayscale: #B1B1B1. Windows color (decimal): -6239399 or 5884832. OLE color: 5884832.
HSL color Cylindrical-coordinate representation of color #A0CB59: hue angle of 82.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0CB59 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 89 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.20 |
| HSL | 82.63º | 0.52% | 0.57% | - |
| HSV(B) | 82.63º | 0.56% | 0.8% | - |
| XYZ | 37.66 | 50.91 | 17.29 | - |
| YUV | 177.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 89 | 0.21 | 0 | 0.56 | 0.20 | 82.63 | 0.52 | 0.57 |
| Hex | A0 | CB | 59 | 15 | 0 | 38 | 14 | 53 | 34 | 39 |
| Octal | 240 | 313 | 131 | 25 | 0 | 70 | 24 | 123 | 64 | 71 |
| Binary | 10100000 | 11001011 | 1011001 | 10101 | 0 | 111000 | 10100 | 1010011 | 110100 | 111001 |
Color Harmonies of #A0CB59
Complementary color
Monochromatic Colors of #A0CB59
Black with #A0CB59
Text Example
Text Example
White with #A0CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB59; }
p { color: rgb(160,203,89); }
H1.HeaderClassName
{
color: #A0CB59;
}
.AnyTagClassName
{
color: #A0CB59;
}
</style>
background-color css
<style>
a { background-color: #A0CB59; }
a { background-color: rgb(160,203,89); }
div.DivClassName
{
background-color: #A0CB59;
}
.BgClassName
{
background-color: #A0CB59;
}
</style>
border-color css
<style>
span { border-color: #A0CB59; }
span { border-color: rgb(160,203,89); }
td.TdClassName
{
border-color: #A0CB59;
}
.TagClassName
{
border-color: #A0CB59;
}
</style>