Shades of Madang #ADD29B
Tints of Madang #ADD29B
RGB
CMYK
RGB Variations
Color information
#ADD29B (or 0xADD29B) is known color: Madang. HEX triplet: AD, D2 and 9B. RGB value is (173,210,155). Sum of RGB (Red+Green+Blue) = 173+210+155=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD29B is #522D64. Grayscale: #C0C0C0. Windows color (decimal): -5385573 or 10212013. OLE color: 10212013.
HSL color Cylindrical-coordinate representation of color #ADD29B: hue angle of 100.36º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD29B is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 155 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.18 |
| HSL | 100.36º | 0.38% | 0.72% | - |
| HSV(B) | 100.36º | 0.26% | 0.82% | - |
| XYZ | 46.2 | 57.34 | 39.64 | - |
| YUV | 192.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 155 | 0.18 | 0 | 0.26 | 0.18 | 100.36 | 0.38 | 0.72 |
| Hex | AD | D2 | 9B | 12 | 0 | 1A | 12 | 64 | 26 | 48 |
| Octal | 255 | 322 | 233 | 22 | 0 | 32 | 22 | 144 | 46 | 110 |
| Binary | 10101101 | 11010010 | 10011011 | 10010 | 0 | 11010 | 10010 | 1100100 | 100110 | 1001000 |
Color Harmonies of #ADD29B
Complementary color
Monochromatic Colors of #ADD29B
Black with #ADD29B
Text Example
Text Example
White with #ADD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD29B; }
p { color: rgb(173,210,155); }
H1.HeaderClassName
{
color: #ADD29B;
}
.AnyTagClassName
{
color: #ADD29B;
}
</style>
background-color css
<style>
a { background-color: #ADD29B; }
a { background-color: rgb(173,210,155); }
div.DivClassName
{
background-color: #ADD29B;
}
.BgClassName
{
background-color: #ADD29B;
}
</style>
border-color css
<style>
span { border-color: #ADD29B; }
span { border-color: rgb(173,210,155); }
td.TdClassName
{
border-color: #ADD29B;
}
.TagClassName
{
border-color: #ADD29B;
}
</style>