Shades of Conifer #ACD162
Tints of Conifer #ACD162
RGB
CMYK
RGB Variations
Color information
#ACD162 (or 0xACD162) is known color: Conifer. HEX triplet: AC, D1 and 62. RGB value is (172,209,98). Sum of RGB (Red+Green+Blue) = 172+209+98=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD162 is #532E9D. Grayscale: #B9B9B9. Windows color (decimal): -5451422 or 6476204. OLE color: 6476204.
HSL color Cylindrical-coordinate representation of color #ACD162: hue angle of 80º degrees, saturation: 0.55, 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 #ACD162 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 98 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.18 |
| HSL | 80º | 0.55% | 0.6% | - |
| HSV(B) | 80º | 0.53% | 0.82% | - |
| XYZ | 42.02 | 55.25 | 20.01 | - |
| YUV | 185.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 98 | 0.18 | 0 | 0.53 | 0.18 | 80 | 0.55 | 0.6 |
| Hex | AC | D1 | 62 | 12 | 0 | 35 | 12 | 50 | 37 | 3C |
| Octal | 254 | 321 | 142 | 22 | 0 | 65 | 22 | 120 | 67 | 74 |
| Binary | 10101100 | 11010001 | 1100010 | 10010 | 0 | 110101 | 10010 | 1010000 | 110111 | 111100 |
Color Harmonies of #ACD162
Complementary color
Monochromatic Colors of #ACD162
Black with #ACD162
Text Example
Text Example
White with #ACD162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD162; }
p { color: rgb(172,209,98); }
H1.HeaderClassName
{
color: #ACD162;
}
.AnyTagClassName
{
color: #ACD162;
}
</style>
background-color css
<style>
a { background-color: #ACD162; }
a { background-color: rgb(172,209,98); }
div.DivClassName
{
background-color: #ACD162;
}
.BgClassName
{
background-color: #ACD162;
}
</style>
border-color css
<style>
span { border-color: #ACD162; }
span { border-color: rgb(172,209,98); }
td.TdClassName
{
border-color: #ACD162;
}
.TagClassName
{
border-color: #ACD162;
}
</style>