Shades of Madang #ADDDA3
Tints of Madang #ADDDA3
RGB
CMYK
RGB Variations
Color information
#ADDDA3 (or 0xADDDA3) is known color: Madang. HEX triplet: AD, DD and A3. RGB value is (173,221,163). Sum of RGB (Red+Green+Blue) = 173+221+163=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDA3 is #52225C. Grayscale: #C8C8C8. Windows color (decimal): -5382749 or 10739117. OLE color: 10739117.
HSL color Cylindrical-coordinate representation of color #ADDDA3: hue angle of 109.66º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDDA3 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 163 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.13 |
| HSL | 109.66º | 0.46% | 0.75% | - |
| HSV(B) | 109.66º | 0.26% | 0.87% | - |
| XYZ | 49.7 | 63.24 | 44.24 | - |
| YUV | 200.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 163 | 0.22 | 0 | 0.26 | 0.13 | 109.66 | 0.46 | 0.75 |
| Hex | AD | DD | A3 | 16 | 0 | 1A | D | 6E | 2E | 4B |
| Octal | 255 | 335 | 243 | 26 | 0 | 32 | 15 | 156 | 56 | 113 |
| Binary | 10101101 | 11011101 | 10100011 | 10110 | 0 | 11010 | 1101 | 1101110 | 101110 | 1001011 |
Color Harmonies of #ADDDA3
Complementary color
Monochromatic Colors of #ADDDA3
Black with #ADDDA3
Text Example
Text Example
White with #ADDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDA3; }
p { color: rgb(173,221,163); }
H1.HeaderClassName
{
color: #ADDDA3;
}
.AnyTagClassName
{
color: #ADDDA3;
}
</style>
background-color css
<style>
a { background-color: #ADDDA3; }
a { background-color: rgb(173,221,163); }
div.DivClassName
{
background-color: #ADDDA3;
}
.BgClassName
{
background-color: #ADDDA3;
}
</style>
border-color css
<style>
span { border-color: #ADDDA3; }
span { border-color: rgb(173,221,163); }
td.TdClassName
{
border-color: #ADDDA3;
}
.TagClassName
{
border-color: #ADDDA3;
}
</style>