Shades of Madang #ADDAA3
Tints of Madang #ADDAA3
RGB
CMYK
RGB Variations
Color information
#ADDAA3 (or 0xADDAA3) is known color: Madang. HEX triplet: AD, DA and A3. RGB value is (173,218,163). Sum of RGB (Red+Green+Blue) = 173+218+163=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAA3 is #52255C. Grayscale: #C6C6C6. Windows color (decimal): -5383517 or 10738349. OLE color: 10738349.
HSL color Cylindrical-coordinate representation of color #ADDAA3: hue angle of 109.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDAA3 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 163 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.15 |
| HSL | 109.09º | 0.43% | 0.75% | - |
| HSV(B) | 109.09º | 0.25% | 0.85% | - |
| XYZ | 48.92 | 61.67 | 43.98 | - |
| YUV | 198.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 163 | 0.21 | 0 | 0.25 | 0.15 | 109.09 | 0.43 | 0.75 |
| Hex | AD | DA | A3 | 15 | 0 | 19 | F | 6D | 2B | 4B |
| Octal | 255 | 332 | 243 | 25 | 0 | 31 | 17 | 155 | 53 | 113 |
| Binary | 10101101 | 11011010 | 10100011 | 10101 | 0 | 11001 | 1111 | 1101101 | 101011 | 1001011 |
Color Harmonies of #ADDAA3
Complementary color
Monochromatic Colors of #ADDAA3
Black with #ADDAA3
Text Example
Text Example
White with #ADDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAA3; }
p { color: rgb(173,218,163); }
H1.HeaderClassName
{
color: #ADDAA3;
}
.AnyTagClassName
{
color: #ADDAA3;
}
</style>
background-color css
<style>
a { background-color: #ADDAA3; }
a { background-color: rgb(173,218,163); }
div.DivClassName
{
background-color: #ADDAA3;
}
.BgClassName
{
background-color: #ADDAA3;
}
</style>
border-color css
<style>
span { border-color: #ADDAA3; }
span { border-color: rgb(173,218,163); }
td.TdClassName
{
border-color: #ADDAA3;
}
.TagClassName
{
border-color: #ADDAA3;
}
</style>