Shades of Madang #ADE196
Tints of Madang #ADE196
RGB
CMYK
RGB Variations
Color information
#ADE196 (or 0xADE196) is known color: Madang. HEX triplet: AD, E1 and 96. RGB value is (173,225,150). Sum of RGB (Red+Green+Blue) = 173+225+150=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE196 is #521E69. Grayscale: #C9C9C9. Windows color (decimal): -5381738 or 9888173. OLE color: 9888173.
HSL color Cylindrical-coordinate representation of color #ADE196: hue angle of 101.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADE196 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 150 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.12 |
| HSL | 101.6º | 0.56% | 0.74% | - |
| HSV(B) | 101.6º | 0.33% | 0.88% | - |
| XYZ | 49.66 | 64.94 | 38.77 | - |
| YUV | 200.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 150 | 0.23 | 0 | 0.33 | 0.12 | 101.6 | 0.56 | 0.74 |
| Hex | AD | E1 | 96 | 17 | 0 | 21 | C | 66 | 38 | 4A |
| Octal | 255 | 341 | 226 | 27 | 0 | 41 | 14 | 146 | 70 | 112 |
| Binary | 10101101 | 11100001 | 10010110 | 10111 | 0 | 100001 | 1100 | 1100110 | 111000 | 1001010 |
Color Harmonies of #ADE196
Complementary color
Monochromatic Colors of #ADE196
Black with #ADE196
Text Example
Text Example
White with #ADE196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE196; }
p { color: rgb(173,225,150); }
H1.HeaderClassName
{
color: #ADE196;
}
.AnyTagClassName
{
color: #ADE196;
}
</style>
background-color css
<style>
a { background-color: #ADE196; }
a { background-color: rgb(173,225,150); }
div.DivClassName
{
background-color: #ADE196;
}
.BgClassName
{
background-color: #ADE196;
}
</style>
border-color css
<style>
span { border-color: #ADE196; }
span { border-color: rgb(173,225,150); }
td.TdClassName
{
border-color: #ADE196;
}
.TagClassName
{
border-color: #ADE196;
}
</style>