Shades of Conifer #ACD963
Tints of Conifer #ACD963
RGB
CMYK
RGB Variations
Color information
#ACD963 (or 0xACD963) is known color: Conifer. HEX triplet: AC, D9 and 63. RGB value is (172,217,99). Sum of RGB (Red+Green+Blue) = 172+217+99=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD963 is #53269C. Grayscale: #BEBEBE. Windows color (decimal): -5449373 or 6543788. OLE color: 6543788.
HSL color Cylindrical-coordinate representation of color #ACD963: hue angle of 82.88º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD963 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 99 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.15 |
| HSL | 82.88º | 0.61% | 0.62% | - |
| HSV(B) | 82.88º | 0.54% | 0.85% | - |
| XYZ | 44.08 | 59.3 | 20.93 | - |
| YUV | 190.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 99 | 0.21 | 0 | 0.54 | 0.15 | 82.88 | 0.61 | 0.62 |
| Hex | AC | D9 | 63 | 15 | 0 | 36 | F | 53 | 3D | 3E |
| Octal | 254 | 331 | 143 | 25 | 0 | 66 | 17 | 123 | 75 | 76 |
| Binary | 10101100 | 11011001 | 1100011 | 10101 | 0 | 110110 | 1111 | 1010011 | 111101 | 111110 |
Color Harmonies of #ACD963
Complementary color
Monochromatic Colors of #ACD963
Black with #ACD963
Text Example
Text Example
White with #ACD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD963; }
p { color: rgb(172,217,99); }
H1.HeaderClassName
{
color: #ACD963;
}
.AnyTagClassName
{
color: #ACD963;
}
</style>
background-color css
<style>
a { background-color: #ACD963; }
a { background-color: rgb(172,217,99); }
div.DivClassName
{
background-color: #ACD963;
}
.BgClassName
{
background-color: #ACD963;
}
</style>
border-color css
<style>
span { border-color: #ACD963; }
span { border-color: rgb(172,217,99); }
td.TdClassName
{
border-color: #ACD963;
}
.TagClassName
{
border-color: #ACD963;
}
</style>