Shades of Madang #ACDB9B
Tints of Madang #ACDB9B
RGB
CMYK
RGB Variations
Color information
#ACDB9B (or 0xACDB9B) is known color: Madang. HEX triplet: AC, DB and 9B. RGB value is (172,219,155). Sum of RGB (Red+Green+Blue) = 172+219+155=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB9B is #532464. Grayscale: #C5C5C5. Windows color (decimal): -5448805 or 10214316. OLE color: 10214316.
HSL color Cylindrical-coordinate representation of color #ACDB9B: hue angle of 104.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDB9B is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 155 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.14 |
| HSL | 104.06º | 0.47% | 0.73% | - |
| HSV(B) | 104.06º | 0.29% | 0.86% | - |
| XYZ | 48.26 | 61.8 | 40.4 | - |
| YUV | 197.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 155 | 0.21 | 0 | 0.29 | 0.14 | 104.06 | 0.47 | 0.73 |
| Hex | AC | DB | 9B | 15 | 0 | 1D | E | 68 | 2F | 49 |
| Octal | 254 | 333 | 233 | 25 | 0 | 35 | 16 | 150 | 57 | 111 |
| Binary | 10101100 | 11011011 | 10011011 | 10101 | 0 | 11101 | 1110 | 1101000 | 101111 | 1001001 |
Color Harmonies of #ACDB9B
Complementary color
Monochromatic Colors of #ACDB9B
Black with #ACDB9B
Text Example
Text Example
White with #ACDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB9B; }
p { color: rgb(172,219,155); }
H1.HeaderClassName
{
color: #ACDB9B;
}
.AnyTagClassName
{
color: #ACDB9B;
}
</style>
background-color css
<style>
a { background-color: #ACDB9B; }
a { background-color: rgb(172,219,155); }
div.DivClassName
{
background-color: #ACDB9B;
}
.BgClassName
{
background-color: #ACDB9B;
}
</style>
border-color css
<style>
span { border-color: #ACDB9B; }
span { border-color: rgb(172,219,155); }
td.TdClassName
{
border-color: #ACDB9B;
}
.TagClassName
{
border-color: #ACDB9B;
}
</style>