Shades of Conifer #ACD862
Tints of Conifer #ACD862
RGB
CMYK
RGB Variations
Color information
#ACD862 (or 0xACD862) is known color: Conifer. HEX triplet: AC, D8 and 62. RGB value is (172,216,98). Sum of RGB (Red+Green+Blue) = 172+216+98=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD862 is #53279D. Grayscale: #BDBDBD. Windows color (decimal): -5449630 or 6477996. OLE color: 6477996.
HSL color Cylindrical-coordinate representation of color #ACD862: hue angle of 82.37º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD862 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 98 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.15 |
| HSL | 82.37º | 0.6% | 0.62% | - |
| HSV(B) | 82.37º | 0.55% | 0.85% | - |
| XYZ | 43.77 | 58.76 | 20.59 | - |
| YUV | 189.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 98 | 0.20 | 0 | 0.55 | 0.15 | 82.37 | 0.6 | 0.62 |
| Hex | AC | D8 | 62 | 14 | 0 | 37 | F | 52 | 3C | 3E |
| Octal | 254 | 330 | 142 | 24 | 0 | 67 | 17 | 122 | 74 | 76 |
| Binary | 10101100 | 11011000 | 1100010 | 10100 | 0 | 110111 | 1111 | 1010010 | 111100 | 111110 |
Color Harmonies of #ACD862
Complementary color
Monochromatic Colors of #ACD862
Black with #ACD862
Text Example
Text Example
White with #ACD862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD862; }
p { color: rgb(172,216,98); }
H1.HeaderClassName
{
color: #ACD862;
}
.AnyTagClassName
{
color: #ACD862;
}
</style>
background-color css
<style>
a { background-color: #ACD862; }
a { background-color: rgb(172,216,98); }
div.DivClassName
{
background-color: #ACD862;
}
.BgClassName
{
background-color: #ACD862;
}
</style>
border-color css
<style>
span { border-color: #ACD862; }
span { border-color: rgb(172,216,98); }
td.TdClassName
{
border-color: #ACD862;
}
.TagClassName
{
border-color: #ACD862;
}
</style>