Shades of Conifer #ACD86A
Tints of Conifer #ACD86A
RGB
CMYK
RGB Variations
Color information
#ACD86A (or 0xACD86A) is known color: Conifer. HEX triplet: AC, D8 and 6A. RGB value is (172,216,106). Sum of RGB (Red+Green+Blue) = 172+216+106=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD86A is #532795. Grayscale: #BEBEBE. Windows color (decimal): -5449622 or 7002284. OLE color: 7002284.
HSL color Cylindrical-coordinate representation of color #ACD86A: hue angle of 84º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD86A is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 106 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.15 |
| HSL | 84º | 0.59% | 0.63% | - |
| HSV(B) | 84º | 0.51% | 0.85% | - |
| XYZ | 44.17 | 58.92 | 22.68 | - |
| YUV | 190.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 106 | 0.20 | 0 | 0.51 | 0.15 | 84 | 0.59 | 0.63 |
| Hex | AC | D8 | 6A | 14 | 0 | 33 | F | 54 | 3B | 3F |
| Octal | 254 | 330 | 152 | 24 | 0 | 63 | 17 | 124 | 73 | 77 |
| Binary | 10101100 | 11011000 | 1101010 | 10100 | 0 | 110011 | 1111 | 1010100 | 111011 | 111111 |
Color Harmonies of #ACD86A
Complementary color
Monochromatic Colors of #ACD86A
Black with #ACD86A
Text Example
Text Example
White with #ACD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD86A; }
p { color: rgb(172,216,106); }
H1.HeaderClassName
{
color: #ACD86A;
}
.AnyTagClassName
{
color: #ACD86A;
}
</style>
background-color css
<style>
a { background-color: #ACD86A; }
a { background-color: rgb(172,216,106); }
div.DivClassName
{
background-color: #ACD86A;
}
.BgClassName
{
background-color: #ACD86A;
}
</style>
border-color css
<style>
span { border-color: #ACD86A; }
span { border-color: rgb(172,216,106); }
td.TdClassName
{
border-color: #ACD86A;
}
.TagClassName
{
border-color: #ACD86A;
}
</style>