Shades of Conifer #ACD062
Tints of Conifer #ACD062
RGB
CMYK
RGB Variations
Color information
#ACD062 (or 0xACD062) is known color: Conifer. HEX triplet: AC, D0 and 62. RGB value is (172,208,98). Sum of RGB (Red+Green+Blue) = 172+208+98=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD062 is #532F9D. Grayscale: #B9B9B9. Windows color (decimal): -5451678 or 6475948. OLE color: 6475948.
HSL color Cylindrical-coordinate representation of color #ACD062: hue angle of 79.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD062 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 98 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.18 |
| HSL | 79.64º | 0.54% | 0.6% | - |
| HSV(B) | 79.64º | 0.53% | 0.82% | - |
| XYZ | 41.77 | 54.76 | 19.92 | - |
| YUV | 184.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 98 | 0.17 | 0 | 0.53 | 0.18 | 79.64 | 0.54 | 0.6 |
| Hex | AC | D0 | 62 | 11 | 0 | 35 | 12 | 50 | 36 | 3C |
| Octal | 254 | 320 | 142 | 21 | 0 | 65 | 22 | 120 | 66 | 74 |
| Binary | 10101100 | 11010000 | 1100010 | 10001 | 0 | 110101 | 10010 | 1010000 | 110110 | 111100 |
Color Harmonies of #ACD062
Complementary color
Monochromatic Colors of #ACD062
Black with #ACD062
Text Example
Text Example
White with #ACD062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD062; }
p { color: rgb(172,208,98); }
H1.HeaderClassName
{
color: #ACD062;
}
.AnyTagClassName
{
color: #ACD062;
}
</style>
background-color css
<style>
a { background-color: #ACD062; }
a { background-color: rgb(172,208,98); }
div.DivClassName
{
background-color: #ACD062;
}
.BgClassName
{
background-color: #ACD062;
}
</style>
border-color css
<style>
span { border-color: #ACD062; }
span { border-color: rgb(172,208,98); }
td.TdClassName
{
border-color: #ACD062;
}
.TagClassName
{
border-color: #ACD062;
}
</style>