Shades of Madang #ADEDA3
Tints of Madang #ADEDA3
RGB
CMYK
RGB Variations
Color information
#ADEDA3 (or 0xADEDA3) is known color: Madang. HEX triplet: AD, ED and A3. RGB value is (173,237,163). Sum of RGB (Red+Green+Blue) = 173+237+163=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEDA3 is #52125C. Grayscale: #D1D1D1. Windows color (decimal): -5378653 or 10743213. OLE color: 10743213.
HSL color Cylindrical-coordinate representation of color #ADEDA3: hue angle of 111.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADEDA3 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 163 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.07 |
| HSL | 111.89º | 0.67% | 0.78% | - |
| HSV(B) | 111.89º | 0.31% | 0.93% | - |
| XYZ | 54.13 | 72.1 | 45.71 | - |
| YUV | 209.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 163 | 0.27 | 0 | 0.31 | 0.07 | 111.89 | 0.67 | 0.78 |
| Hex | AD | ED | A3 | 1B | 0 | 1F | 7 | 70 | 43 | 4E |
| Octal | 255 | 355 | 243 | 33 | 0 | 37 | 7 | 160 | 103 | 116 |
| Binary | 10101101 | 11101101 | 10100011 | 11011 | 0 | 11111 | 111 | 1110000 | 1000011 | 1001110 |
Color Harmonies of #ADEDA3
Complementary color
Monochromatic Colors of #ADEDA3
Black with #ADEDA3
Text Example
Text Example
White with #ADEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDA3; }
p { color: rgb(173,237,163); }
H1.HeaderClassName
{
color: #ADEDA3;
}
.AnyTagClassName
{
color: #ADEDA3;
}
</style>
background-color css
<style>
a { background-color: #ADEDA3; }
a { background-color: rgb(173,237,163); }
div.DivClassName
{
background-color: #ADEDA3;
}
.BgClassName
{
background-color: #ADEDA3;
}
</style>
border-color css
<style>
span { border-color: #ADEDA3; }
span { border-color: rgb(173,237,163); }
td.TdClassName
{
border-color: #ADEDA3;
}
.TagClassName
{
border-color: #ADEDA3;
}
</style>