Shades of Madang #ADDA9C
Tints of Madang #ADDA9C
RGB
CMYK
RGB Variations
Color information
#ADDA9C (or 0xADDA9C) is known color: Madang. HEX triplet: AD, DA and 9C. RGB value is (173,218,156). Sum of RGB (Red+Green+Blue) = 173+218+156=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA9C is #522563. Grayscale: #C5C5C5. Windows color (decimal): -5383524 or 10279597. OLE color: 10279597.
HSL color Cylindrical-coordinate representation of color #ADDA9C: hue angle of 103.55º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDA9C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 156 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.15 |
| HSL | 103.55º | 0.46% | 0.73% | - |
| HSV(B) | 103.55º | 0.28% | 0.85% | - |
| XYZ | 48.31 | 61.43 | 40.76 | - |
| YUV | 197.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 156 | 0.21 | 0 | 0.28 | 0.15 | 103.55 | 0.46 | 0.73 |
| Hex | AD | DA | 9C | 15 | 0 | 1C | F | 68 | 2E | 49 |
| Octal | 255 | 332 | 234 | 25 | 0 | 34 | 17 | 150 | 56 | 111 |
| Binary | 10101101 | 11011010 | 10011100 | 10101 | 0 | 11100 | 1111 | 1101000 | 101110 | 1001001 |
Color Harmonies of #ADDA9C
Complementary color
Monochromatic Colors of #ADDA9C
Black with #ADDA9C
Text Example
Text Example
White with #ADDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA9C; }
p { color: rgb(173,218,156); }
H1.HeaderClassName
{
color: #ADDA9C;
}
.AnyTagClassName
{
color: #ADDA9C;
}
</style>
background-color css
<style>
a { background-color: #ADDA9C; }
a { background-color: rgb(173,218,156); }
div.DivClassName
{
background-color: #ADDA9C;
}
.BgClassName
{
background-color: #ADDA9C;
}
</style>
border-color css
<style>
span { border-color: #ADDA9C; }
span { border-color: rgb(173,218,156); }
td.TdClassName
{
border-color: #ADDA9C;
}
.TagClassName
{
border-color: #ADDA9C;
}
</style>