Shades of Madang #ADEDA1
Tints of Madang #ADEDA1
RGB
CMYK
RGB Variations
Color information
#ADEDA1 (or 0xADEDA1) is known color: Madang. HEX triplet: AD, ED and A1. RGB value is (173,237,161). Sum of RGB (Red+Green+Blue) = 173+237+161=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEDA1 is #52125E. Grayscale: #D1D1D1. Windows color (decimal): -5378655 or 10612141. OLE color: 10612141.
HSL color Cylindrical-coordinate representation of color #ADEDA1: hue angle of 110.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEDA1 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 161 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.07 |
| HSL | 110.53º | 0.68% | 0.78% | - |
| HSV(B) | 110.53º | 0.32% | 0.93% | - |
| XYZ | 53.95 | 72.03 | 44.78 | - |
| YUV | 209.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 161 | 0.27 | 0 | 0.32 | 0.07 | 110.53 | 0.68 | 0.78 |
| Hex | AD | ED | A1 | 1B | 0 | 20 | 7 | 6F | 44 | 4E |
| Octal | 255 | 355 | 241 | 33 | 0 | 40 | 7 | 157 | 104 | 116 |
| Binary | 10101101 | 11101101 | 10100001 | 11011 | 0 | 100000 | 111 | 1101111 | 1000100 | 1001110 |
Color Harmonies of #ADEDA1
Complementary color
Monochromatic Colors of #ADEDA1
Black with #ADEDA1
Text Example
Text Example
White with #ADEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDA1; }
p { color: rgb(173,237,161); }
H1.HeaderClassName
{
color: #ADEDA1;
}
.AnyTagClassName
{
color: #ADEDA1;
}
</style>
background-color css
<style>
a { background-color: #ADEDA1; }
a { background-color: rgb(173,237,161); }
div.DivClassName
{
background-color: #ADEDA1;
}
.BgClassName
{
background-color: #ADEDA1;
}
</style>
border-color css
<style>
span { border-color: #ADEDA1; }
span { border-color: rgb(173,237,161); }
td.TdClassName
{
border-color: #ADEDA1;
}
.TagClassName
{
border-color: #ADEDA1;
}
</style>