Shades of Conifer #ACD546
Tints of Conifer #ACD546
RGB
CMYK
RGB Variations
Color information
#ACD546 (or 0xACD546) is known color: Conifer. HEX triplet: AC, D5 and 46. RGB value is (172,213,70). Sum of RGB (Red+Green+Blue) = 172+213+70=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD546 is #532AB9. Grayscale: #B8B8B8. Windows color (decimal): -5450426 or 4642220. OLE color: 4642220.
HSL color Cylindrical-coordinate representation of color #ACD546: hue angle of 77.2º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD546 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 70 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.16 |
| HSL | 77.2º | 0.63% | 0.55% | - |
| HSV(B) | 77.2º | 0.67% | 0.84% | - |
| XYZ | 41.91 | 56.8 | 14.55 | - |
| YUV | 184.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 70 | 0.19 | 0 | 0.67 | 0.16 | 77.2 | 0.63 | 0.55 |
| Hex | AC | D5 | 46 | 13 | 0 | 43 | 10 | 4D | 3F | 37 |
| Octal | 254 | 325 | 106 | 23 | 0 | 103 | 20 | 115 | 77 | 67 |
| Binary | 10101100 | 11010101 | 1000110 | 10011 | 0 | 1000011 | 10000 | 1001101 | 111111 | 110111 |
Color Harmonies of #ACD546
Complementary color
Monochromatic Colors of #ACD546
Black with #ACD546
Text Example
Text Example
White with #ACD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD546; }
p { color: rgb(172,213,70); }
H1.HeaderClassName
{
color: #ACD546;
}
.AnyTagClassName
{
color: #ACD546;
}
</style>
background-color css
<style>
a { background-color: #ACD546; }
a { background-color: rgb(172,213,70); }
div.DivClassName
{
background-color: #ACD546;
}
.BgClassName
{
background-color: #ACD546;
}
</style>
border-color css
<style>
span { border-color: #ACD546; }
span { border-color: rgb(172,213,70); }
td.TdClassName
{
border-color: #ACD546;
}
.TagClassName
{
border-color: #ACD546;
}
</style>