Shades of Madang #ADECA2
Tints of Madang #ADECA2
RGB
CMYK
RGB Variations
Color information
#ADECA2 (or 0xADECA2) is known color: Madang. HEX triplet: AD, EC and A2. RGB value is (173,236,162). Sum of RGB (Red+Green+Blue) = 173+236+162=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADECA2 is #52135D. Grayscale: #D0D0D0. Windows color (decimal): -5378910 or 10677421. OLE color: 10677421.
HSL color Cylindrical-coordinate representation of color #ADECA2: hue angle of 111.08º degrees, saturation: 0.66, 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 #ADECA2 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 162 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.07 |
| HSL | 111.08º | 0.66% | 0.78% | - |
| HSV(B) | 111.08º | 0.31% | 0.93% | - |
| XYZ | 53.75 | 71.48 | 45.15 | - |
| YUV | 208.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 162 | 0.27 | 0 | 0.31 | 0.07 | 111.08 | 0.66 | 0.78 |
| Hex | AD | EC | A2 | 1B | 0 | 1F | 7 | 6F | 42 | 4E |
| Octal | 255 | 354 | 242 | 33 | 0 | 37 | 7 | 157 | 102 | 116 |
| Binary | 10101101 | 11101100 | 10100010 | 11011 | 0 | 11111 | 111 | 1101111 | 1000010 | 1001110 |
Color Harmonies of #ADECA2
Complementary color
Monochromatic Colors of #ADECA2
Black with #ADECA2
Text Example
Text Example
White with #ADECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECA2; }
p { color: rgb(173,236,162); }
H1.HeaderClassName
{
color: #ADECA2;
}
.AnyTagClassName
{
color: #ADECA2;
}
</style>
background-color css
<style>
a { background-color: #ADECA2; }
a { background-color: rgb(173,236,162); }
div.DivClassName
{
background-color: #ADECA2;
}
.BgClassName
{
background-color: #ADECA2;
}
</style>
border-color css
<style>
span { border-color: #ADECA2; }
span { border-color: rgb(173,236,162); }
td.TdClassName
{
border-color: #ADECA2;
}
.TagClassName
{
border-color: #ADECA2;
}
</style>