Shades of Madang #ADD8A4
Tints of Madang #ADD8A4
RGB
CMYK
RGB Variations
Color information
#ADD8A4 (or 0xADD8A4) is known color: Madang. HEX triplet: AD, D8 and A4. RGB value is (173,216,164). Sum of RGB (Red+Green+Blue) = 173+216+164=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD8A4 is #52275B. Grayscale: #C5C5C5. Windows color (decimal): -5384028 or 10803373. OLE color: 10803373.
HSL color Cylindrical-coordinate representation of color #ADD8A4: hue angle of 109.62º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADD8A4 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 164 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.15 |
| HSL | 109.62º | 0.4% | 0.75% | - |
| HSV(B) | 109.62º | 0.24% | 0.85% | - |
| XYZ | 48.49 | 60.68 | 44.28 | - |
| YUV | 197.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 164 | 0.20 | 0 | 0.24 | 0.15 | 109.62 | 0.4 | 0.75 |
| Hex | AD | D8 | A4 | 14 | 0 | 18 | F | 6E | 28 | 4B |
| Octal | 255 | 330 | 244 | 24 | 0 | 30 | 17 | 156 | 50 | 113 |
| Binary | 10101101 | 11011000 | 10100100 | 10100 | 0 | 11000 | 1111 | 1101110 | 101000 | 1001011 |
Color Harmonies of #ADD8A4
Complementary color
Monochromatic Colors of #ADD8A4
Black with #ADD8A4
Text Example
Text Example
White with #ADD8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8A4; }
p { color: rgb(173,216,164); }
H1.HeaderClassName
{
color: #ADD8A4;
}
.AnyTagClassName
{
color: #ADD8A4;
}
</style>
background-color css
<style>
a { background-color: #ADD8A4; }
a { background-color: rgb(173,216,164); }
div.DivClassName
{
background-color: #ADD8A4;
}
.BgClassName
{
background-color: #ADD8A4;
}
</style>
border-color css
<style>
span { border-color: #ADD8A4; }
span { border-color: rgb(173,216,164); }
td.TdClassName
{
border-color: #ADD8A4;
}
.TagClassName
{
border-color: #ADD8A4;
}
</style>