Shades of Conifer #ACD060
Tints of Conifer #ACD060
RGB
CMYK
RGB Variations
Color information
#ACD060 (or 0xACD060) is known color: Conifer. HEX triplet: AC, D0 and 60. RGB value is (172,208,96). Sum of RGB (Red+Green+Blue) = 172+208+96=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD060 is #532F9F. Grayscale: #B8B8B8. Windows color (decimal): -5451680 or 6344876. OLE color: 6344876.
HSL color Cylindrical-coordinate representation of color #ACD060: hue angle of 79.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD060 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 96 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.18 |
| HSL | 79.29º | 0.54% | 0.6% | - |
| HSV(B) | 79.29º | 0.54% | 0.82% | - |
| XYZ | 41.68 | 54.73 | 19.43 | - |
| YUV | 184.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 96 | 0.17 | 0 | 0.54 | 0.18 | 79.29 | 0.54 | 0.6 |
| Hex | AC | D0 | 60 | 11 | 0 | 36 | 12 | 4F | 36 | 3C |
| Octal | 254 | 320 | 140 | 21 | 0 | 66 | 22 | 117 | 66 | 74 |
| Binary | 10101100 | 11010000 | 1100000 | 10001 | 0 | 110110 | 10010 | 1001111 | 110110 | 111100 |
Color Harmonies of #ACD060
Complementary color
Monochromatic Colors of #ACD060
Black with #ACD060
Text Example
Text Example
White with #ACD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD060; }
p { color: rgb(172,208,96); }
H1.HeaderClassName
{
color: #ACD060;
}
.AnyTagClassName
{
color: #ACD060;
}
</style>
background-color css
<style>
a { background-color: #ACD060; }
a { background-color: rgb(172,208,96); }
div.DivClassName
{
background-color: #ACD060;
}
.BgClassName
{
background-color: #ACD060;
}
</style>
border-color css
<style>
span { border-color: #ACD060; }
span { border-color: rgb(172,208,96); }
td.TdClassName
{
border-color: #ACD060;
}
.TagClassName
{
border-color: #ACD060;
}
</style>