Shades of Conifer #A8C85F
Tints of Conifer #A8C85F
RGB
CMYK
RGB Variations
Color information
#A8C85F (or 0xA8C85F) is known color: Conifer. HEX triplet: A8, C8 and 5F. RGB value is (168,200,95). Sum of RGB (Red+Green+Blue) = 168+200+95=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C85F is #5737A0. Grayscale: #B2B2B2. Windows color (decimal): -5715873 or 6277288. OLE color: 6277288.
HSL color Cylindrical-coordinate representation of color #A8C85F: hue angle of 78.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8C85F is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 95 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.22 |
| HSL | 78.29º | 0.49% | 0.58% | - |
| HSV(B) | 78.29º | 0.53% | 0.78% | - |
| XYZ | 38.87 | 50.46 | 18.52 | - |
| YUV | 178.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 95 | 0.16 | 0 | 0.52 | 0.22 | 78.29 | 0.49 | 0.58 |
| Hex | A8 | C8 | 5F | 10 | 0 | 34 | 16 | 4E | 31 | 3A |
| Octal | 250 | 310 | 137 | 20 | 0 | 64 | 26 | 116 | 61 | 72 |
| Binary | 10101000 | 11001000 | 1011111 | 10000 | 0 | 110100 | 10110 | 1001110 | 110001 | 111010 |
Color Harmonies of #A8C85F
Complementary color
Monochromatic Colors of #A8C85F
Black with #A8C85F
Text Example
Text Example
White with #A8C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C85F; }
p { color: rgb(168,200,95); }
H1.HeaderClassName
{
color: #A8C85F;
}
.AnyTagClassName
{
color: #A8C85F;
}
</style>
background-color css
<style>
a { background-color: #A8C85F; }
a { background-color: rgb(168,200,95); }
div.DivClassName
{
background-color: #A8C85F;
}
.BgClassName
{
background-color: #A8C85F;
}
</style>
border-color css
<style>
span { border-color: #A8C85F; }
span { border-color: rgb(168,200,95); }
td.TdClassName
{
border-color: #A8C85F;
}
.TagClassName
{
border-color: #A8C85F;
}
</style>