Shades of Conifer #ACD869
Tints of Conifer #ACD869
RGB
CMYK
RGB Variations
Color information
#ACD869 (or 0xACD869) is known color: Conifer. HEX triplet: AC, D8 and 69. RGB value is (172,216,105). Sum of RGB (Red+Green+Blue) = 172+216+105=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD869 is #532796. Grayscale: #BEBEBE. Windows color (decimal): -5449623 or 6936748. OLE color: 6936748.
HSL color Cylindrical-coordinate representation of color #ACD869: hue angle of 83.78º 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 #ACD869 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 105 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.15 |
| HSL | 83.78º | 0.59% | 0.63% | - |
| HSV(B) | 83.78º | 0.51% | 0.85% | - |
| XYZ | 44.12 | 58.9 | 22.41 | - |
| YUV | 190.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 105 | 0.20 | 0 | 0.51 | 0.15 | 83.78 | 0.59 | 0.63 |
| Hex | AC | D8 | 69 | 14 | 0 | 33 | F | 54 | 3B | 3F |
| Octal | 254 | 330 | 151 | 24 | 0 | 63 | 17 | 124 | 73 | 77 |
| Binary | 10101100 | 11011000 | 1101001 | 10100 | 0 | 110011 | 1111 | 1010100 | 111011 | 111111 |
Color Harmonies of #ACD869
Complementary color
Monochromatic Colors of #ACD869
Black with #ACD869
Text Example
Text Example
White with #ACD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD869; }
p { color: rgb(172,216,105); }
H1.HeaderClassName
{
color: #ACD869;
}
.AnyTagClassName
{
color: #ACD869;
}
</style>
background-color css
<style>
a { background-color: #ACD869; }
a { background-color: rgb(172,216,105); }
div.DivClassName
{
background-color: #ACD869;
}
.BgClassName
{
background-color: #ACD869;
}
</style>
border-color css
<style>
span { border-color: #ACD869; }
span { border-color: rgb(172,216,105); }
td.TdClassName
{
border-color: #ACD869;
}
.TagClassName
{
border-color: #ACD869;
}
</style>