Shades of Madang #ADEB9B
Tints of Madang #ADEB9B
RGB
CMYK
RGB Variations
Color information
#ADEB9B (or 0xADEB9B) is known color: Madang. HEX triplet: AD, EB and 9B. RGB value is (173,235,155). Sum of RGB (Red+Green+Blue) = 173+235+155=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB9B is #521464. Grayscale: #CFCFCF. Windows color (decimal): -5379173 or 10218413. OLE color: 10218413.
HSL color Cylindrical-coordinate representation of color #ADEB9B: hue angle of 106.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADEB9B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 155 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.08 |
| HSL | 106.5º | 0.67% | 0.76% | - |
| HSV(B) | 106.5º | 0.34% | 0.92% | - |
| XYZ | 52.86 | 70.67 | 41.86 | - |
| YUV | 207.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 155 | 0.26 | 0 | 0.34 | 0.08 | 106.5 | 0.67 | 0.76 |
| Hex | AD | EB | 9B | 1A | 0 | 22 | 8 | 6A | 43 | 4C |
| Octal | 255 | 353 | 233 | 32 | 0 | 42 | 10 | 152 | 103 | 114 |
| Binary | 10101101 | 11101011 | 10011011 | 11010 | 0 | 100010 | 1000 | 1101010 | 1000011 | 1001100 |
Color Harmonies of #ADEB9B
Complementary color
Monochromatic Colors of #ADEB9B
Black with #ADEB9B
Text Example
Text Example
White with #ADEB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB9B; }
p { color: rgb(173,235,155); }
H1.HeaderClassName
{
color: #ADEB9B;
}
.AnyTagClassName
{
color: #ADEB9B;
}
</style>
background-color css
<style>
a { background-color: #ADEB9B; }
a { background-color: rgb(173,235,155); }
div.DivClassName
{
background-color: #ADEB9B;
}
.BgClassName
{
background-color: #ADEB9B;
}
</style>
border-color css
<style>
span { border-color: #ADEB9B; }
span { border-color: rgb(173,235,155); }
td.TdClassName
{
border-color: #ADEB9B;
}
.TagClassName
{
border-color: #ADEB9B;
}
</style>