Shades of Madang #ACDD9A
Tints of Madang #ACDD9A
RGB
CMYK
RGB Variations
Color information
#ACDD9A (or 0xACDD9A) is known color: Madang. HEX triplet: AC, DD and 9A. RGB value is (172,221,154). Sum of RGB (Red+Green+Blue) = 172+221+154=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD9A is #532265. Grayscale: #C6C6C6. Windows color (decimal): -5448294 or 10149292. OLE color: 10149292.
HSL color Cylindrical-coordinate representation of color #ACDD9A: hue angle of 103.88º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDD9A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 154 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.13 |
| HSL | 103.88º | 0.5% | 0.74% | - |
| HSV(B) | 103.88º | 0.3% | 0.87% | - |
| XYZ | 48.7 | 62.82 | 40.13 | - |
| YUV | 198.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 154 | 0.22 | 0 | 0.30 | 0.13 | 103.88 | 0.5 | 0.74 |
| Hex | AC | DD | 9A | 16 | 0 | 1E | D | 68 | 32 | 4A |
| Octal | 254 | 335 | 232 | 26 | 0 | 36 | 15 | 150 | 62 | 112 |
| Binary | 10101100 | 11011101 | 10011010 | 10110 | 0 | 11110 | 1101 | 1101000 | 110010 | 1001010 |
Color Harmonies of #ACDD9A
Complementary color
Monochromatic Colors of #ACDD9A
Black with #ACDD9A
Text Example
Text Example
White with #ACDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD9A; }
p { color: rgb(172,221,154); }
H1.HeaderClassName
{
color: #ACDD9A;
}
.AnyTagClassName
{
color: #ACDD9A;
}
</style>
background-color css
<style>
a { background-color: #ACDD9A; }
a { background-color: rgb(172,221,154); }
div.DivClassName
{
background-color: #ACDD9A;
}
.BgClassName
{
background-color: #ACDD9A;
}
</style>
border-color css
<style>
span { border-color: #ACDD9A; }
span { border-color: rgb(172,221,154); }
td.TdClassName
{
border-color: #ACDD9A;
}
.TagClassName
{
border-color: #ACDD9A;
}
</style>