Shades of Madang #ACDB99
Tints of Madang #ACDB99
RGB
CMYK
RGB Variations
Color information
#ACDB99 (or 0xACDB99) is known color: Madang. HEX triplet: AC, DB and 99. RGB value is (172,219,153). Sum of RGB (Red+Green+Blue) = 172+219+153=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB99 is #532466. Grayscale: #C5C5C5. Windows color (decimal): -5448807 or 10083244. OLE color: 10083244.
HSL color Cylindrical-coordinate representation of color #ACDB99: hue angle of 102.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDB99 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 153 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.14 |
| HSL | 102.73º | 0.48% | 0.73% | - |
| HSV(B) | 102.73º | 0.3% | 0.86% | - |
| XYZ | 48.09 | 61.73 | 39.52 | - |
| YUV | 197.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 153 | 0.21 | 0 | 0.30 | 0.14 | 102.73 | 0.48 | 0.73 |
| Hex | AC | DB | 99 | 15 | 0 | 1E | E | 67 | 30 | 49 |
| Octal | 254 | 333 | 231 | 25 | 0 | 36 | 16 | 147 | 60 | 111 |
| Binary | 10101100 | 11011011 | 10011001 | 10101 | 0 | 11110 | 1110 | 1100111 | 110000 | 1001001 |
Color Harmonies of #ACDB99
Complementary color
Monochromatic Colors of #ACDB99
Black with #ACDB99
Text Example
Text Example
White with #ACDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB99; }
p { color: rgb(172,219,153); }
H1.HeaderClassName
{
color: #ACDB99;
}
.AnyTagClassName
{
color: #ACDB99;
}
</style>
background-color css
<style>
a { background-color: #ACDB99; }
a { background-color: rgb(172,219,153); }
div.DivClassName
{
background-color: #ACDB99;
}
.BgClassName
{
background-color: #ACDB99;
}
</style>
border-color css
<style>
span { border-color: #ACDB99; }
span { border-color: rgb(172,219,153); }
td.TdClassName
{
border-color: #ACDB99;
}
.TagClassName
{
border-color: #ACDB99;
}
</style>