Shades of Madang #ADEDA0
Tints of Madang #ADEDA0
RGB
CMYK
RGB Variations
Color information
#ADEDA0 (or 0xADEDA0) is known color: Madang. HEX triplet: AD, ED and A0. RGB value is (173,237,160). Sum of RGB (Red+Green+Blue) = 173+237+160=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEDA0 is #52125F. Grayscale: #D1D1D1. Windows color (decimal): -5378656 or 10546605. OLE color: 10546605.
HSL color Cylindrical-coordinate representation of color #ADEDA0: hue angle of 109.87º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEDA0 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 160 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.07 |
| HSL | 109.87º | 0.68% | 0.78% | - |
| HSV(B) | 109.87º | 0.32% | 0.93% | - |
| XYZ | 53.86 | 71.99 | 44.31 | - |
| YUV | 209.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 160 | 0.27 | 0 | 0.32 | 0.07 | 109.87 | 0.68 | 0.78 |
| Hex | AD | ED | A0 | 1B | 0 | 20 | 7 | 6E | 44 | 4E |
| Octal | 255 | 355 | 240 | 33 | 0 | 40 | 7 | 156 | 104 | 116 |
| Binary | 10101101 | 11101101 | 10100000 | 11011 | 0 | 100000 | 111 | 1101110 | 1000100 | 1001110 |
Color Harmonies of #ADEDA0
Complementary color
Monochromatic Colors of #ADEDA0
Black with #ADEDA0
Text Example
Text Example
White with #ADEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDA0; }
p { color: rgb(173,237,160); }
H1.HeaderClassName
{
color: #ADEDA0;
}
.AnyTagClassName
{
color: #ADEDA0;
}
</style>
background-color css
<style>
a { background-color: #ADEDA0; }
a { background-color: rgb(173,237,160); }
div.DivClassName
{
background-color: #ADEDA0;
}
.BgClassName
{
background-color: #ADEDA0;
}
</style>
border-color css
<style>
span { border-color: #ADEDA0; }
span { border-color: rgb(173,237,160); }
td.TdClassName
{
border-color: #ADEDA0;
}
.TagClassName
{
border-color: #ADEDA0;
}
</style>