Shades of Conifer #ACD944
Tints of Conifer #ACD944
RGB
CMYK
RGB Variations
Color information
#ACD944 (or 0xACD944) is known color: Conifer. HEX triplet: AC, D9 and 44. RGB value is (172,217,68). Sum of RGB (Red+Green+Blue) = 172+217+68=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD944 is #5326BB. Grayscale: #BBBBBB. Windows color (decimal): -5449404 or 4512172. OLE color: 4512172.
HSL color Cylindrical-coordinate representation of color #ACD944: hue angle of 78.12º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD944 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 68 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.15 |
| HSL | 78.12º | 0.66% | 0.56% | - |
| HSV(B) | 78.12º | 0.69% | 0.85% | - |
| XYZ | 42.87 | 58.81 | 14.56 | - |
| YUV | 186.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 68 | 0.21 | 0 | 0.69 | 0.15 | 78.12 | 0.66 | 0.56 |
| Hex | AC | D9 | 44 | 15 | 0 | 45 | F | 4E | 42 | 38 |
| Octal | 254 | 331 | 104 | 25 | 0 | 105 | 17 | 116 | 102 | 70 |
| Binary | 10101100 | 11011001 | 1000100 | 10101 | 0 | 1000101 | 1111 | 1001110 | 1000010 | 111000 |
Color Harmonies of #ACD944
Complementary color
Monochromatic Colors of #ACD944
Black with #ACD944
Text Example
Text Example
White with #ACD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD944; }
p { color: rgb(172,217,68); }
H1.HeaderClassName
{
color: #ACD944;
}
.AnyTagClassName
{
color: #ACD944;
}
</style>
background-color css
<style>
a { background-color: #ACD944; }
a { background-color: rgb(172,217,68); }
div.DivClassName
{
background-color: #ACD944;
}
.BgClassName
{
background-color: #ACD944;
}
</style>
border-color css
<style>
span { border-color: #ACD944; }
span { border-color: rgb(172,217,68); }
td.TdClassName
{
border-color: #ACD944;
}
.TagClassName
{
border-color: #ACD944;
}
</style>