Shades of Madang #ADDDA1
Tints of Madang #ADDDA1
RGB
CMYK
RGB Variations
Color information
#ADDDA1 (or 0xADDDA1) is known color: Madang. HEX triplet: AD, DD and A1. RGB value is (173,221,161). Sum of RGB (Red+Green+Blue) = 173+221+161=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDA1 is #52225E. Grayscale: #C8C8C8. Windows color (decimal): -5382751 or 10608045. OLE color: 10608045.
HSL color Cylindrical-coordinate representation of color #ADDDA1: hue angle of 108º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDDA1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 161 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.13 |
| HSL | 108º | 0.47% | 0.75% | - |
| HSV(B) | 108º | 0.27% | 0.87% | - |
| XYZ | 49.52 | 63.17 | 43.3 | - |
| YUV | 199.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 161 | 0.22 | 0 | 0.27 | 0.13 | 108 | 0.47 | 0.75 |
| Hex | AD | DD | A1 | 16 | 0 | 1B | D | 6C | 2F | 4B |
| Octal | 255 | 335 | 241 | 26 | 0 | 33 | 15 | 154 | 57 | 113 |
| Binary | 10101101 | 11011101 | 10100001 | 10110 | 0 | 11011 | 1101 | 1101100 | 101111 | 1001011 |
Color Harmonies of #ADDDA1
Complementary color
Monochromatic Colors of #ADDDA1
Black with #ADDDA1
Text Example
Text Example
White with #ADDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDA1; }
p { color: rgb(173,221,161); }
H1.HeaderClassName
{
color: #ADDDA1;
}
.AnyTagClassName
{
color: #ADDDA1;
}
</style>
background-color css
<style>
a { background-color: #ADDDA1; }
a { background-color: rgb(173,221,161); }
div.DivClassName
{
background-color: #ADDDA1;
}
.BgClassName
{
background-color: #ADDDA1;
}
</style>
border-color css
<style>
span { border-color: #ADDDA1; }
span { border-color: rgb(173,221,161); }
td.TdClassName
{
border-color: #ADDDA1;
}
.TagClassName
{
border-color: #ADDDA1;
}
</style>