Shades of Conifer #ACD962
Tints of Conifer #ACD962
RGB
CMYK
RGB Variations
Color information
#ACD962 (or 0xACD962) is known color: Conifer. HEX triplet: AC, D9 and 62. RGB value is (172,217,98). Sum of RGB (Red+Green+Blue) = 172+217+98=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD962 is #53269D. Grayscale: #BEBEBE. Windows color (decimal): -5449374 or 6478252. OLE color: 6478252.
HSL color Cylindrical-coordinate representation of color #ACD962: hue angle of 82.69º 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 #ACD962 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 98 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.15 |
| HSL | 82.69º | 0.61% | 0.62% | - |
| HSV(B) | 82.69º | 0.55% | 0.85% | - |
| XYZ | 44.03 | 59.28 | 20.68 | - |
| YUV | 189.98 | 76.09 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 98 | 0.21 | 0 | 0.55 | 0.15 | 82.69 | 0.61 | 0.62 |
| Hex | AC | D9 | 62 | 15 | 0 | 37 | F | 53 | 3D | 3E |
| Octal | 254 | 331 | 142 | 25 | 0 | 67 | 17 | 123 | 75 | 76 |
| Binary | 10101100 | 11011001 | 1100010 | 10101 | 0 | 110111 | 1111 | 1010011 | 111101 | 111110 |
Color Harmonies of #ACD962
Complementary color
Monochromatic Colors of #ACD962
Black with #ACD962
Text Example
Text Example
White with #ACD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD962; }
p { color: rgb(172,217,98); }
H1.HeaderClassName
{
color: #ACD962;
}
.AnyTagClassName
{
color: #ACD962;
}
</style>
background-color css
<style>
a { background-color: #ACD962; }
a { background-color: rgb(172,217,98); }
div.DivClassName
{
background-color: #ACD962;
}
.BgClassName
{
background-color: #ACD962;
}
</style>
border-color css
<style>
span { border-color: #ACD962; }
span { border-color: rgb(172,217,98); }
td.TdClassName
{
border-color: #ACD962;
}
.TagClassName
{
border-color: #ACD962;
}
</style>