Shades of Conifer #ACDC49
Tints of Conifer #ACDC49
RGB
CMYK
RGB Variations
Color information
#ACDC49 (or 0xACDC49) is known color: Conifer. HEX triplet: AC, DC and 49. RGB value is (172,220,73). Sum of RGB (Red+Green+Blue) = 172+220+73=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC49 is #5323B6. Grayscale: #BDBDBD. Windows color (decimal): -5448631 or 4840620. OLE color: 4840620.
HSL color Cylindrical-coordinate representation of color #ACDC49: hue angle of 79.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACDC49 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 73 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.14 |
| HSL | 79.59º | 0.68% | 0.57% | - |
| HSV(B) | 79.59º | 0.67% | 0.86% | - |
| XYZ | 43.81 | 60.44 | 15.66 | - |
| YUV | 188.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 73 | 0.22 | 0 | 0.67 | 0.14 | 79.59 | 0.68 | 0.57 |
| Hex | AC | DC | 49 | 16 | 0 | 43 | E | 50 | 44 | 39 |
| Octal | 254 | 334 | 111 | 26 | 0 | 103 | 16 | 120 | 104 | 71 |
| Binary | 10101100 | 11011100 | 1001001 | 10110 | 0 | 1000011 | 1110 | 1010000 | 1000100 | 111001 |
Color Harmonies of #ACDC49
Complementary color
Monochromatic Colors of #ACDC49
Black with #ACDC49
Text Example
Text Example
White with #ACDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC49; }
p { color: rgb(172,220,73); }
H1.HeaderClassName
{
color: #ACDC49;
}
.AnyTagClassName
{
color: #ACDC49;
}
</style>
background-color css
<style>
a { background-color: #ACDC49; }
a { background-color: rgb(172,220,73); }
div.DivClassName
{
background-color: #ACDC49;
}
.BgClassName
{
background-color: #ACDC49;
}
</style>
border-color css
<style>
span { border-color: #ACDC49; }
span { border-color: rgb(172,220,73); }
td.TdClassName
{
border-color: #ACDC49;
}
.TagClassName
{
border-color: #ACDC49;
}
</style>