Shades of Madang #ADD8A1
Tints of Madang #ADD8A1
RGB
CMYK
RGB Variations
Color information
#ADD8A1 (or 0xADD8A1) is known color: Madang. HEX triplet: AD, D8 and A1. RGB value is (173,216,161). Sum of RGB (Red+Green+Blue) = 173+216+161=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD8A1 is #52275E. Grayscale: #C5C5C5. Windows color (decimal): -5384031 or 10606765. OLE color: 10606765.
HSL color Cylindrical-coordinate representation of color #ADD8A1: hue angle of 106.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD8A1 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 161 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.15 |
| HSL | 106.91º | 0.41% | 0.74% | - |
| HSV(B) | 106.91º | 0.25% | 0.85% | - |
| XYZ | 48.22 | 60.57 | 42.87 | - |
| YUV | 196.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 161 | 0.20 | 0 | 0.25 | 0.15 | 106.91 | 0.41 | 0.74 |
| Hex | AD | D8 | A1 | 14 | 0 | 19 | F | 6B | 29 | 4A |
| Octal | 255 | 330 | 241 | 24 | 0 | 31 | 17 | 153 | 51 | 112 |
| Binary | 10101101 | 11011000 | 10100001 | 10100 | 0 | 11001 | 1111 | 1101011 | 101001 | 1001010 |
Color Harmonies of #ADD8A1
Complementary color
Monochromatic Colors of #ADD8A1
Black with #ADD8A1
Text Example
Text Example
White with #ADD8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8A1; }
p { color: rgb(173,216,161); }
H1.HeaderClassName
{
color: #ADD8A1;
}
.AnyTagClassName
{
color: #ADD8A1;
}
</style>
background-color css
<style>
a { background-color: #ADD8A1; }
a { background-color: rgb(173,216,161); }
div.DivClassName
{
background-color: #ADD8A1;
}
.BgClassName
{
background-color: #ADD8A1;
}
</style>
border-color css
<style>
span { border-color: #ADD8A1; }
span { border-color: rgb(173,216,161); }
td.TdClassName
{
border-color: #ADD8A1;
}
.TagClassName
{
border-color: #ADD8A1;
}
</style>