Shades of Madang #ADDD98
Tints of Madang #ADDD98
RGB
CMYK
RGB Variations
Color information
#ADDD98 (or 0xADDD98) is known color: Madang. HEX triplet: AD, DD and 98. RGB value is (173,221,152). Sum of RGB (Red+Green+Blue) = 173+221+152=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD98 is #522267. Grayscale: #C7C7C7. Windows color (decimal): -5382760 or 10018221. OLE color: 10018221.
HSL color Cylindrical-coordinate representation of color #ADDD98: hue angle of 101.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDD98 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 152 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.13 |
| HSL | 101.74º | 0.5% | 0.73% | - |
| HSV(B) | 101.74º | 0.31% | 0.87% | - |
| XYZ | 48.76 | 62.86 | 39.27 | - |
| YUV | 198.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 152 | 0.22 | 0 | 0.31 | 0.13 | 101.74 | 0.5 | 0.73 |
| Hex | AD | DD | 98 | 16 | 0 | 1F | D | 66 | 32 | 49 |
| Octal | 255 | 335 | 230 | 26 | 0 | 37 | 15 | 146 | 62 | 111 |
| Binary | 10101101 | 11011101 | 10011000 | 10110 | 0 | 11111 | 1101 | 1100110 | 110010 | 1001001 |
Color Harmonies of #ADDD98
Complementary color
Monochromatic Colors of #ADDD98
Black with #ADDD98
Text Example
Text Example
White with #ADDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD98; }
p { color: rgb(173,221,152); }
H1.HeaderClassName
{
color: #ADDD98;
}
.AnyTagClassName
{
color: #ADDD98;
}
</style>
background-color css
<style>
a { background-color: #ADDD98; }
a { background-color: rgb(173,221,152); }
div.DivClassName
{
background-color: #ADDD98;
}
.BgClassName
{
background-color: #ADDD98;
}
</style>
border-color css
<style>
span { border-color: #ADDD98; }
span { border-color: rgb(173,221,152); }
td.TdClassName
{
border-color: #ADDD98;
}
.TagClassName
{
border-color: #ADDD98;
}
</style>