Shades of Madang #ACDC9A
Tints of Madang #ACDC9A
RGB
CMYK
RGB Variations
Color information
#ACDC9A (or 0xACDC9A) is known color: Madang. HEX triplet: AC, DC and 9A. RGB value is (172,220,154). Sum of RGB (Red+Green+Blue) = 172+220+154=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC9A is #532365. Grayscale: #C6C6C6. Windows color (decimal): -5448550 or 10149036. OLE color: 10149036.
HSL color Cylindrical-coordinate representation of color #ACDC9A: hue angle of 103.64º degrees, saturation: 0.49, 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 #ACDC9A is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 154 | - |
| CMYK | 0.22 | 0 | 0.3 | 0.14 |
| HSL | 103.64º | 0.49% | 0.73% | - |
| HSV(B) | 103.64º | 0.3% | 0.86% | - |
| XYZ | 48.44 | 62.29 | 40.04 | - |
| YUV | 198.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 154 | 0.22 | 0 | 0.3 | 0.14 | 103.64 | 0.49 | 0.73 |
| Hex | AC | DC | 9A | 16 | 0 | 1E | E | 68 | 31 | 49 |
| Octal | 254 | 334 | 232 | 26 | 0 | 36 | 16 | 150 | 61 | 111 |
| Binary | 10101100 | 11011100 | 10011010 | 10110 | 0 | 11110 | 1110 | 1101000 | 110001 | 1001001 |
Color Harmonies of #ACDC9A
Complementary color
Monochromatic Colors of #ACDC9A
Black with #ACDC9A
Text Example
Text Example
White with #ACDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC9A; }
p { color: rgb(172,220,154); }
H1.HeaderClassName
{
color: #ACDC9A;
}
.AnyTagClassName
{
color: #ACDC9A;
}
</style>
background-color css
<style>
a { background-color: #ACDC9A; }
a { background-color: rgb(172,220,154); }
div.DivClassName
{
background-color: #ACDC9A;
}
.BgClassName
{
background-color: #ACDC9A;
}
</style>
border-color css
<style>
span { border-color: #ACDC9A; }
span { border-color: rgb(172,220,154); }
td.TdClassName
{
border-color: #ACDC9A;
}
.TagClassName
{
border-color: #ACDC9A;
}
</style>