Shades of Madang #ADD999
Tints of Madang #ADD999
RGB
CMYK
RGB Variations
Color information
#ADD999 (or 0xADD999) is known color: Madang. HEX triplet: AD, D9 and 99. RGB value is (173,217,153). Sum of RGB (Red+Green+Blue) = 173+217+153=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD999 is #522666. Grayscale: #C4C4C4. Windows color (decimal): -5383783 or 10082733. OLE color: 10082733.
HSL color Cylindrical-coordinate representation of color #ADD999: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD999 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 153 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.15 |
| HSL | 101.25º | 0.46% | 0.73% | - |
| HSV(B) | 101.25º | 0.29% | 0.85% | - |
| XYZ | 47.8 | 60.81 | 39.36 | - |
| YUV | 196.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 153 | 0.20 | 0 | 0.29 | 0.15 | 101.25 | 0.46 | 0.73 |
| Hex | AD | D9 | 99 | 14 | 0 | 1D | F | 65 | 2E | 49 |
| Octal | 255 | 331 | 231 | 24 | 0 | 35 | 17 | 145 | 56 | 111 |
| Binary | 10101101 | 11011001 | 10011001 | 10100 | 0 | 11101 | 1111 | 1100101 | 101110 | 1001001 |
Color Harmonies of #ADD999
Complementary color
Monochromatic Colors of #ADD999
Black with #ADD999
Text Example
Text Example
White with #ADD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD999; }
p { color: rgb(173,217,153); }
H1.HeaderClassName
{
color: #ADD999;
}
.AnyTagClassName
{
color: #ADD999;
}
</style>
background-color css
<style>
a { background-color: #ADD999; }
a { background-color: rgb(173,217,153); }
div.DivClassName
{
background-color: #ADD999;
}
.BgClassName
{
background-color: #ADD999;
}
</style>
border-color css
<style>
span { border-color: #ADD999; }
span { border-color: rgb(173,217,153); }
td.TdClassName
{
border-color: #ADD999;
}
.TagClassName
{
border-color: #ADD999;
}
</style>