Shades of Conifer #ACD356
Tints of Conifer #ACD356
RGB
CMYK
RGB Variations
Color information
#ACD356 (or 0xACD356) is known color: Conifer. HEX triplet: AC, D3 and 56. RGB value is (172,211,86). Sum of RGB (Red+Green+Blue) = 172+211+86=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD356 is #532CA9. Grayscale: #B9B9B9. Windows color (decimal): -5450922 or 5690284. OLE color: 5690284.
HSL color Cylindrical-coordinate representation of color #ACD356: hue angle of 78.72º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACD356 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 86 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.17 |
| HSL | 78.72º | 0.59% | 0.58% | - |
| HSV(B) | 78.72º | 0.59% | 0.83% | - |
| XYZ | 41.99 | 56.03 | 17.41 | - |
| YUV | 185.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 86 | 0.18 | 0 | 0.59 | 0.17 | 78.72 | 0.59 | 0.58 |
| Hex | AC | D3 | 56 | 12 | 0 | 3B | 11 | 4F | 3B | 3A |
| Octal | 254 | 323 | 126 | 22 | 0 | 73 | 21 | 117 | 73 | 72 |
| Binary | 10101100 | 11010011 | 1010110 | 10010 | 0 | 111011 | 10001 | 1001111 | 111011 | 111010 |
Color Harmonies of #ACD356
Complementary color
Monochromatic Colors of #ACD356
Black with #ACD356
Text Example
Text Example
White with #ACD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD356; }
p { color: rgb(172,211,86); }
H1.HeaderClassName
{
color: #ACD356;
}
.AnyTagClassName
{
color: #ACD356;
}
</style>
background-color css
<style>
a { background-color: #ACD356; }
a { background-color: rgb(172,211,86); }
div.DivClassName
{
background-color: #ACD356;
}
.BgClassName
{
background-color: #ACD356;
}
</style>
border-color css
<style>
span { border-color: #ACD356; }
span { border-color: rgb(172,211,86); }
td.TdClassName
{
border-color: #ACD356;
}
.TagClassName
{
border-color: #ACD356;
}
</style>