Shades of Conifer #ACD863
Tints of Conifer #ACD863
RGB
CMYK
RGB Variations
Color information
#ACD863 (or 0xACD863) is known color: Conifer. HEX triplet: AC, D8 and 63. RGB value is (172,216,99). Sum of RGB (Red+Green+Blue) = 172+216+99=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD863 is #53279C. Grayscale: #BDBDBD. Windows color (decimal): -5449629 or 6543532. OLE color: 6543532.
HSL color Cylindrical-coordinate representation of color #ACD863: hue angle of 82.56º degrees, saturation: 0.6, 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 #ACD863 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 99 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.15 |
| HSL | 82.56º | 0.6% | 0.62% | - |
| HSV(B) | 82.56º | 0.54% | 0.85% | - |
| XYZ | 43.82 | 58.78 | 20.84 | - |
| YUV | 189.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 99 | 0.20 | 0 | 0.54 | 0.15 | 82.56 | 0.6 | 0.62 |
| Hex | AC | D8 | 63 | 14 | 0 | 36 | F | 53 | 3C | 3E |
| Octal | 254 | 330 | 143 | 24 | 0 | 66 | 17 | 123 | 74 | 76 |
| Binary | 10101100 | 11011000 | 1100011 | 10100 | 0 | 110110 | 1111 | 1010011 | 111100 | 111110 |
Color Harmonies of #ACD863
Complementary color
Monochromatic Colors of #ACD863
Black with #ACD863
Text Example
Text Example
White with #ACD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD863; }
p { color: rgb(172,216,99); }
H1.HeaderClassName
{
color: #ACD863;
}
.AnyTagClassName
{
color: #ACD863;
}
</style>
background-color css
<style>
a { background-color: #ACD863; }
a { background-color: rgb(172,216,99); }
div.DivClassName
{
background-color: #ACD863;
}
.BgClassName
{
background-color: #ACD863;
}
</style>
border-color css
<style>
span { border-color: #ACD863; }
span { border-color: rgb(172,216,99); }
td.TdClassName
{
border-color: #ACD863;
}
.TagClassName
{
border-color: #ACD863;
}
</style>