Shades of Madang #ADE1A0
Tints of Madang #ADE1A0
RGB
CMYK
RGB Variations
Color information
#ADE1A0 (or 0xADE1A0) is known color: Madang. HEX triplet: AD, E1 and A0. RGB value is (173,225,160). Sum of RGB (Red+Green+Blue) = 173+225+160=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE1A0 is #521E5F. Grayscale: #CACACA. Windows color (decimal): -5381728 or 10543533. OLE color: 10543533.
HSL color Cylindrical-coordinate representation of color #ADE1A0: hue angle of 108º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADE1A0 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 160 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.12 |
| HSL | 108º | 0.52% | 0.75% | - |
| HSV(B) | 108º | 0.29% | 0.88% | - |
| XYZ | 50.5 | 65.27 | 43.19 | - |
| YUV | 202.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 160 | 0.23 | 0 | 0.29 | 0.12 | 108 | 0.52 | 0.75 |
| Hex | AD | E1 | A0 | 17 | 0 | 1D | C | 6C | 34 | 4B |
| Octal | 255 | 341 | 240 | 27 | 0 | 35 | 14 | 154 | 64 | 113 |
| Binary | 10101101 | 11100001 | 10100000 | 10111 | 0 | 11101 | 1100 | 1101100 | 110100 | 1001011 |
Color Harmonies of #ADE1A0
Complementary color
Monochromatic Colors of #ADE1A0
Black with #ADE1A0
Text Example
Text Example
White with #ADE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1A0; }
p { color: rgb(173,225,160); }
H1.HeaderClassName
{
color: #ADE1A0;
}
.AnyTagClassName
{
color: #ADE1A0;
}
</style>
background-color css
<style>
a { background-color: #ADE1A0; }
a { background-color: rgb(173,225,160); }
div.DivClassName
{
background-color: #ADE1A0;
}
.BgClassName
{
background-color: #ADE1A0;
}
</style>
border-color css
<style>
span { border-color: #ADE1A0; }
span { border-color: rgb(173,225,160); }
td.TdClassName
{
border-color: #ADE1A0;
}
.TagClassName
{
border-color: #ADE1A0;
}
</style>