Shades of Conifer #ACD646
Tints of Conifer #ACD646
RGB
CMYK
RGB Variations
Color information
#ACD646 (or 0xACD646) is known color: Conifer. HEX triplet: AC, D6 and 46. RGB value is (172,214,70). Sum of RGB (Red+Green+Blue) = 172+214+70=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD646 is #5329B9. Grayscale: #B9B9B9. Windows color (decimal): -5450170 or 4642476. OLE color: 4642476.
HSL color Cylindrical-coordinate representation of color #ACD646: hue angle of 77.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD646 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 70 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.16 |
| HSL | 77.5º | 0.64% | 0.56% | - |
| HSV(B) | 77.5º | 0.67% | 0.84% | - |
| XYZ | 42.17 | 57.31 | 14.63 | - |
| YUV | 185.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 70 | 0.20 | 0 | 0.67 | 0.16 | 77.5 | 0.64 | 0.56 |
| Hex | AC | D6 | 46 | 14 | 0 | 43 | 10 | 4E | 40 | 38 |
| Octal | 254 | 326 | 106 | 24 | 0 | 103 | 20 | 116 | 100 | 70 |
| Binary | 10101100 | 11010110 | 1000110 | 10100 | 0 | 1000011 | 10000 | 1001110 | 1000000 | 111000 |
Color Harmonies of #ACD646
Complementary color
Monochromatic Colors of #ACD646
Black with #ACD646
Text Example
Text Example
White with #ACD646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD646; }
p { color: rgb(172,214,70); }
H1.HeaderClassName
{
color: #ACD646;
}
.AnyTagClassName
{
color: #ACD646;
}
</style>
background-color css
<style>
a { background-color: #ACD646; }
a { background-color: rgb(172,214,70); }
div.DivClassName
{
background-color: #ACD646;
}
.BgClassName
{
background-color: #ACD646;
}
</style>
border-color css
<style>
span { border-color: #ACD646; }
span { border-color: rgb(172,214,70); }
td.TdClassName
{
border-color: #ACD646;
}
.TagClassName
{
border-color: #ACD646;
}
</style>