Shades of Conifer #ACD756
Tints of Conifer #ACD756
RGB
CMYK
RGB Variations
Color information
#ACD756 (or 0xACD756) is known color: Conifer. HEX triplet: AC, D7 and 56. RGB value is (172,215,86). Sum of RGB (Red+Green+Blue) = 172+215+86=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD756 is #5328A9. Grayscale: #BBBBBB. Windows color (decimal): -5449898 or 5691308. OLE color: 5691308.
HSL color Cylindrical-coordinate representation of color #ACD756: hue angle of 80º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACD756 is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 86 | - |
| CMYK | 0.2 | 0 | 0.6 | 0.16 |
| HSL | 80º | 0.62% | 0.59% | - |
| HSV(B) | 80º | 0.6% | 0.84% | - |
| XYZ | 42.99 | 58.04 | 17.74 | - |
| YUV | 187.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 86 | 0.2 | 0 | 0.6 | 0.16 | 80 | 0.62 | 0.59 |
| Hex | AC | D7 | 56 | 14 | 0 | 3C | 10 | 50 | 3E | 3B |
| Octal | 254 | 327 | 126 | 24 | 0 | 74 | 20 | 120 | 76 | 73 |
| Binary | 10101100 | 11010111 | 1010110 | 10100 | 0 | 111100 | 10000 | 1010000 | 111110 | 111011 |
Color Harmonies of #ACD756
Complementary color
Monochromatic Colors of #ACD756
Black with #ACD756
Text Example
Text Example
White with #ACD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD756; }
p { color: rgb(172,215,86); }
H1.HeaderClassName
{
color: #ACD756;
}
.AnyTagClassName
{
color: #ACD756;
}
</style>
background-color css
<style>
a { background-color: #ACD756; }
a { background-color: rgb(172,215,86); }
div.DivClassName
{
background-color: #ACD756;
}
.BgClassName
{
background-color: #ACD756;
}
</style>
border-color css
<style>
span { border-color: #ACD756; }
span { border-color: rgb(172,215,86); }
td.TdClassName
{
border-color: #ACD756;
}
.TagClassName
{
border-color: #ACD756;
}
</style>