Shades of Madang #ADD899
Tints of Madang #ADD899
RGB
CMYK
RGB Variations
Color information
#ADD899 (or 0xADD899) is known color: Madang. HEX triplet: AD, D8 and 99. RGB value is (173,216,153). Sum of RGB (Red+Green+Blue) = 173+216+153=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD899 is #522766. Grayscale: #C4C4C4. Windows color (decimal): -5384039 or 10082477. OLE color: 10082477.
HSL color Cylindrical-coordinate representation of color #ADD899: hue angle of 100.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD899 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 153 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.15 |
| HSL | 100.95º | 0.45% | 0.72% | - |
| HSV(B) | 100.95º | 0.29% | 0.85% | - |
| XYZ | 47.54 | 60.3 | 39.27 | - |
| YUV | 195.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 153 | 0.20 | 0 | 0.29 | 0.15 | 100.95 | 0.45 | 0.72 |
| Hex | AD | D8 | 99 | 14 | 0 | 1D | F | 65 | 2D | 48 |
| Octal | 255 | 330 | 231 | 24 | 0 | 35 | 17 | 145 | 55 | 110 |
| Binary | 10101101 | 11011000 | 10011001 | 10100 | 0 | 11101 | 1111 | 1100101 | 101101 | 1001000 |
Color Harmonies of #ADD899
Complementary color
Monochromatic Colors of #ADD899
Black with #ADD899
Text Example
Text Example
White with #ADD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD899; }
p { color: rgb(173,216,153); }
H1.HeaderClassName
{
color: #ADD899;
}
.AnyTagClassName
{
color: #ADD899;
}
</style>
background-color css
<style>
a { background-color: #ADD899; }
a { background-color: rgb(173,216,153); }
div.DivClassName
{
background-color: #ADD899;
}
.BgClassName
{
background-color: #ADD899;
}
</style>
border-color css
<style>
span { border-color: #ADD899; }
span { border-color: rgb(173,216,153); }
td.TdClassName
{
border-color: #ADD899;
}
.TagClassName
{
border-color: #ADD899;
}
</style>