Shades of Conifer #A8D85F
Tints of Conifer #A8D85F
RGB
CMYK
RGB Variations
Color information
#A8D85F (or 0xA8D85F) is known color: Conifer. HEX triplet: A8, D8 and 5F. RGB value is (168,216,95). Sum of RGB (Red+Green+Blue) = 168+216+95=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D85F is #5727A0. Grayscale: #BCBCBC. Windows color (decimal): -5711777 or 6281384. OLE color: 6281384.
HSL color Cylindrical-coordinate representation of color #A8D85F: hue angle of 83.8º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8D85F is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 95 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.15 |
| HSL | 83.8º | 0.61% | 0.61% | - |
| HSV(B) | 83.8º | 0.56% | 0.85% | - |
| XYZ | 42.77 | 58.26 | 19.82 | - |
| YUV | 187.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 95 | 0.22 | 0 | 0.56 | 0.15 | 83.8 | 0.61 | 0.61 |
| Hex | A8 | D8 | 5F | 16 | 0 | 38 | F | 54 | 3D | 3D |
| Octal | 250 | 330 | 137 | 26 | 0 | 70 | 17 | 124 | 75 | 75 |
| Binary | 10101000 | 11011000 | 1011111 | 10110 | 0 | 111000 | 1111 | 1010100 | 111101 | 111101 |
Color Harmonies of #A8D85F
Complementary color
Monochromatic Colors of #A8D85F
Black with #A8D85F
Text Example
Text Example
White with #A8D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D85F; }
p { color: rgb(168,216,95); }
H1.HeaderClassName
{
color: #A8D85F;
}
.AnyTagClassName
{
color: #A8D85F;
}
</style>
background-color css
<style>
a { background-color: #A8D85F; }
a { background-color: rgb(168,216,95); }
div.DivClassName
{
background-color: #A8D85F;
}
.BgClassName
{
background-color: #A8D85F;
}
</style>
border-color css
<style>
span { border-color: #A8D85F; }
span { border-color: rgb(168,216,95); }
td.TdClassName
{
border-color: #A8D85F;
}
.TagClassName
{
border-color: #A8D85F;
}
</style>