Shades of Madang #ACDB9E
Tints of Madang #ACDB9E
RGB
CMYK
RGB Variations
Color information
#ACDB9E (or 0xACDB9E) is known color: Madang. HEX triplet: AC, DB and 9E. RGB value is (172,219,158). Sum of RGB (Red+Green+Blue) = 172+219+158=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB9E is #532461. Grayscale: #C6C6C6. Windows color (decimal): -5448802 or 10410924. OLE color: 10410924.
HSL color Cylindrical-coordinate representation of color #ACDB9E: hue angle of 106.23º 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 #ACDB9E is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 158 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.14 |
| HSL | 106.23º | 0.46% | 0.74% | - |
| HSV(B) | 106.23º | 0.28% | 0.86% | - |
| XYZ | 48.52 | 61.9 | 41.74 | - |
| YUV | 197.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 158 | 0.21 | 0 | 0.28 | 0.14 | 106.23 | 0.46 | 0.74 |
| Hex | AC | DB | 9E | 15 | 0 | 1C | E | 6A | 2E | 4A |
| Octal | 254 | 333 | 236 | 25 | 0 | 34 | 16 | 152 | 56 | 112 |
| Binary | 10101100 | 11011011 | 10011110 | 10101 | 0 | 11100 | 1110 | 1101010 | 101110 | 1001010 |
Color Harmonies of #ACDB9E
Complementary color
Monochromatic Colors of #ACDB9E
Black with #ACDB9E
Text Example
Text Example
White with #ACDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB9E; }
p { color: rgb(172,219,158); }
H1.HeaderClassName
{
color: #ACDB9E;
}
.AnyTagClassName
{
color: #ACDB9E;
}
</style>
background-color css
<style>
a { background-color: #ACDB9E; }
a { background-color: rgb(172,219,158); }
div.DivClassName
{
background-color: #ACDB9E;
}
.BgClassName
{
background-color: #ACDB9E;
}
</style>
border-color css
<style>
span { border-color: #ACDB9E; }
span { border-color: rgb(172,219,158); }
td.TdClassName
{
border-color: #ACDB9E;
}
.TagClassName
{
border-color: #ACDB9E;
}
</style>