Shades of Madang #ADD99E
Tints of Madang #ADD99E
RGB
CMYK
RGB Variations
Color information
#ADD99E (or 0xADD99E) is known color: Madang. HEX triplet: AD, D9 and 9E. RGB value is (173,217,158). Sum of RGB (Red+Green+Blue) = 173+217+158=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD99E is #522661. Grayscale: #C5C5C5. Windows color (decimal): -5383778 or 10410413. OLE color: 10410413.
HSL color Cylindrical-coordinate representation of color #ADD99E: hue angle of 104.75º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD99E is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 158 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.15 |
| HSL | 104.75º | 0.44% | 0.74% | - |
| HSV(B) | 104.75º | 0.27% | 0.85% | - |
| XYZ | 48.22 | 60.98 | 41.58 | - |
| YUV | 197.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 158 | 0.20 | 0 | 0.27 | 0.15 | 104.75 | 0.44 | 0.74 |
| Hex | AD | D9 | 9E | 14 | 0 | 1B | F | 69 | 2C | 4A |
| Octal | 255 | 331 | 236 | 24 | 0 | 33 | 17 | 151 | 54 | 112 |
| Binary | 10101101 | 11011001 | 10011110 | 10100 | 0 | 11011 | 1111 | 1101001 | 101100 | 1001010 |
Color Harmonies of #ADD99E
Complementary color
Monochromatic Colors of #ADD99E
Black with #ADD99E
Text Example
Text Example
White with #ADD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD99E; }
p { color: rgb(173,217,158); }
H1.HeaderClassName
{
color: #ADD99E;
}
.AnyTagClassName
{
color: #ADD99E;
}
</style>
background-color css
<style>
a { background-color: #ADD99E; }
a { background-color: rgb(173,217,158); }
div.DivClassName
{
background-color: #ADD99E;
}
.BgClassName
{
background-color: #ADD99E;
}
</style>
border-color css
<style>
span { border-color: #ADD99E; }
span { border-color: rgb(173,217,158); }
td.TdClassName
{
border-color: #ADD99E;
}
.TagClassName
{
border-color: #ADD99E;
}
</style>