Shades of Conifer #A8D85D
Tints of Conifer #A8D85D
RGB
CMYK
RGB Variations
Color information
#A8D85D (or 0xA8D85D) is known color: Conifer. HEX triplet: A8, D8 and 5D. RGB value is (168,216,93). Sum of RGB (Red+Green+Blue) = 168+216+93=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D85D is #5727A2. Grayscale: #BCBCBC. Windows color (decimal): -5711779 or 6150312. OLE color: 6150312.
HSL color Cylindrical-coordinate representation of color #A8D85D: hue angle of 83.41º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8D85D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 93 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.15 |
| HSL | 83.41º | 0.61% | 0.61% | - |
| HSV(B) | 83.41º | 0.57% | 0.85% | - |
| XYZ | 42.68 | 58.23 | 19.35 | - |
| YUV | 187.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 93 | 0.22 | 0 | 0.57 | 0.15 | 83.41 | 0.61 | 0.61 |
| Hex | A8 | D8 | 5D | 16 | 0 | 39 | F | 53 | 3D | 3D |
| Octal | 250 | 330 | 135 | 26 | 0 | 71 | 17 | 123 | 75 | 75 |
| Binary | 10101000 | 11011000 | 1011101 | 10110 | 0 | 111001 | 1111 | 1010011 | 111101 | 111101 |
Color Harmonies of #A8D85D
Complementary color
Monochromatic Colors of #A8D85D
Black with #A8D85D
Text Example
Text Example
White with #A8D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D85D; }
p { color: rgb(168,216,93); }
H1.HeaderClassName
{
color: #A8D85D;
}
.AnyTagClassName
{
color: #A8D85D;
}
</style>
background-color css
<style>
a { background-color: #A8D85D; }
a { background-color: rgb(168,216,93); }
div.DivClassName
{
background-color: #A8D85D;
}
.BgClassName
{
background-color: #A8D85D;
}
</style>
border-color css
<style>
span { border-color: #A8D85D; }
span { border-color: rgb(168,216,93); }
td.TdClassName
{
border-color: #A8D85D;
}
.TagClassName
{
border-color: #A8D85D;
}
</style>