Shades of Madang #ADDDA2
Tints of Madang #ADDDA2
RGB
CMYK
RGB Variations
Color information
#ADDDA2 (or 0xADDDA2) is known color: Madang. HEX triplet: AD, DD and A2. RGB value is (173,221,162). Sum of RGB (Red+Green+Blue) = 173+221+162=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDA2 is #52225D. Grayscale: #C8C8C8. Windows color (decimal): -5382750 or 10673581. OLE color: 10673581.
HSL color Cylindrical-coordinate representation of color #ADDDA2: hue angle of 108.81º degrees, saturation: 0.46, 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 #ADDDA2 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 162 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.13 |
| HSL | 108.81º | 0.46% | 0.75% | - |
| HSV(B) | 108.81º | 0.27% | 0.87% | - |
| XYZ | 49.61 | 63.21 | 43.77 | - |
| YUV | 199.92 | 106.6 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 162 | 0.22 | 0 | 0.27 | 0.13 | 108.81 | 0.46 | 0.75 |
| Hex | AD | DD | A2 | 16 | 0 | 1B | D | 6D | 2E | 4B |
| Octal | 255 | 335 | 242 | 26 | 0 | 33 | 15 | 155 | 56 | 113 |
| Binary | 10101101 | 11011101 | 10100010 | 10110 | 0 | 11011 | 1101 | 1101101 | 101110 | 1001011 |
Color Harmonies of #ADDDA2
Complementary color
Monochromatic Colors of #ADDDA2
Black with #ADDDA2
Text Example
Text Example
White with #ADDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDA2; }
p { color: rgb(173,221,162); }
H1.HeaderClassName
{
color: #ADDDA2;
}
.AnyTagClassName
{
color: #ADDDA2;
}
</style>
background-color css
<style>
a { background-color: #ADDDA2; }
a { background-color: rgb(173,221,162); }
div.DivClassName
{
background-color: #ADDDA2;
}
.BgClassName
{
background-color: #ADDDA2;
}
</style>
border-color css
<style>
span { border-color: #ADDDA2; }
span { border-color: rgb(173,221,162); }
td.TdClassName
{
border-color: #ADDDA2;
}
.TagClassName
{
border-color: #ADDDA2;
}
</style>