Shades of Conifer #A8C859
Tints of Conifer #A8C859
RGB
CMYK
RGB Variations
Color information
#A8C859 (or 0xA8C859) is known color: Conifer. HEX triplet: A8, C8 and 59. RGB value is (168,200,89). Sum of RGB (Red+Green+Blue) = 168+200+89=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C859 is #5737A6. Grayscale: #B2B2B2. Windows color (decimal): -5715879 or 5884072. OLE color: 5884072.
HSL color Cylindrical-coordinate representation of color #A8C859: hue angle of 77.3º 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 #A8C859 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 89 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.22 |
| HSL | 77.3º | 0.5% | 0.57% | - |
| HSV(B) | 77.3º | 0.56% | 0.78% | - |
| XYZ | 38.61 | 50.35 | 17.14 | - |
| YUV | 177.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 89 | 0.16 | 0 | 0.56 | 0.22 | 77.3 | 0.5 | 0.57 |
| Hex | A8 | C8 | 59 | 10 | 0 | 38 | 16 | 4D | 32 | 39 |
| Octal | 250 | 310 | 131 | 20 | 0 | 70 | 26 | 115 | 62 | 71 |
| Binary | 10101000 | 11001000 | 1011001 | 10000 | 0 | 111000 | 10110 | 1001101 | 110010 | 111001 |
Color Harmonies of #A8C859
Complementary color
Monochromatic Colors of #A8C859
Black with #A8C859
Text Example
Text Example
White with #A8C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C859; }
p { color: rgb(168,200,89); }
H1.HeaderClassName
{
color: #A8C859;
}
.AnyTagClassName
{
color: #A8C859;
}
</style>
background-color css
<style>
a { background-color: #A8C859; }
a { background-color: rgb(168,200,89); }
div.DivClassName
{
background-color: #A8C859;
}
.BgClassName
{
background-color: #A8C859;
}
</style>
border-color css
<style>
span { border-color: #A8C859; }
span { border-color: rgb(168,200,89); }
td.TdClassName
{
border-color: #A8C859;
}
.TagClassName
{
border-color: #A8C859;
}
</style>