Shades of Madang #ADDD97
Tints of Madang #ADDD97
RGB
CMYK
RGB Variations
Color information
#ADDD97 (or 0xADDD97) is known color: Madang. HEX triplet: AD, DD and 97. RGB value is (173,221,151). Sum of RGB (Red+Green+Blue) = 173+221+151=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD97 is #522268. Grayscale: #C6C6C6. Windows color (decimal): -5382761 or 9952685. OLE color: 9952685.
HSL color Cylindrical-coordinate representation of color #ADDD97: hue angle of 101.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDD97 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 151 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.13 |
| HSL | 101.14º | 0.51% | 0.73% | - |
| HSV(B) | 101.14º | 0.32% | 0.87% | - |
| XYZ | 48.68 | 62.83 | 38.84 | - |
| YUV | 198.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 151 | 0.22 | 0 | 0.32 | 0.13 | 101.14 | 0.51 | 0.73 |
| Hex | AD | DD | 97 | 16 | 0 | 20 | D | 65 | 33 | 49 |
| Octal | 255 | 335 | 227 | 26 | 0 | 40 | 15 | 145 | 63 | 111 |
| Binary | 10101101 | 11011101 | 10010111 | 10110 | 0 | 100000 | 1101 | 1100101 | 110011 | 1001001 |
Color Harmonies of #ADDD97
Complementary color
Monochromatic Colors of #ADDD97
Black with #ADDD97
Text Example
Text Example
White with #ADDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD97; }
p { color: rgb(173,221,151); }
H1.HeaderClassName
{
color: #ADDD97;
}
.AnyTagClassName
{
color: #ADDD97;
}
</style>
background-color css
<style>
a { background-color: #ADDD97; }
a { background-color: rgb(173,221,151); }
div.DivClassName
{
background-color: #ADDD97;
}
.BgClassName
{
background-color: #ADDD97;
}
</style>
border-color css
<style>
span { border-color: #ADDD97; }
span { border-color: rgb(173,221,151); }
td.TdClassName
{
border-color: #ADDD97;
}
.TagClassName
{
border-color: #ADDD97;
}
</style>