Shades of Madang #ADEC9B
Tints of Madang #ADEC9B
RGB
CMYK
RGB Variations
Color information
#ADEC9B (or 0xADEC9B) is known color: Madang. HEX triplet: AD, EC and 9B. RGB value is (173,236,155). Sum of RGB (Red+Green+Blue) = 173+236+155=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEC9B is #521364. Grayscale: #D0D0D0. Windows color (decimal): -5378917 or 10218669. OLE color: 10218669.
HSL color Cylindrical-coordinate representation of color #ADEC9B: hue angle of 106.67º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADEC9B is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 155 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.07 |
| HSL | 106.67º | 0.68% | 0.77% | - |
| HSV(B) | 106.67º | 0.34% | 0.93% | - |
| XYZ | 53.15 | 71.24 | 41.96 | - |
| YUV | 207.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 155 | 0.27 | 0 | 0.34 | 0.07 | 106.67 | 0.68 | 0.77 |
| Hex | AD | EC | 9B | 1B | 0 | 22 | 7 | 6B | 44 | 4D |
| Octal | 255 | 354 | 233 | 33 | 0 | 42 | 7 | 153 | 104 | 115 |
| Binary | 10101101 | 11101100 | 10011011 | 11011 | 0 | 100010 | 111 | 1101011 | 1000100 | 1001101 |
Color Harmonies of #ADEC9B
Complementary color
Monochromatic Colors of #ADEC9B
Black with #ADEC9B
Text Example
Text Example
White with #ADEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC9B; }
p { color: rgb(173,236,155); }
H1.HeaderClassName
{
color: #ADEC9B;
}
.AnyTagClassName
{
color: #ADEC9B;
}
</style>
background-color css
<style>
a { background-color: #ADEC9B; }
a { background-color: rgb(173,236,155); }
div.DivClassName
{
background-color: #ADEC9B;
}
.BgClassName
{
background-color: #ADEC9B;
}
</style>
border-color css
<style>
span { border-color: #ADEC9B; }
span { border-color: rgb(173,236,155); }
td.TdClassName
{
border-color: #ADEC9B;
}
.TagClassName
{
border-color: #ADEC9B;
}
</style>