Shades of Madang #ADDEA1
Tints of Madang #ADDEA1
RGB
CMYK
RGB Variations
Color information
#ADDEA1 (or 0xADDEA1) is known color: Madang. HEX triplet: AD, DE and A1. RGB value is (173,222,161). Sum of RGB (Red+Green+Blue) = 173+222+161=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEA1 is #52215E. Grayscale: #C8C8C8. Windows color (decimal): -5382495 or 10608301. OLE color: 10608301.
HSL color Cylindrical-coordinate representation of color #ADDEA1: hue angle of 108.2º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDEA1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 161 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.13 |
| HSL | 108.2º | 0.48% | 0.75% | - |
| HSV(B) | 108.2º | 0.27% | 0.87% | - |
| XYZ | 49.79 | 63.7 | 43.39 | - |
| YUV | 200.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 161 | 0.22 | 0 | 0.27 | 0.13 | 108.2 | 0.48 | 0.75 |
| Hex | AD | DE | A1 | 16 | 0 | 1B | D | 6C | 30 | 4B |
| Octal | 255 | 336 | 241 | 26 | 0 | 33 | 15 | 154 | 60 | 113 |
| Binary | 10101101 | 11011110 | 10100001 | 10110 | 0 | 11011 | 1101 | 1101100 | 110000 | 1001011 |
Color Harmonies of #ADDEA1
Complementary color
Monochromatic Colors of #ADDEA1
Black with #ADDEA1
Text Example
Text Example
White with #ADDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEA1; }
p { color: rgb(173,222,161); }
H1.HeaderClassName
{
color: #ADDEA1;
}
.AnyTagClassName
{
color: #ADDEA1;
}
</style>
background-color css
<style>
a { background-color: #ADDEA1; }
a { background-color: rgb(173,222,161); }
div.DivClassName
{
background-color: #ADDEA1;
}
.BgClassName
{
background-color: #ADDEA1;
}
</style>
border-color css
<style>
span { border-color: #ADDEA1; }
span { border-color: rgb(173,222,161); }
td.TdClassName
{
border-color: #ADDEA1;
}
.TagClassName
{
border-color: #ADDEA1;
}
</style>