Shades of Madang #ADD0A2
Tints of Madang #ADD0A2
RGB
CMYK
RGB Variations
Color information
#ADD0A2 (or 0xADD0A2) is known color: Madang. HEX triplet: AD, D0 and A2. RGB value is (173,208,162). Sum of RGB (Red+Green+Blue) = 173+208+162=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0A2 is #522F5D. Grayscale: #C0C0C0. Windows color (decimal): -5386078 or 10670253. OLE color: 10670253.
HSL color Cylindrical-coordinate representation of color #ADD0A2: hue angle of 105.65º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD0A2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 162 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.18 |
| HSL | 105.65º | 0.33% | 0.73% | - |
| HSV(B) | 105.65º | 0.22% | 0.82% | - |
| XYZ | 46.31 | 56.6 | 42.67 | - |
| YUV | 192.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 162 | 0.17 | 0 | 0.22 | 0.18 | 105.65 | 0.33 | 0.73 |
| Hex | AD | D0 | A2 | 11 | 0 | 16 | 12 | 6A | 21 | 49 |
| Octal | 255 | 320 | 242 | 21 | 0 | 26 | 22 | 152 | 41 | 111 |
| Binary | 10101101 | 11010000 | 10100010 | 10001 | 0 | 10110 | 10010 | 1101010 | 100001 | 1001001 |
Color Harmonies of #ADD0A2
Complementary color
Monochromatic Colors of #ADD0A2
Black with #ADD0A2
Text Example
Text Example
White with #ADD0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0A2; }
p { color: rgb(173,208,162); }
H1.HeaderClassName
{
color: #ADD0A2;
}
.AnyTagClassName
{
color: #ADD0A2;
}
</style>
background-color css
<style>
a { background-color: #ADD0A2; }
a { background-color: rgb(173,208,162); }
div.DivClassName
{
background-color: #ADD0A2;
}
.BgClassName
{
background-color: #ADD0A2;
}
</style>
border-color css
<style>
span { border-color: #ADD0A2; }
span { border-color: rgb(173,208,162); }
td.TdClassName
{
border-color: #ADD0A2;
}
.TagClassName
{
border-color: #ADD0A2;
}
</style>