Shades of Madang #ADD7A3
Tints of Madang #ADD7A3
RGB
CMYK
RGB Variations
Color information
#ADD7A3 (or 0xADD7A3) is known color: Madang. HEX triplet: AD, D7 and A3. RGB value is (173,215,163). Sum of RGB (Red+Green+Blue) = 173+215+163=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD7A3 is #52285C. Grayscale: #C4C4C4. Windows color (decimal): -5384285 or 10737581. OLE color: 10737581.
HSL color Cylindrical-coordinate representation of color #ADD7A3: hue angle of 108.46º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADD7A3 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 163 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.16 |
| HSL | 108.46º | 0.39% | 0.74% | - |
| HSV(B) | 108.46º | 0.24% | 0.84% | - |
| XYZ | 48.14 | 60.13 | 43.72 | - |
| YUV | 196.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 163 | 0.20 | 0 | 0.24 | 0.16 | 108.46 | 0.39 | 0.74 |
| Hex | AD | D7 | A3 | 14 | 0 | 18 | 10 | 6C | 27 | 4A |
| Octal | 255 | 327 | 243 | 24 | 0 | 30 | 20 | 154 | 47 | 112 |
| Binary | 10101101 | 11010111 | 10100011 | 10100 | 0 | 11000 | 10000 | 1101100 | 100111 | 1001010 |
Color Harmonies of #ADD7A3
Complementary color
Monochromatic Colors of #ADD7A3
Black with #ADD7A3
Text Example
Text Example
White with #ADD7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7A3; }
p { color: rgb(173,215,163); }
H1.HeaderClassName
{
color: #ADD7A3;
}
.AnyTagClassName
{
color: #ADD7A3;
}
</style>
background-color css
<style>
a { background-color: #ADD7A3; }
a { background-color: rgb(173,215,163); }
div.DivClassName
{
background-color: #ADD7A3;
}
.BgClassName
{
background-color: #ADD7A3;
}
</style>
border-color css
<style>
span { border-color: #ADD7A3; }
span { border-color: rgb(173,215,163); }
td.TdClassName
{
border-color: #ADD7A3;
}
.TagClassName
{
border-color: #ADD7A3;
}
</style>