Shades of Conifer #ACD36C
Tints of Conifer #ACD36C
RGB
CMYK
RGB Variations
Color information
#ACD36C (or 0xACD36C) is known color: Conifer. HEX triplet: AC, D3 and 6C. RGB value is (172,211,108). Sum of RGB (Red+Green+Blue) = 172+211+108=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD36C is #532C93. Grayscale: #BBBBBB. Windows color (decimal): -5450900 or 7132076. OLE color: 7132076.
HSL color Cylindrical-coordinate representation of color #ACD36C: hue angle of 82.72º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD36C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 108 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.17 |
| HSL | 82.72º | 0.54% | 0.63% | - |
| HSV(B) | 82.72º | 0.49% | 0.83% | - |
| XYZ | 43.01 | 56.44 | 22.81 | - |
| YUV | 187.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 108 | 0.18 | 0 | 0.49 | 0.17 | 82.72 | 0.54 | 0.63 |
| Hex | AC | D3 | 6C | 12 | 0 | 31 | 11 | 53 | 36 | 3F |
| Octal | 254 | 323 | 154 | 22 | 0 | 61 | 21 | 123 | 66 | 77 |
| Binary | 10101100 | 11010011 | 1101100 | 10010 | 0 | 110001 | 10001 | 1010011 | 110110 | 111111 |
Color Harmonies of #ACD36C
Complementary color
Monochromatic Colors of #ACD36C
Black with #ACD36C
Text Example
Text Example
White with #ACD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD36C; }
p { color: rgb(172,211,108); }
H1.HeaderClassName
{
color: #ACD36C;
}
.AnyTagClassName
{
color: #ACD36C;
}
</style>
background-color css
<style>
a { background-color: #ACD36C; }
a { background-color: rgb(172,211,108); }
div.DivClassName
{
background-color: #ACD36C;
}
.BgClassName
{
background-color: #ACD36C;
}
</style>
border-color css
<style>
span { border-color: #ACD36C; }
span { border-color: rgb(172,211,108); }
td.TdClassName
{
border-color: #ACD36C;
}
.TagClassName
{
border-color: #ACD36C;
}
</style>