Shades of Conifer #ACD364
Tints of Conifer #ACD364
RGB
CMYK
RGB Variations
Color information
#ACD364 (or 0xACD364) is known color: Conifer. HEX triplet: AC, D3 and 64. RGB value is (172,211,100). Sum of RGB (Red+Green+Blue) = 172+211+100=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD364 is #532C9B. Grayscale: #BBBBBB. Windows color (decimal): -5450908 or 6607788. OLE color: 6607788.
HSL color Cylindrical-coordinate representation of color #ACD364: hue angle of 81.08º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD364 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 100 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.17 |
| HSL | 81.08º | 0.56% | 0.61% | - |
| HSV(B) | 81.08º | 0.53% | 0.83% | - |
| XYZ | 42.61 | 56.28 | 20.67 | - |
| YUV | 186.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 100 | 0.18 | 0 | 0.53 | 0.17 | 81.08 | 0.56 | 0.61 |
| Hex | AC | D3 | 64 | 12 | 0 | 35 | 11 | 51 | 38 | 3D |
| Octal | 254 | 323 | 144 | 22 | 0 | 65 | 21 | 121 | 70 | 75 |
| Binary | 10101100 | 11010011 | 1100100 | 10010 | 0 | 110101 | 10001 | 1010001 | 111000 | 111101 |
Color Harmonies of #ACD364
Complementary color
Monochromatic Colors of #ACD364
Black with #ACD364
Text Example
Text Example
White with #ACD364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD364; }
p { color: rgb(172,211,100); }
H1.HeaderClassName
{
color: #ACD364;
}
.AnyTagClassName
{
color: #ACD364;
}
</style>
background-color css
<style>
a { background-color: #ACD364; }
a { background-color: rgb(172,211,100); }
div.DivClassName
{
background-color: #ACD364;
}
.BgClassName
{
background-color: #ACD364;
}
</style>
border-color css
<style>
span { border-color: #ACD364; }
span { border-color: rgb(172,211,100); }
td.TdClassName
{
border-color: #ACD364;
}
.TagClassName
{
border-color: #ACD364;
}
</style>