Shades of Conifer #ACD867
Tints of Conifer #ACD867
RGB
CMYK
RGB Variations
Color information
#ACD867 (or 0xACD867) is known color: Conifer. HEX triplet: AC, D8 and 67. RGB value is (172,216,103). Sum of RGB (Red+Green+Blue) = 172+216+103=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD867 is #532798. Grayscale: #BEBEBE. Windows color (decimal): -5449625 or 6805676. OLE color: 6805676.
HSL color Cylindrical-coordinate representation of color #ACD867: hue angle of 83.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACD867 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 103 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 83.36º | 0.59% | 0.63% | - |
| HSV(B) | 83.36º | 0.52% | 0.85% | - |
| XYZ | 44.02 | 58.86 | 21.87 | - |
| YUV | 189.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 103 | 0.20 | 0 | 0.52 | 0.15 | 83.36 | 0.59 | 0.63 |
| Hex | AC | D8 | 67 | 14 | 0 | 34 | F | 53 | 3B | 3F |
| Octal | 254 | 330 | 147 | 24 | 0 | 64 | 17 | 123 | 73 | 77 |
| Binary | 10101100 | 11011000 | 1100111 | 10100 | 0 | 110100 | 1111 | 1010011 | 111011 | 111111 |
Color Harmonies of #ACD867
Complementary color
Monochromatic Colors of #ACD867
Black with #ACD867
Text Example
Text Example
White with #ACD867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD867; }
p { color: rgb(172,216,103); }
H1.HeaderClassName
{
color: #ACD867;
}
.AnyTagClassName
{
color: #ACD867;
}
</style>
background-color css
<style>
a { background-color: #ACD867; }
a { background-color: rgb(172,216,103); }
div.DivClassName
{
background-color: #ACD867;
}
.BgClassName
{
background-color: #ACD867;
}
</style>
border-color css
<style>
span { border-color: #ACD867; }
span { border-color: rgb(172,216,103); }
td.TdClassName
{
border-color: #ACD867;
}
.TagClassName
{
border-color: #ACD867;
}
</style>