Shades of Conifer #ACD564
Tints of Conifer #ACD564
RGB
CMYK
RGB Variations
Color information
#ACD564 (or 0xACD564) is known color: Conifer. HEX triplet: AC, D5 and 64. RGB value is (172,213,100). Sum of RGB (Red+Green+Blue) = 172+213+100=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD564 is #532A9B. Grayscale: #BCBCBC. Windows color (decimal): -5450396 or 6608300. OLE color: 6608300.
HSL color Cylindrical-coordinate representation of color #ACD564: hue angle of 81.77º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD564 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 100 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.16 |
| HSL | 81.77º | 0.57% | 0.61% | - |
| HSV(B) | 81.77º | 0.53% | 0.84% | - |
| XYZ | 43.11 | 57.28 | 20.84 | - |
| YUV | 187.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 100 | 0.19 | 0 | 0.53 | 0.16 | 81.77 | 0.57 | 0.61 |
| Hex | AC | D5 | 64 | 13 | 0 | 35 | 10 | 52 | 39 | 3D |
| Octal | 254 | 325 | 144 | 23 | 0 | 65 | 20 | 122 | 71 | 75 |
| Binary | 10101100 | 11010101 | 1100100 | 10011 | 0 | 110101 | 10000 | 1010010 | 111001 | 111101 |
Color Harmonies of #ACD564
Complementary color
Monochromatic Colors of #ACD564
Black with #ACD564
Text Example
Text Example
White with #ACD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD564; }
p { color: rgb(172,213,100); }
H1.HeaderClassName
{
color: #ACD564;
}
.AnyTagClassName
{
color: #ACD564;
}
</style>
background-color css
<style>
a { background-color: #ACD564; }
a { background-color: rgb(172,213,100); }
div.DivClassName
{
background-color: #ACD564;
}
.BgClassName
{
background-color: #ACD564;
}
</style>
border-color css
<style>
span { border-color: #ACD564; }
span { border-color: rgb(172,213,100); }
td.TdClassName
{
border-color: #ACD564;
}
.TagClassName
{
border-color: #ACD564;
}
</style>