Shades of Conifer #ACDC65
Tints of Conifer #ACDC65
RGB
CMYK
RGB Variations
Color information
#ACDC65 (or 0xACDC65) is known color: Conifer. HEX triplet: AC, DC and 65. RGB value is (172,220,101). Sum of RGB (Red+Green+Blue) = 172+220+101=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC65 is #53239A. Grayscale: #C0C0C0. Windows color (decimal): -5448603 or 6675628. OLE color: 6675628.
HSL color Cylindrical-coordinate representation of color #ACDC65: hue angle of 84.2º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACDC65 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 101 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.14 |
| HSL | 84.2º | 0.63% | 0.63% | - |
| HSV(B) | 84.2º | 0.54% | 0.86% | - |
| XYZ | 44.96 | 60.9 | 21.7 | - |
| YUV | 192.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 101 | 0.22 | 0 | 0.54 | 0.14 | 84.2 | 0.63 | 0.63 |
| Hex | AC | DC | 65 | 16 | 0 | 36 | E | 54 | 3F | 3F |
| Octal | 254 | 334 | 145 | 26 | 0 | 66 | 16 | 124 | 77 | 77 |
| Binary | 10101100 | 11011100 | 1100101 | 10110 | 0 | 110110 | 1110 | 1010100 | 111111 | 111111 |
Color Harmonies of #ACDC65
Complementary color
Monochromatic Colors of #ACDC65
Black with #ACDC65
Text Example
Text Example
White with #ACDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC65; }
p { color: rgb(172,220,101); }
H1.HeaderClassName
{
color: #ACDC65;
}
.AnyTagClassName
{
color: #ACDC65;
}
</style>
background-color css
<style>
a { background-color: #ACDC65; }
a { background-color: rgb(172,220,101); }
div.DivClassName
{
background-color: #ACDC65;
}
.BgClassName
{
background-color: #ACDC65;
}
</style>
border-color css
<style>
span { border-color: #ACDC65; }
span { border-color: rgb(172,220,101); }
td.TdClassName
{
border-color: #ACDC65;
}
.TagClassName
{
border-color: #ACDC65;
}
</style>