Shades of Madang #AFDDA0
Tints of Madang #AFDDA0
RGB
CMYK
RGB Variations
Color information
#AFDDA0 (or 0xAFDDA0) is known color: Madang. HEX triplet: AF, DD and A0. RGB value is (175,221,160). Sum of RGB (Red+Green+Blue) = 175+221+160=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDA0 is #50225F. Grayscale: #C8C8C8. Windows color (decimal): -5251680 or 10542511. OLE color: 10542511.
HSL color Cylindrical-coordinate representation of color #AFDDA0: hue angle of 105.25º degrees, saturation: 0.47, 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 #AFDDA0 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 160 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.13 |
| HSL | 105.25º | 0.47% | 0.75% | - |
| HSV(B) | 105.25º | 0.28% | 0.87% | - |
| XYZ | 49.88 | 63.36 | 42.86 | - |
| YUV | 200.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 160 | 0.21 | 0 | 0.28 | 0.13 | 105.25 | 0.47 | 0.75 |
| Hex | AF | DD | A0 | 15 | 0 | 1C | D | 69 | 2F | 4B |
| Octal | 257 | 335 | 240 | 25 | 0 | 34 | 15 | 151 | 57 | 113 |
| Binary | 10101111 | 11011101 | 10100000 | 10101 | 0 | 11100 | 1101 | 1101001 | 101111 | 1001011 |
Color Harmonies of #AFDDA0
Complementary color
Monochromatic Colors of #AFDDA0
Black with #AFDDA0
Text Example
Text Example
White with #AFDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDA0; }
p { color: rgb(175,221,160); }
H1.HeaderClassName
{
color: #AFDDA0;
}
.AnyTagClassName
{
color: #AFDDA0;
}
</style>
background-color css
<style>
a { background-color: #AFDDA0; }
a { background-color: rgb(175,221,160); }
div.DivClassName
{
background-color: #AFDDA0;
}
.BgClassName
{
background-color: #AFDDA0;
}
</style>
border-color css
<style>
span { border-color: #AFDDA0; }
span { border-color: rgb(175,221,160); }
td.TdClassName
{
border-color: #AFDDA0;
}
.TagClassName
{
border-color: #AFDDA0;
}
</style>