Shades of Madang #ADD2A4
Tints of Madang #ADD2A4
RGB
CMYK
RGB Variations
Color information
#ADD2A4 (or 0xADD2A4) is known color: Madang. HEX triplet: AD, D2 and A4. RGB value is (173,210,164). Sum of RGB (Red+Green+Blue) = 173+210+164=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2A4 is #522D5B. Grayscale: #C1C1C1. Windows color (decimal): -5385564 or 10801837. OLE color: 10801837.
HSL color Cylindrical-coordinate representation of color #ADD2A4: hue angle of 108.26º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD2A4 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 164 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.18 |
| HSL | 108.26º | 0.34% | 0.73% | - |
| HSV(B) | 108.26º | 0.22% | 0.82% | - |
| XYZ | 46.98 | 57.66 | 43.77 | - |
| YUV | 193.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 164 | 0.18 | 0 | 0.22 | 0.18 | 108.26 | 0.34 | 0.73 |
| Hex | AD | D2 | A4 | 12 | 0 | 16 | 12 | 6C | 22 | 49 |
| Octal | 255 | 322 | 244 | 22 | 0 | 26 | 22 | 154 | 42 | 111 |
| Binary | 10101101 | 11010010 | 10100100 | 10010 | 0 | 10110 | 10010 | 1101100 | 100010 | 1001001 |
Color Harmonies of #ADD2A4
Complementary color
Monochromatic Colors of #ADD2A4
Black with #ADD2A4
Text Example
Text Example
White with #ADD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2A4; }
p { color: rgb(173,210,164); }
H1.HeaderClassName
{
color: #ADD2A4;
}
.AnyTagClassName
{
color: #ADD2A4;
}
</style>
background-color css
<style>
a { background-color: #ADD2A4; }
a { background-color: rgb(173,210,164); }
div.DivClassName
{
background-color: #ADD2A4;
}
.BgClassName
{
background-color: #ADD2A4;
}
</style>
border-color css
<style>
span { border-color: #ADD2A4; }
span { border-color: rgb(173,210,164); }
td.TdClassName
{
border-color: #ADD2A4;
}
.TagClassName
{
border-color: #ADD2A4;
}
</style>