Shades of Conifer #ACD660
Tints of Conifer #ACD660
RGB
CMYK
RGB Variations
Color information
#ACD660 (or 0xACD660) is known color: Conifer. HEX triplet: AC, D6 and 60. RGB value is (172,214,96). Sum of RGB (Red+Green+Blue) = 172+214+96=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD660 is #53299F. Grayscale: #BCBCBC. Windows color (decimal): -5450144 or 6346412. OLE color: 6346412.
HSL color Cylindrical-coordinate representation of color #ACD660: hue angle of 81.36º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD660 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 96 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.16 |
| HSL | 81.36º | 0.59% | 0.61% | - |
| HSV(B) | 81.36º | 0.55% | 0.84% | - |
| XYZ | 43.17 | 57.71 | 19.93 | - |
| YUV | 187.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 96 | 0.20 | 0 | 0.55 | 0.16 | 81.36 | 0.59 | 0.61 |
| Hex | AC | D6 | 60 | 14 | 0 | 37 | 10 | 51 | 3B | 3D |
| Octal | 254 | 326 | 140 | 24 | 0 | 67 | 20 | 121 | 73 | 75 |
| Binary | 10101100 | 11010110 | 1100000 | 10100 | 0 | 110111 | 10000 | 1010001 | 111011 | 111101 |
Color Harmonies of #ACD660
Complementary color
Monochromatic Colors of #ACD660
Black with #ACD660
Text Example
Text Example
White with #ACD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD660; }
p { color: rgb(172,214,96); }
H1.HeaderClassName
{
color: #ACD660;
}
.AnyTagClassName
{
color: #ACD660;
}
</style>
background-color css
<style>
a { background-color: #ACD660; }
a { background-color: rgb(172,214,96); }
div.DivClassName
{
background-color: #ACD660;
}
.BgClassName
{
background-color: #ACD660;
}
</style>
border-color css
<style>
span { border-color: #ACD660; }
span { border-color: rgb(172,214,96); }
td.TdClassName
{
border-color: #ACD660;
}
.TagClassName
{
border-color: #ACD660;
}
</style>