Shades of Madang #ADDFA1
Tints of Madang #ADDFA1
RGB
CMYK
RGB Variations
Color information
#ADDFA1 (or 0xADDFA1) is known color: Madang. HEX triplet: AD, DF and A1. RGB value is (173,223,161). Sum of RGB (Red+Green+Blue) = 173+223+161=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFA1 is #52205E. Grayscale: #C9C9C9. Windows color (decimal): -5382239 or 10608557. OLE color: 10608557.
HSL color Cylindrical-coordinate representation of color #ADDFA1: hue angle of 108.39º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDFA1 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 161 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.13 |
| HSL | 108.39º | 0.49% | 0.75% | - |
| HSV(B) | 108.39º | 0.28% | 0.87% | - |
| XYZ | 50.05 | 64.23 | 43.48 | - |
| YUV | 200.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 161 | 0.22 | 0 | 0.28 | 0.13 | 108.39 | 0.49 | 0.75 |
| Hex | AD | DF | A1 | 16 | 0 | 1C | D | 6C | 31 | 4B |
| Octal | 255 | 337 | 241 | 26 | 0 | 34 | 15 | 154 | 61 | 113 |
| Binary | 10101101 | 11011111 | 10100001 | 10110 | 0 | 11100 | 1101 | 1101100 | 110001 | 1001011 |
Color Harmonies of #ADDFA1
Complementary color
Monochromatic Colors of #ADDFA1
Black with #ADDFA1
Text Example
Text Example
White with #ADDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFA1; }
p { color: rgb(173,223,161); }
H1.HeaderClassName
{
color: #ADDFA1;
}
.AnyTagClassName
{
color: #ADDFA1;
}
</style>
background-color css
<style>
a { background-color: #ADDFA1; }
a { background-color: rgb(173,223,161); }
div.DivClassName
{
background-color: #ADDFA1;
}
.BgClassName
{
background-color: #ADDFA1;
}
</style>
border-color css
<style>
span { border-color: #ADDFA1; }
span { border-color: rgb(173,223,161); }
td.TdClassName
{
border-color: #ADDFA1;
}
.TagClassName
{
border-color: #ADDFA1;
}
</style>