Shades of Conifer #ACDC63
Tints of Conifer #ACDC63
RGB
CMYK
RGB Variations
Color information
#ACDC63 (or 0xACDC63) is known color: Conifer. HEX triplet: AC, DC and 63. RGB value is (172,220,99). Sum of RGB (Red+Green+Blue) = 172+220+99=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC63 is #53239C. Grayscale: #C0C0C0. Windows color (decimal): -5448605 or 6544556. OLE color: 6544556.
HSL color Cylindrical-coordinate representation of color #ACDC63: hue angle of 83.8º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACDC63 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 99 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.14 |
| HSL | 83.8º | 0.63% | 0.63% | - |
| HSV(B) | 83.8º | 0.55% | 0.86% | - |
| XYZ | 44.86 | 60.86 | 21.19 | - |
| YUV | 191.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 99 | 0.22 | 0 | 0.55 | 0.14 | 83.8 | 0.63 | 0.63 |
| Hex | AC | DC | 63 | 16 | 0 | 37 | E | 54 | 3F | 3F |
| Octal | 254 | 334 | 143 | 26 | 0 | 67 | 16 | 124 | 77 | 77 |
| Binary | 10101100 | 11011100 | 1100011 | 10110 | 0 | 110111 | 1110 | 1010100 | 111111 | 111111 |
Color Harmonies of #ACDC63
Complementary color
Monochromatic Colors of #ACDC63
Black with #ACDC63
Text Example
Text Example
White with #ACDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC63; }
p { color: rgb(172,220,99); }
H1.HeaderClassName
{
color: #ACDC63;
}
.AnyTagClassName
{
color: #ACDC63;
}
</style>
background-color css
<style>
a { background-color: #ACDC63; }
a { background-color: rgb(172,220,99); }
div.DivClassName
{
background-color: #ACDC63;
}
.BgClassName
{
background-color: #ACDC63;
}
</style>
border-color css
<style>
span { border-color: #ACDC63; }
span { border-color: rgb(172,220,99); }
td.TdClassName
{
border-color: #ACDC63;
}
.TagClassName
{
border-color: #ACDC63;
}
</style>