Shades of Madang #ADEBA1
Tints of Madang #ADEBA1
RGB
CMYK
RGB Variations
Color information
#ADEBA1 (or 0xADEBA1) is known color: Madang. HEX triplet: AD, EB and A1. RGB value is (173,235,161). Sum of RGB (Red+Green+Blue) = 173+235+161=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBA1 is #52145E. Grayscale: #D0D0D0. Windows color (decimal): -5379167 or 10611629. OLE color: 10611629.
HSL color Cylindrical-coordinate representation of color #ADEBA1: hue angle of 110.27º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADEBA1 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 161 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.08 |
| HSL | 110.27º | 0.65% | 0.78% | - |
| HSV(B) | 110.27º | 0.31% | 0.92% | - |
| XYZ | 53.37 | 70.87 | 44.59 | - |
| YUV | 208.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 161 | 0.26 | 0 | 0.31 | 0.08 | 110.27 | 0.65 | 0.78 |
| Hex | AD | EB | A1 | 1A | 0 | 1F | 8 | 6E | 41 | 4E |
| Octal | 255 | 353 | 241 | 32 | 0 | 37 | 10 | 156 | 101 | 116 |
| Binary | 10101101 | 11101011 | 10100001 | 11010 | 0 | 11111 | 1000 | 1101110 | 1000001 | 1001110 |
Color Harmonies of #ADEBA1
Complementary color
Monochromatic Colors of #ADEBA1
Black with #ADEBA1
Text Example
Text Example
White with #ADEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBA1; }
p { color: rgb(173,235,161); }
H1.HeaderClassName
{
color: #ADEBA1;
}
.AnyTagClassName
{
color: #ADEBA1;
}
</style>
background-color css
<style>
a { background-color: #ADEBA1; }
a { background-color: rgb(173,235,161); }
div.DivClassName
{
background-color: #ADEBA1;
}
.BgClassName
{
background-color: #ADEBA1;
}
</style>
border-color css
<style>
span { border-color: #ADEBA1; }
span { border-color: rgb(173,235,161); }
td.TdClassName
{
border-color: #ADEBA1;
}
.TagClassName
{
border-color: #ADEBA1;
}
</style>