Shades of Madang #ADD2A1
Tints of Madang #ADD2A1
RGB
CMYK
RGB Variations
Color information
#ADD2A1 (or 0xADD2A1) is known color: Madang. HEX triplet: AD, D2 and A1. RGB value is (173,210,161). Sum of RGB (Red+Green+Blue) = 173+210+161=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2A1 is #522D5E. Grayscale: #C1C1C1. Windows color (decimal): -5385567 or 10605229. OLE color: 10605229.
HSL color Cylindrical-coordinate representation of color #ADD2A1: hue angle of 105.31º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD2A1 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 161 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.18 |
| HSL | 105.31º | 0.35% | 0.73% | - |
| HSV(B) | 105.31º | 0.23% | 0.82% | - |
| XYZ | 46.71 | 57.55 | 42.36 | - |
| YUV | 193.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 161 | 0.18 | 0 | 0.23 | 0.18 | 105.31 | 0.35 | 0.73 |
| Hex | AD | D2 | A1 | 12 | 0 | 17 | 12 | 69 | 23 | 49 |
| Octal | 255 | 322 | 241 | 22 | 0 | 27 | 22 | 151 | 43 | 111 |
| Binary | 10101101 | 11010010 | 10100001 | 10010 | 0 | 10111 | 10010 | 1101001 | 100011 | 1001001 |
Color Harmonies of #ADD2A1
Complementary color
Monochromatic Colors of #ADD2A1
Black with #ADD2A1
Text Example
Text Example
White with #ADD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2A1; }
p { color: rgb(173,210,161); }
H1.HeaderClassName
{
color: #ADD2A1;
}
.AnyTagClassName
{
color: #ADD2A1;
}
</style>
background-color css
<style>
a { background-color: #ADD2A1; }
a { background-color: rgb(173,210,161); }
div.DivClassName
{
background-color: #ADD2A1;
}
.BgClassName
{
background-color: #ADD2A1;
}
</style>
border-color css
<style>
span { border-color: #ADD2A1; }
span { border-color: rgb(173,210,161); }
td.TdClassName
{
border-color: #ADD2A1;
}
.TagClassName
{
border-color: #ADD2A1;
}
</style>