Shades of Conifer #ACD45C
Tints of Conifer #ACD45C
RGB
CMYK
RGB Variations
Color information
#ACD45C (or 0xACD45C) is known color: Conifer. HEX triplet: AC, D4 and 5C. RGB value is (172,212,92). Sum of RGB (Red+Green+Blue) = 172+212+92=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD45C is #532BA3. Grayscale: #BABABA. Windows color (decimal): -5450660 or 6083756. OLE color: 6083756.
HSL color Cylindrical-coordinate representation of color #ACD45C: hue angle of 80º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACD45C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 92 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.17 |
| HSL | 80º | 0.58% | 0.6% | - |
| HSV(B) | 80º | 0.57% | 0.83% | - |
| XYZ | 42.49 | 56.63 | 18.82 | - |
| YUV | 186.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 92 | 0.19 | 0 | 0.57 | 0.17 | 80 | 0.58 | 0.6 |
| Hex | AC | D4 | 5C | 13 | 0 | 39 | 11 | 50 | 3A | 3C |
| Octal | 254 | 324 | 134 | 23 | 0 | 71 | 21 | 120 | 72 | 74 |
| Binary | 10101100 | 11010100 | 1011100 | 10011 | 0 | 111001 | 10001 | 1010000 | 111010 | 111100 |
Color Harmonies of #ACD45C
Complementary color
Monochromatic Colors of #ACD45C
Black with #ACD45C
Text Example
Text Example
White with #ACD45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD45C; }
p { color: rgb(172,212,92); }
H1.HeaderClassName
{
color: #ACD45C;
}
.AnyTagClassName
{
color: #ACD45C;
}
</style>
background-color css
<style>
a { background-color: #ACD45C; }
a { background-color: rgb(172,212,92); }
div.DivClassName
{
background-color: #ACD45C;
}
.BgClassName
{
background-color: #ACD45C;
}
</style>
border-color css
<style>
span { border-color: #ACD45C; }
span { border-color: rgb(172,212,92); }
td.TdClassName
{
border-color: #ACD45C;
}
.TagClassName
{
border-color: #ACD45C;
}
</style>