Shades of Conifer #ACDC6C
Tints of Conifer #ACDC6C
RGB
CMYK
RGB Variations
Color information
#ACDC6C (or 0xACDC6C) is known color: Conifer. HEX triplet: AC, DC and 6C. RGB value is (172,220,108). Sum of RGB (Red+Green+Blue) = 172+220+108=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC6C is #532393. Grayscale: #C1C1C1. Windows color (decimal): -5448596 or 7134380. OLE color: 7134380.
HSL color Cylindrical-coordinate representation of color #ACDC6C: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACDC6C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 108 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.14 |
| HSL | 85.71º | 0.62% | 0.64% | - |
| HSV(B) | 85.71º | 0.51% | 0.86% | - |
| XYZ | 45.31 | 61.04 | 23.58 | - |
| YUV | 192.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 108 | 0.22 | 0 | 0.51 | 0.14 | 85.71 | 0.62 | 0.64 |
| Hex | AC | DC | 6C | 16 | 0 | 33 | E | 56 | 3E | 40 |
| Octal | 254 | 334 | 154 | 26 | 0 | 63 | 16 | 126 | 76 | 100 |
| Binary | 10101100 | 11011100 | 1101100 | 10110 | 0 | 110011 | 1110 | 1010110 | 111110 | 1000000 |
Color Harmonies of #ACDC6C
Complementary color
Monochromatic Colors of #ACDC6C
Black with #ACDC6C
Text Example
Text Example
White with #ACDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC6C; }
p { color: rgb(172,220,108); }
H1.HeaderClassName
{
color: #ACDC6C;
}
.AnyTagClassName
{
color: #ACDC6C;
}
</style>
background-color css
<style>
a { background-color: #ACDC6C; }
a { background-color: rgb(172,220,108); }
div.DivClassName
{
background-color: #ACDC6C;
}
.BgClassName
{
background-color: #ACDC6C;
}
</style>
border-color css
<style>
span { border-color: #ACDC6C; }
span { border-color: rgb(172,220,108); }
td.TdClassName
{
border-color: #ACDC6C;
}
.TagClassName
{
border-color: #ACDC6C;
}
</style>