Shades of Conifer #ACD146
Tints of Conifer #ACD146
RGB
CMYK
RGB Variations
Color information
#ACD146 (or 0xACD146) is known color: Conifer. HEX triplet: AC, D1 and 46. RGB value is (172,209,70). Sum of RGB (Red+Green+Blue) = 172+209+70=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD146 is #532EB9. Grayscale: #B6B6B6. Windows color (decimal): -5451450 or 4641196. OLE color: 4641196.
HSL color Cylindrical-coordinate representation of color #ACD146: hue angle of 75.97º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD146 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 70 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.18 |
| HSL | 75.97º | 0.6% | 0.55% | - |
| HSV(B) | 75.97º | 0.67% | 0.82% | - |
| XYZ | 40.92 | 54.81 | 14.22 | - |
| YUV | 182.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 70 | 0.18 | 0 | 0.67 | 0.18 | 75.97 | 0.6 | 0.55 |
| Hex | AC | D1 | 46 | 12 | 0 | 43 | 12 | 4C | 3C | 37 |
| Octal | 254 | 321 | 106 | 22 | 0 | 103 | 22 | 114 | 74 | 67 |
| Binary | 10101100 | 11010001 | 1000110 | 10010 | 0 | 1000011 | 10010 | 1001100 | 111100 | 110111 |
Color Harmonies of #ACD146
Complementary color
Monochromatic Colors of #ACD146
Black with #ACD146
Text Example
Text Example
White with #ACD146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD146; }
p { color: rgb(172,209,70); }
H1.HeaderClassName
{
color: #ACD146;
}
.AnyTagClassName
{
color: #ACD146;
}
</style>
background-color css
<style>
a { background-color: #ACD146; }
a { background-color: rgb(172,209,70); }
div.DivClassName
{
background-color: #ACD146;
}
.BgClassName
{
background-color: #ACD146;
}
</style>
border-color css
<style>
span { border-color: #ACD146; }
span { border-color: rgb(172,209,70); }
td.TdClassName
{
border-color: #ACD146;
}
.TagClassName
{
border-color: #ACD146;
}
</style>