Shades of Madang #ACDB9F
Tints of Madang #ACDB9F
RGB
CMYK
RGB Variations
Color information
#ACDB9F (or 0xACDB9F) is known color: Madang. HEX triplet: AC, DB and 9F. RGB value is (172,219,159). Sum of RGB (Red+Green+Blue) = 172+219+159=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB9F is #532460. Grayscale: #C6C6C6. Windows color (decimal): -5448801 or 10476460. OLE color: 10476460.
HSL color Cylindrical-coordinate representation of color #ACDB9F: hue angle of 107º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDB9F is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 159 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.14 |
| HSL | 107º | 0.45% | 0.74% | - |
| HSV(B) | 107º | 0.27% | 0.86% | - |
| XYZ | 48.6 | 61.94 | 42.19 | - |
| YUV | 198.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 159 | 0.21 | 0 | 0.27 | 0.14 | 107 | 0.45 | 0.74 |
| Hex | AC | DB | 9F | 15 | 0 | 1B | E | 6B | 2D | 4A |
| Octal | 254 | 333 | 237 | 25 | 0 | 33 | 16 | 153 | 55 | 112 |
| Binary | 10101100 | 11011011 | 10011111 | 10101 | 0 | 11011 | 1110 | 1101011 | 101101 | 1001010 |
Color Harmonies of #ACDB9F
Complementary color
Monochromatic Colors of #ACDB9F
Black with #ACDB9F
Text Example
Text Example
White with #ACDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB9F; }
p { color: rgb(172,219,159); }
H1.HeaderClassName
{
color: #ACDB9F;
}
.AnyTagClassName
{
color: #ACDB9F;
}
</style>
background-color css
<style>
a { background-color: #ACDB9F; }
a { background-color: rgb(172,219,159); }
div.DivClassName
{
background-color: #ACDB9F;
}
.BgClassName
{
background-color: #ACDB9F;
}
</style>
border-color css
<style>
span { border-color: #ACDB9F; }
span { border-color: rgb(172,219,159); }
td.TdClassName
{
border-color: #ACDB9F;
}
.TagClassName
{
border-color: #ACDB9F;
}
</style>