Shades of Madang #ADDFA0
Tints of Madang #ADDFA0
RGB
CMYK
RGB Variations
Color information
#ADDFA0 (or 0xADDFA0) is known color: Madang. HEX triplet: AD, DF and A0. RGB value is (173,223,160). Sum of RGB (Red+Green+Blue) = 173+223+160=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFA0 is #52205F. Grayscale: #C9C9C9. Windows color (decimal): -5382240 or 10543021. OLE color: 10543021.
HSL color Cylindrical-coordinate representation of color #ADDFA0: hue angle of 107.62º degrees, saturation: 0.5, 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 #ADDFA0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 160 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.13 |
| HSL | 107.62º | 0.5% | 0.75% | - |
| HSV(B) | 107.62º | 0.28% | 0.87% | - |
| XYZ | 49.97 | 64.2 | 43.02 | - |
| YUV | 200.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 160 | 0.22 | 0 | 0.28 | 0.13 | 107.62 | 0.5 | 0.75 |
| Hex | AD | DF | A0 | 16 | 0 | 1C | D | 6C | 32 | 4B |
| Octal | 255 | 337 | 240 | 26 | 0 | 34 | 15 | 154 | 62 | 113 |
| Binary | 10101101 | 11011111 | 10100000 | 10110 | 0 | 11100 | 1101 | 1101100 | 110010 | 1001011 |
Color Harmonies of #ADDFA0
Complementary color
Monochromatic Colors of #ADDFA0
Black with #ADDFA0
Text Example
Text Example
White with #ADDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFA0; }
p { color: rgb(173,223,160); }
H1.HeaderClassName
{
color: #ADDFA0;
}
.AnyTagClassName
{
color: #ADDFA0;
}
</style>
background-color css
<style>
a { background-color: #ADDFA0; }
a { background-color: rgb(173,223,160); }
div.DivClassName
{
background-color: #ADDFA0;
}
.BgClassName
{
background-color: #ADDFA0;
}
</style>
border-color css
<style>
span { border-color: #ADDFA0; }
span { border-color: rgb(173,223,160); }
td.TdClassName
{
border-color: #ADDFA0;
}
.TagClassName
{
border-color: #ADDFA0;
}
</style>