Shades of Madang #ACD89B
Tints of Madang #ACD89B
RGB
CMYK
RGB Variations
Color information
#ACD89B (or 0xACD89B) is known color: Madang. HEX triplet: AC, D8 and 9B. RGB value is (172,216,155). Sum of RGB (Red+Green+Blue) = 172+216+155=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD89B is #532764. Grayscale: #C4C4C4. Windows color (decimal): -5449573 or 10213548. OLE color: 10213548.
HSL color Cylindrical-coordinate representation of color #ACD89B: hue angle of 103.28º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD89B is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 155 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.15 |
| HSL | 103.28º | 0.44% | 0.73% | - |
| HSV(B) | 103.28º | 0.28% | 0.85% | - |
| XYZ | 47.49 | 60.25 | 40.14 | - |
| YUV | 195.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 155 | 0.20 | 0 | 0.28 | 0.15 | 103.28 | 0.44 | 0.73 |
| Hex | AC | D8 | 9B | 14 | 0 | 1C | F | 67 | 2C | 49 |
| Octal | 254 | 330 | 233 | 24 | 0 | 34 | 17 | 147 | 54 | 111 |
| Binary | 10101100 | 11011000 | 10011011 | 10100 | 0 | 11100 | 1111 | 1100111 | 101100 | 1001001 |
Color Harmonies of #ACD89B
Complementary color
Monochromatic Colors of #ACD89B
Black with #ACD89B
Text Example
Text Example
White with #ACD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD89B; }
p { color: rgb(172,216,155); }
H1.HeaderClassName
{
color: #ACD89B;
}
.AnyTagClassName
{
color: #ACD89B;
}
</style>
background-color css
<style>
a { background-color: #ACD89B; }
a { background-color: rgb(172,216,155); }
div.DivClassName
{
background-color: #ACD89B;
}
.BgClassName
{
background-color: #ACD89B;
}
</style>
border-color css
<style>
span { border-color: #ACD89B; }
span { border-color: rgb(172,216,155); }
td.TdClassName
{
border-color: #ACD89B;
}
.TagClassName
{
border-color: #ACD89B;
}
</style>