Shades of Conifer #ACDC53
Tints of Conifer #ACDC53
RGB
CMYK
RGB Variations
Color information
#ACDC53 (or 0xACDC53) is known color: Conifer. HEX triplet: AC, DC and 53. RGB value is (172,220,83). Sum of RGB (Red+Green+Blue) = 172+220+83=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC53 is #5323AC. Grayscale: #BEBEBE. Windows color (decimal): -5448621 or 5495980. OLE color: 5495980.
HSL color Cylindrical-coordinate representation of color #ACDC53: hue angle of 81.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACDC53 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 83 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.14 |
| HSL | 81.02º | 0.66% | 0.59% | - |
| HSV(B) | 81.02º | 0.62% | 0.86% | - |
| XYZ | 44.17 | 60.58 | 17.55 | - |
| YUV | 190.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 83 | 0.22 | 0 | 0.62 | 0.14 | 81.02 | 0.66 | 0.59 |
| Hex | AC | DC | 53 | 16 | 0 | 3E | E | 51 | 42 | 3B |
| Octal | 254 | 334 | 123 | 26 | 0 | 76 | 16 | 121 | 102 | 73 |
| Binary | 10101100 | 11011100 | 1010011 | 10110 | 0 | 111110 | 1110 | 1010001 | 1000010 | 111011 |
Color Harmonies of #ACDC53
Complementary color
Monochromatic Colors of #ACDC53
Black with #ACDC53
Text Example
Text Example
White with #ACDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC53; }
p { color: rgb(172,220,83); }
H1.HeaderClassName
{
color: #ACDC53;
}
.AnyTagClassName
{
color: #ACDC53;
}
</style>
background-color css
<style>
a { background-color: #ACDC53; }
a { background-color: rgb(172,220,83); }
div.DivClassName
{
background-color: #ACDC53;
}
.BgClassName
{
background-color: #ACDC53;
}
</style>
border-color css
<style>
span { border-color: #ACDC53; }
span { border-color: rgb(172,220,83); }
td.TdClassName
{
border-color: #ACDC53;
}
.TagClassName
{
border-color: #ACDC53;
}
</style>