Shades of Conifer #ACD961
Tints of Conifer #ACD961
RGB
CMYK
RGB Variations
Color information
#ACD961 (or 0xACD961) is known color: Conifer. HEX triplet: AC, D9 and 61. RGB value is (172,217,97). Sum of RGB (Red+Green+Blue) = 172+217+97=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD961 is #53269E. Grayscale: #BEBEBE. Windows color (decimal): -5449375 or 6412716. OLE color: 6412716.
HSL color Cylindrical-coordinate representation of color #ACD961: hue angle of 82.5º degrees, saturation: 0.61, 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 #ACD961 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 97 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.15 |
| HSL | 82.5º | 0.61% | 0.62% | - |
| HSV(B) | 82.5º | 0.55% | 0.85% | - |
| XYZ | 43.98 | 59.26 | 20.43 | - |
| YUV | 189.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 97 | 0.21 | 0 | 0.55 | 0.15 | 82.5 | 0.61 | 0.62 |
| Hex | AC | D9 | 61 | 15 | 0 | 37 | F | 52 | 3D | 3E |
| Octal | 254 | 331 | 141 | 25 | 0 | 67 | 17 | 122 | 75 | 76 |
| Binary | 10101100 | 11011001 | 1100001 | 10101 | 0 | 110111 | 1111 | 1010010 | 111101 | 111110 |
Color Harmonies of #ACD961
Complementary color
Monochromatic Colors of #ACD961
Black with #ACD961
Text Example
Text Example
White with #ACD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD961; }
p { color: rgb(172,217,97); }
H1.HeaderClassName
{
color: #ACD961;
}
.AnyTagClassName
{
color: #ACD961;
}
</style>
background-color css
<style>
a { background-color: #ACD961; }
a { background-color: rgb(172,217,97); }
div.DivClassName
{
background-color: #ACD961;
}
.BgClassName
{
background-color: #ACD961;
}
</style>
border-color css
<style>
span { border-color: #ACD961; }
span { border-color: rgb(172,217,97); }
td.TdClassName
{
border-color: #ACD961;
}
.TagClassName
{
border-color: #ACD961;
}
</style>