Shades of Madang #ADD1A1
Tints of Madang #ADD1A1
RGB
CMYK
RGB Variations
Color information
#ADD1A1 (or 0xADD1A1) is known color: Madang. HEX triplet: AD, D1 and A1. RGB value is (173,209,161). Sum of RGB (Red+Green+Blue) = 173+209+161=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1A1 is #522E5E. Grayscale: #C0C0C0. Windows color (decimal): -5385823 or 10604973. OLE color: 10604973.
HSL color Cylindrical-coordinate representation of color #ADD1A1: hue angle of 105º degrees, saturation: 0.34, 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 #ADD1A1 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 161 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.18 |
| HSL | 105º | 0.34% | 0.73% | - |
| HSV(B) | 105º | 0.23% | 0.82% | - |
| XYZ | 46.47 | 57.06 | 42.28 | - |
| YUV | 192.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 161 | 0.17 | 0 | 0.23 | 0.18 | 105 | 0.34 | 0.73 |
| Hex | AD | D1 | A1 | 11 | 0 | 17 | 12 | 69 | 22 | 49 |
| Octal | 255 | 321 | 241 | 21 | 0 | 27 | 22 | 151 | 42 | 111 |
| Binary | 10101101 | 11010001 | 10100001 | 10001 | 0 | 10111 | 10010 | 1101001 | 100010 | 1001001 |
Color Harmonies of #ADD1A1
Complementary color
Monochromatic Colors of #ADD1A1
Black with #ADD1A1
Text Example
Text Example
White with #ADD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1A1; }
p { color: rgb(173,209,161); }
H1.HeaderClassName
{
color: #ADD1A1;
}
.AnyTagClassName
{
color: #ADD1A1;
}
</style>
background-color css
<style>
a { background-color: #ADD1A1; }
a { background-color: rgb(173,209,161); }
div.DivClassName
{
background-color: #ADD1A1;
}
.BgClassName
{
background-color: #ADD1A1;
}
</style>
border-color css
<style>
span { border-color: #ADD1A1; }
span { border-color: rgb(173,209,161); }
td.TdClassName
{
border-color: #ADD1A1;
}
.TagClassName
{
border-color: #ADD1A1;
}
</style>