Shades of Conifer #ACDC67
Tints of Conifer #ACDC67
RGB
CMYK
RGB Variations
Color information
#ACDC67 (or 0xACDC67) is known color: Conifer. HEX triplet: AC, DC and 67. RGB value is (172,220,103). Sum of RGB (Red+Green+Blue) = 172+220+103=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC67 is #532398. Grayscale: #C0C0C0. Windows color (decimal): -5448601 or 6806700. OLE color: 6806700.
HSL color Cylindrical-coordinate representation of color #ACDC67: hue angle of 84.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACDC67 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 103 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.14 |
| HSL | 84.62º | 0.63% | 0.63% | - |
| HSV(B) | 84.62º | 0.53% | 0.86% | - |
| XYZ | 45.05 | 60.94 | 22.22 | - |
| YUV | 192.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 103 | 0.22 | 0 | 0.53 | 0.14 | 84.62 | 0.63 | 0.63 |
| Hex | AC | DC | 67 | 16 | 0 | 35 | E | 55 | 3F | 3F |
| Octal | 254 | 334 | 147 | 26 | 0 | 65 | 16 | 125 | 77 | 77 |
| Binary | 10101100 | 11011100 | 1100111 | 10110 | 0 | 110101 | 1110 | 1010101 | 111111 | 111111 |
Color Harmonies of #ACDC67
Complementary color
Monochromatic Colors of #ACDC67
Black with #ACDC67
Text Example
Text Example
White with #ACDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC67; }
p { color: rgb(172,220,103); }
H1.HeaderClassName
{
color: #ACDC67;
}
.AnyTagClassName
{
color: #ACDC67;
}
</style>
background-color css
<style>
a { background-color: #ACDC67; }
a { background-color: rgb(172,220,103); }
div.DivClassName
{
background-color: #ACDC67;
}
.BgClassName
{
background-color: #ACDC67;
}
</style>
border-color css
<style>
span { border-color: #ACDC67; }
span { border-color: rgb(172,220,103); }
td.TdClassName
{
border-color: #ACDC67;
}
.TagClassName
{
border-color: #ACDC67;
}
</style>