Shades of Madang #ADD29D
Tints of Madang #ADD29D
RGB
CMYK
RGB Variations
Color information
#ADD29D (or 0xADD29D) is known color: Madang. HEX triplet: AD, D2 and 9D. RGB value is (173,210,157). Sum of RGB (Red+Green+Blue) = 173+210+157=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD29D is #522D62. Grayscale: #C1C1C1. Windows color (decimal): -5385571 or 10343085. OLE color: 10343085.
HSL color Cylindrical-coordinate representation of color #ADD29D: hue angle of 101.89º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD29D is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 157 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.18 |
| HSL | 101.89º | 0.37% | 0.72% | - |
| HSV(B) | 101.89º | 0.25% | 0.82% | - |
| XYZ | 46.37 | 57.41 | 40.54 | - |
| YUV | 192.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 157 | 0.18 | 0 | 0.25 | 0.18 | 101.89 | 0.37 | 0.72 |
| Hex | AD | D2 | 9D | 12 | 0 | 19 | 12 | 66 | 25 | 48 |
| Octal | 255 | 322 | 235 | 22 | 0 | 31 | 22 | 146 | 45 | 110 |
| Binary | 10101101 | 11010010 | 10011101 | 10010 | 0 | 11001 | 10010 | 1100110 | 100101 | 1001000 |
Color Harmonies of #ADD29D
Complementary color
Monochromatic Colors of #ADD29D
Black with #ADD29D
Text Example
Text Example
White with #ADD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD29D; }
p { color: rgb(173,210,157); }
H1.HeaderClassName
{
color: #ADD29D;
}
.AnyTagClassName
{
color: #ADD29D;
}
</style>
background-color css
<style>
a { background-color: #ADD29D; }
a { background-color: rgb(173,210,157); }
div.DivClassName
{
background-color: #ADD29D;
}
.BgClassName
{
background-color: #ADD29D;
}
</style>
border-color css
<style>
span { border-color: #ADD29D; }
span { border-color: rgb(173,210,157); }
td.TdClassName
{
border-color: #ADD29D;
}
.TagClassName
{
border-color: #ADD29D;
}
</style>