Shades of Conifer #ACD560
Tints of Conifer #ACD560
RGB
CMYK
RGB Variations
Color information
#ACD560 (or 0xACD560) is known color: Conifer. HEX triplet: AC, D5 and 60. RGB value is (172,213,96). Sum of RGB (Red+Green+Blue) = 172+213+96=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD560 is #532A9F. Grayscale: #BBBBBB. Windows color (decimal): -5450400 or 6346156. OLE color: 6346156.
HSL color Cylindrical-coordinate representation of color #ACD560: hue angle of 81.03º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD560 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 96 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.16 |
| HSL | 81.03º | 0.58% | 0.61% | - |
| HSV(B) | 81.03º | 0.55% | 0.84% | - |
| XYZ | 42.92 | 57.2 | 19.85 | - |
| YUV | 187.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 96 | 0.19 | 0 | 0.55 | 0.16 | 81.03 | 0.58 | 0.61 |
| Hex | AC | D5 | 60 | 13 | 0 | 37 | 10 | 51 | 3A | 3D |
| Octal | 254 | 325 | 140 | 23 | 0 | 67 | 20 | 121 | 72 | 75 |
| Binary | 10101100 | 11010101 | 1100000 | 10011 | 0 | 110111 | 10000 | 1010001 | 111010 | 111101 |
Color Harmonies of #ACD560
Complementary color
Monochromatic Colors of #ACD560
Black with #ACD560
Text Example
Text Example
White with #ACD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD560; }
p { color: rgb(172,213,96); }
H1.HeaderClassName
{
color: #ACD560;
}
.AnyTagClassName
{
color: #ACD560;
}
</style>
background-color css
<style>
a { background-color: #ACD560; }
a { background-color: rgb(172,213,96); }
div.DivClassName
{
background-color: #ACD560;
}
.BgClassName
{
background-color: #ACD560;
}
</style>
border-color css
<style>
span { border-color: #ACD560; }
span { border-color: rgb(172,213,96); }
td.TdClassName
{
border-color: #ACD560;
}
.TagClassName
{
border-color: #ACD560;
}
</style>