Shades of Madang #ADE5A0
Tints of Madang #ADE5A0
RGB
CMYK
RGB Variations
Color information
#ADE5A0 (or 0xADE5A0) is known color: Madang. HEX triplet: AD, E5 and A0. RGB value is (173,229,160). Sum of RGB (Red+Green+Blue) = 173+229+160=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE5A0 is #521A5F. Grayscale: #CCCCCC. Windows color (decimal): -5380704 or 10544557. OLE color: 10544557.
HSL color Cylindrical-coordinate representation of color #ADE5A0: hue angle of 108.7º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADE5A0 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 160 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.10 |
| HSL | 108.7º | 0.57% | 0.76% | - |
| HSV(B) | 108.7º | 0.3% | 0.9% | - |
| XYZ | 51.6 | 67.46 | 43.56 | - |
| YUV | 204.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 160 | 0.24 | 0 | 0.30 | 0.10 | 108.7 | 0.57 | 0.76 |
| Hex | AD | E5 | A0 | 18 | 0 | 1E | A | 6D | 39 | 4C |
| Octal | 255 | 345 | 240 | 30 | 0 | 36 | 12 | 155 | 71 | 114 |
| Binary | 10101101 | 11100101 | 10100000 | 11000 | 0 | 11110 | 1010 | 1101101 | 111001 | 1001100 |
Color Harmonies of #ADE5A0
Complementary color
Monochromatic Colors of #ADE5A0
Black with #ADE5A0
Text Example
Text Example
White with #ADE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5A0; }
p { color: rgb(173,229,160); }
H1.HeaderClassName
{
color: #ADE5A0;
}
.AnyTagClassName
{
color: #ADE5A0;
}
</style>
background-color css
<style>
a { background-color: #ADE5A0; }
a { background-color: rgb(173,229,160); }
div.DivClassName
{
background-color: #ADE5A0;
}
.BgClassName
{
background-color: #ADE5A0;
}
</style>
border-color css
<style>
span { border-color: #ADE5A0; }
span { border-color: rgb(173,229,160); }
td.TdClassName
{
border-color: #ADE5A0;
}
.TagClassName
{
border-color: #ADE5A0;
}
</style>