Shades of Conifer #ACDC54
Tints of Conifer #ACDC54
RGB
CMYK
RGB Variations
Color information
#ACDC54 (or 0xACDC54) is known color: Conifer. HEX triplet: AC, DC and 54. RGB value is (172,220,84). Sum of RGB (Red+Green+Blue) = 172+220+84=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC54 is #5323AB. Grayscale: #BEBEBE. Windows color (decimal): -5448620 or 5561516. OLE color: 5561516.
HSL color Cylindrical-coordinate representation of color #ACDC54: hue angle of 81.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACDC54 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 84 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.14 |
| HSL | 81.18º | 0.66% | 0.6% | - |
| HSV(B) | 81.18º | 0.62% | 0.86% | - |
| XYZ | 44.21 | 60.6 | 17.75 | - |
| YUV | 190.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 84 | 0.22 | 0 | 0.62 | 0.14 | 81.18 | 0.66 | 0.6 |
| Hex | AC | DC | 54 | 16 | 0 | 3E | E | 51 | 42 | 3C |
| Octal | 254 | 334 | 124 | 26 | 0 | 76 | 16 | 121 | 102 | 74 |
| Binary | 10101100 | 11011100 | 1010100 | 10110 | 0 | 111110 | 1110 | 1010001 | 1000010 | 111100 |
Color Harmonies of #ACDC54
Complementary color
Monochromatic Colors of #ACDC54
Black with #ACDC54
Text Example
Text Example
White with #ACDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC54; }
p { color: rgb(172,220,84); }
H1.HeaderClassName
{
color: #ACDC54;
}
.AnyTagClassName
{
color: #ACDC54;
}
</style>
background-color css
<style>
a { background-color: #ACDC54; }
a { background-color: rgb(172,220,84); }
div.DivClassName
{
background-color: #ACDC54;
}
.BgClassName
{
background-color: #ACDC54;
}
</style>
border-color css
<style>
span { border-color: #ACDC54; }
span { border-color: rgb(172,220,84); }
td.TdClassName
{
border-color: #ACDC54;
}
.TagClassName
{
border-color: #ACDC54;
}
</style>