Shades of Madang #ADDCA2
Tints of Madang #ADDCA2
RGB
CMYK
RGB Variations
Color information
#ADDCA2 (or 0xADDCA2) is known color: Madang. HEX triplet: AD, DC and A2. RGB value is (173,220,162). Sum of RGB (Red+Green+Blue) = 173+220+162=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCA2 is #52235D. Grayscale: #C7C7C7. Windows color (decimal): -5383006 or 10673325. OLE color: 10673325.
HSL color Cylindrical-coordinate representation of color #ADDCA2: hue angle of 108.62º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDCA2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 162 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.14 |
| HSL | 108.62º | 0.45% | 0.75% | - |
| HSV(B) | 108.62º | 0.26% | 0.86% | - |
| XYZ | 49.35 | 62.68 | 43.68 | - |
| YUV | 199.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 162 | 0.21 | 0 | 0.26 | 0.14 | 108.62 | 0.45 | 0.75 |
| Hex | AD | DC | A2 | 15 | 0 | 1A | E | 6D | 2D | 4B |
| Octal | 255 | 334 | 242 | 25 | 0 | 32 | 16 | 155 | 55 | 113 |
| Binary | 10101101 | 11011100 | 10100010 | 10101 | 0 | 11010 | 1110 | 1101101 | 101101 | 1001011 |
Color Harmonies of #ADDCA2
Complementary color
Monochromatic Colors of #ADDCA2
Black with #ADDCA2
Text Example
Text Example
White with #ADDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCA2; }
p { color: rgb(173,220,162); }
H1.HeaderClassName
{
color: #ADDCA2;
}
.AnyTagClassName
{
color: #ADDCA2;
}
</style>
background-color css
<style>
a { background-color: #ADDCA2; }
a { background-color: rgb(173,220,162); }
div.DivClassName
{
background-color: #ADDCA2;
}
.BgClassName
{
background-color: #ADDCA2;
}
</style>
border-color css
<style>
span { border-color: #ADDCA2; }
span { border-color: rgb(173,220,162); }
td.TdClassName
{
border-color: #ADDCA2;
}
.TagClassName
{
border-color: #ADDCA2;
}
</style>