Shades of Madang #ACDC9D
Tints of Madang #ACDC9D
RGB
CMYK
RGB Variations
Color information
#ACDC9D (or 0xACDC9D) is known color: Madang. HEX triplet: AC, DC and 9D. RGB value is (172,220,157). Sum of RGB (Red+Green+Blue) = 172+220+157=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC9D is #532362. Grayscale: #C6C6C6. Windows color (decimal): -5448547 or 10345644. OLE color: 10345644.
HSL color Cylindrical-coordinate representation of color #ACDC9D: hue angle of 105.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDC9D is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 220 | 157 | - |
CMYK | 0.22 | 0 | 0.29 | 0.14 |
HSL | 105.71º | 0.47% | 0.74% | - |
HSV(B) | 105.71º | 0.29% | 0.86% | - |
XYZ | 48.69 | 62.39 | 41.37 | - |
YUV | 198.47 | 104.6 | 109.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 157 | 0.22 | 0 | 0.29 | 0.14 | 105.71 | 0.47 | 0.74 |
Hex | AC | DC | 9D | 16 | 0 | 1D | E | 6A | 2F | 4A |
Octal | 254 | 334 | 235 | 26 | 0 | 35 | 16 | 152 | 57 | 112 |
Binary | 10101100 | 11011100 | 10011101 | 10110 | 0 | 11101 | 1110 | 1101010 | 101111 | 1001010 |
Color Harmonies of #ACDC9D
Complementary color
Monochromatic Colors of #ACDC9D
Black with #ACDC9D
Text Example
Text Example
White with #ACDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC9D; }
p { color: rgb(172,220,157); }
H1.HeaderClassName
{
color: #ACDC9D;
}
.AnyTagClassName
{
color: #ACDC9D;
}
</style>
background-color css
<style>
a { background-color: #ACDC9D; }
a { background-color: rgb(172,220,157); }
div.DivClassName
{
background-color: #ACDC9D;
}
.BgClassName
{
background-color: #ACDC9D;
}
</style>
border-color css
<style>
span { border-color: #ACDC9D; }
span { border-color: rgb(172,220,157); }
td.TdClassName
{
border-color: #ACDC9D;
}
.TagClassName
{
border-color: #ACDC9D;
}
</style>