Shades of Madang #ADD4A0
Tints of Madang #ADD4A0
RGB
CMYK
RGB Variations
Color information
#ADD4A0 (or 0xADD4A0) is known color: Madang. HEX triplet: AD, D4 and A0. RGB value is (173,212,160). Sum of RGB (Red+Green+Blue) = 173+212+160=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD4A0 is #522B5F. Grayscale: #C2C2C2. Windows color (decimal): -5385056 or 10540205. OLE color: 10540205.
HSL color Cylindrical-coordinate representation of color #ADD4A0: hue angle of 105º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD4A0 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 160 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.17 |
| HSL | 105º | 0.38% | 0.73% | - |
| HSV(B) | 105º | 0.25% | 0.83% | - |
| XYZ | 47.12 | 58.51 | 42.07 | - |
| YUV | 194.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 160 | 0.18 | 0 | 0.25 | 0.17 | 105 | 0.38 | 0.73 |
| Hex | AD | D4 | A0 | 12 | 0 | 19 | 11 | 69 | 26 | 49 |
| Octal | 255 | 324 | 240 | 22 | 0 | 31 | 21 | 151 | 46 | 111 |
| Binary | 10101101 | 11010100 | 10100000 | 10010 | 0 | 11001 | 10001 | 1101001 | 100110 | 1001001 |
Color Harmonies of #ADD4A0
Complementary color
Monochromatic Colors of #ADD4A0
Black with #ADD4A0
Text Example
Text Example
White with #ADD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4A0; }
p { color: rgb(173,212,160); }
H1.HeaderClassName
{
color: #ADD4A0;
}
.AnyTagClassName
{
color: #ADD4A0;
}
</style>
background-color css
<style>
a { background-color: #ADD4A0; }
a { background-color: rgb(173,212,160); }
div.DivClassName
{
background-color: #ADD4A0;
}
.BgClassName
{
background-color: #ADD4A0;
}
</style>
border-color css
<style>
span { border-color: #ADD4A0; }
span { border-color: rgb(173,212,160); }
td.TdClassName
{
border-color: #ADD4A0;
}
.TagClassName
{
border-color: #ADD4A0;
}
</style>