Shades of Conifer #ACD668
Tints of Conifer #ACD668
RGB
CMYK
RGB Variations
Color information
#ACD668 (or 0xACD668) is known color: Conifer. HEX triplet: AC, D6 and 68. RGB value is (172,214,104). Sum of RGB (Red+Green+Blue) = 172+214+104=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD668 is #532997. Grayscale: #BDBDBD. Windows color (decimal): -5450136 or 6870700. OLE color: 6870700.
HSL color Cylindrical-coordinate representation of color #ACD668: hue angle of 82.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD668 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 104 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.16 |
| HSL | 82.91º | 0.57% | 0.62% | - |
| HSV(B) | 82.91º | 0.51% | 0.84% | - |
| XYZ | 43.56 | 57.86 | 21.97 | - |
| YUV | 188.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 104 | 0.20 | 0 | 0.51 | 0.16 | 82.91 | 0.57 | 0.62 |
| Hex | AC | D6 | 68 | 14 | 0 | 33 | 10 | 53 | 39 | 3E |
| Octal | 254 | 326 | 150 | 24 | 0 | 63 | 20 | 123 | 71 | 76 |
| Binary | 10101100 | 11010110 | 1101000 | 10100 | 0 | 110011 | 10000 | 1010011 | 111001 | 111110 |
Color Harmonies of #ACD668
Complementary color
Monochromatic Colors of #ACD668
Black with #ACD668
Text Example
Text Example
White with #ACD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD668; }
p { color: rgb(172,214,104); }
H1.HeaderClassName
{
color: #ACD668;
}
.AnyTagClassName
{
color: #ACD668;
}
</style>
background-color css
<style>
a { background-color: #ACD668; }
a { background-color: rgb(172,214,104); }
div.DivClassName
{
background-color: #ACD668;
}
.BgClassName
{
background-color: #ACD668;
}
</style>
border-color css
<style>
span { border-color: #ACD668; }
span { border-color: rgb(172,214,104); }
td.TdClassName
{
border-color: #ACD668;
}
.TagClassName
{
border-color: #ACD668;
}
</style>