Shades of Madang #ADE496
Tints of Madang #ADE496
RGB
CMYK
RGB Variations
Color information
#ADE496 (or 0xADE496) is known color: Madang. HEX triplet: AD, E4 and 96. RGB value is (173,228,150). Sum of RGB (Red+Green+Blue) = 173+228+150=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE496 is #521B69. Grayscale: #CACACA. Windows color (decimal): -5380970 or 9888941. OLE color: 9888941.
HSL color Cylindrical-coordinate representation of color #ADE496: hue angle of 102.31º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADE496 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 150 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.11 |
| HSL | 102.31º | 0.59% | 0.74% | - |
| HSV(B) | 102.31º | 0.34% | 0.89% | - |
| XYZ | 50.48 | 66.57 | 39.04 | - |
| YUV | 202.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 150 | 0.24 | 0 | 0.34 | 0.11 | 102.31 | 0.59 | 0.74 |
| Hex | AD | E4 | 96 | 18 | 0 | 22 | B | 66 | 3B | 4A |
| Octal | 255 | 344 | 226 | 30 | 0 | 42 | 13 | 146 | 73 | 112 |
| Binary | 10101101 | 11100100 | 10010110 | 11000 | 0 | 100010 | 1011 | 1100110 | 111011 | 1001010 |
Color Harmonies of #ADE496
Complementary color
Monochromatic Colors of #ADE496
Black with #ADE496
Text Example
Text Example
White with #ADE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE496; }
p { color: rgb(173,228,150); }
H1.HeaderClassName
{
color: #ADE496;
}
.AnyTagClassName
{
color: #ADE496;
}
</style>
background-color css
<style>
a { background-color: #ADE496; }
a { background-color: rgb(173,228,150); }
div.DivClassName
{
background-color: #ADE496;
}
.BgClassName
{
background-color: #ADE496;
}
</style>
border-color css
<style>
span { border-color: #ADE496; }
span { border-color: rgb(173,228,150); }
td.TdClassName
{
border-color: #ADE496;
}
.TagClassName
{
border-color: #ADE496;
}
</style>