Shades of Conifer #ACDC68
Tints of Conifer #ACDC68
RGB
CMYK
RGB Variations
Color information
#ACDC68 (or 0xACDC68) is known color: Conifer. HEX triplet: AC, DC and 68. RGB value is (172,220,104). Sum of RGB (Red+Green+Blue) = 172+220+104=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC68 is #532397. Grayscale: #C0C0C0. Windows color (decimal): -5448600 or 6872236. OLE color: 6872236.
HSL color Cylindrical-coordinate representation of color #ACDC68: hue angle of 84.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACDC68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 104 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.14 |
| HSL | 84.83º | 0.62% | 0.64% | - |
| HSV(B) | 84.83º | 0.53% | 0.86% | - |
| XYZ | 45.11 | 60.96 | 22.49 | - |
| YUV | 192.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 104 | 0.22 | 0 | 0.53 | 0.14 | 84.83 | 0.62 | 0.64 |
| Hex | AC | DC | 68 | 16 | 0 | 35 | E | 55 | 3E | 40 |
| Octal | 254 | 334 | 150 | 26 | 0 | 65 | 16 | 125 | 76 | 100 |
| Binary | 10101100 | 11011100 | 1101000 | 10110 | 0 | 110101 | 1110 | 1010101 | 111110 | 1000000 |
Color Harmonies of #ACDC68
Complementary color
Monochromatic Colors of #ACDC68
Black with #ACDC68
Text Example
Text Example
White with #ACDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC68; }
p { color: rgb(172,220,104); }
H1.HeaderClassName
{
color: #ACDC68;
}
.AnyTagClassName
{
color: #ACDC68;
}
</style>
background-color css
<style>
a { background-color: #ACDC68; }
a { background-color: rgb(172,220,104); }
div.DivClassName
{
background-color: #ACDC68;
}
.BgClassName
{
background-color: #ACDC68;
}
</style>
border-color css
<style>
span { border-color: #ACDC68; }
span { border-color: rgb(172,220,104); }
td.TdClassName
{
border-color: #ACDC68;
}
.TagClassName
{
border-color: #ACDC68;
}
</style>