Shades of Conifer #ACD855
Tints of Conifer #ACD855
RGB
CMYK
RGB Variations
Color information
#ACD855 (or 0xACD855) is known color: Conifer. HEX triplet: AC, D8 and 55. RGB value is (172,216,85). Sum of RGB (Red+Green+Blue) = 172+216+85=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD855 is #5327AA. Grayscale: #BCBCBC. Windows color (decimal): -5449643 or 5626028. OLE color: 5626028.
HSL color Cylindrical-coordinate representation of color #ACD855: hue angle of 80.15º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD855 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 85 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.15 |
| HSL | 80.15º | 0.63% | 0.59% | - |
| HSV(B) | 80.15º | 0.61% | 0.85% | - |
| XYZ | 43.21 | 58.54 | 17.62 | - |
| YUV | 187.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 85 | 0.20 | 0 | 0.61 | 0.15 | 80.15 | 0.63 | 0.59 |
| Hex | AC | D8 | 55 | 14 | 0 | 3D | F | 50 | 3F | 3B |
| Octal | 254 | 330 | 125 | 24 | 0 | 75 | 17 | 120 | 77 | 73 |
| Binary | 10101100 | 11011000 | 1010101 | 10100 | 0 | 111101 | 1111 | 1010000 | 111111 | 111011 |
Color Harmonies of #ACD855
Complementary color
Monochromatic Colors of #ACD855
Black with #ACD855
Text Example
Text Example
White with #ACD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD855; }
p { color: rgb(172,216,85); }
H1.HeaderClassName
{
color: #ACD855;
}
.AnyTagClassName
{
color: #ACD855;
}
</style>
background-color css
<style>
a { background-color: #ACD855; }
a { background-color: rgb(172,216,85); }
div.DivClassName
{
background-color: #ACD855;
}
.BgClassName
{
background-color: #ACD855;
}
</style>
border-color css
<style>
span { border-color: #ACD855; }
span { border-color: rgb(172,216,85); }
td.TdClassName
{
border-color: #ACD855;
}
.TagClassName
{
border-color: #ACD855;
}
</style>