Shades of Conifer #ACD861
Tints of Conifer #ACD861
RGB
CMYK
RGB Variations
Color information
#ACD861 (or 0xACD861) is known color: Conifer. HEX triplet: AC, D8 and 61. RGB value is (172,216,97). Sum of RGB (Red+Green+Blue) = 172+216+97=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD861 is #53279E. Grayscale: #BDBDBD. Windows color (decimal): -5449631 or 6412460. OLE color: 6412460.
HSL color Cylindrical-coordinate representation of color #ACD861: hue angle of 82.18º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD861 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 97 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.15 |
| HSL | 82.18º | 0.6% | 0.61% | - |
| HSV(B) | 82.18º | 0.55% | 0.85% | - |
| XYZ | 43.73 | 58.75 | 20.34 | - |
| YUV | 189.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 97 | 0.20 | 0 | 0.55 | 0.15 | 82.18 | 0.6 | 0.61 |
| Hex | AC | D8 | 61 | 14 | 0 | 37 | F | 52 | 3C | 3D |
| Octal | 254 | 330 | 141 | 24 | 0 | 67 | 17 | 122 | 74 | 75 |
| Binary | 10101100 | 11011000 | 1100001 | 10100 | 0 | 110111 | 1111 | 1010010 | 111100 | 111101 |
Color Harmonies of #ACD861
Complementary color
Monochromatic Colors of #ACD861
Black with #ACD861
Text Example
Text Example
White with #ACD861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD861; }
p { color: rgb(172,216,97); }
H1.HeaderClassName
{
color: #ACD861;
}
.AnyTagClassName
{
color: #ACD861;
}
</style>
background-color css
<style>
a { background-color: #ACD861; }
a { background-color: rgb(172,216,97); }
div.DivClassName
{
background-color: #ACD861;
}
.BgClassName
{
background-color: #ACD861;
}
</style>
border-color css
<style>
span { border-color: #ACD861; }
span { border-color: rgb(172,216,97); }
td.TdClassName
{
border-color: #ACD861;
}
.TagClassName
{
border-color: #ACD861;
}
</style>