Shades of Madang #ACDB9D
Tints of Madang #ACDB9D
RGB
CMYK
RGB Variations
Color information
#ACDB9D (or 0xACDB9D) is known color: Madang. HEX triplet: AC, DB and 9D. RGB value is (172,219,157). Sum of RGB (Red+Green+Blue) = 172+219+157=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB9D is #532462. Grayscale: #C6C6C6. Windows color (decimal): -5448803 or 10345388. OLE color: 10345388.
HSL color Cylindrical-coordinate representation of color #ACDB9D: hue angle of 105.48º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDB9D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 157 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.14 |
| HSL | 105.48º | 0.46% | 0.74% | - |
| HSV(B) | 105.48º | 0.28% | 0.86% | - |
| XYZ | 48.43 | 61.87 | 41.29 | - |
| YUV | 197.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 157 | 0.21 | 0 | 0.28 | 0.14 | 105.48 | 0.46 | 0.74 |
| Hex | AC | DB | 9D | 15 | 0 | 1C | E | 69 | 2E | 4A |
| Octal | 254 | 333 | 235 | 25 | 0 | 34 | 16 | 151 | 56 | 112 |
| Binary | 10101100 | 11011011 | 10011101 | 10101 | 0 | 11100 | 1110 | 1101001 | 101110 | 1001010 |
Color Harmonies of #ACDB9D
Complementary color
Monochromatic Colors of #ACDB9D
Black with #ACDB9D
Text Example
Text Example
White with #ACDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB9D; }
p { color: rgb(172,219,157); }
H1.HeaderClassName
{
color: #ACDB9D;
}
.AnyTagClassName
{
color: #ACDB9D;
}
</style>
background-color css
<style>
a { background-color: #ACDB9D; }
a { background-color: rgb(172,219,157); }
div.DivClassName
{
background-color: #ACDB9D;
}
.BgClassName
{
background-color: #ACDB9D;
}
</style>
border-color css
<style>
span { border-color: #ACDB9D; }
span { border-color: rgb(172,219,157); }
td.TdClassName
{
border-color: #ACDB9D;
}
.TagClassName
{
border-color: #ACDB9D;
}
</style>