Shades of Madang #AFDDA1
Tints of Madang #AFDDA1
RGB
CMYK
RGB Variations
Color information
#AFDDA1 (or 0xAFDDA1) is known color: Madang. HEX triplet: AF, DD and A1. RGB value is (175,221,161). Sum of RGB (Red+Green+Blue) = 175+221+161=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDA1 is #50225E. Grayscale: #C8C8C8. Windows color (decimal): -5251679 or 10608047. OLE color: 10608047.
HSL color Cylindrical-coordinate representation of color #AFDDA1: hue angle of 106º degrees, saturation: 0.47, 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 #AFDDA1 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 161 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.13 |
| HSL | 106º | 0.47% | 0.75% | - |
| HSV(B) | 106º | 0.27% | 0.87% | - |
| XYZ | 49.97 | 63.4 | 43.32 | - |
| YUV | 200.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 161 | 0.21 | 0 | 0.27 | 0.13 | 106 | 0.47 | 0.75 |
| Hex | AF | DD | A1 | 15 | 0 | 1B | D | 6A | 2F | 4B |
| Octal | 257 | 335 | 241 | 25 | 0 | 33 | 15 | 152 | 57 | 113 |
| Binary | 10101111 | 11011101 | 10100001 | 10101 | 0 | 11011 | 1101 | 1101010 | 101111 | 1001011 |
Color Harmonies of #AFDDA1
Complementary color
Monochromatic Colors of #AFDDA1
Black with #AFDDA1
Text Example
Text Example
White with #AFDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDA1; }
p { color: rgb(175,221,161); }
H1.HeaderClassName
{
color: #AFDDA1;
}
.AnyTagClassName
{
color: #AFDDA1;
}
</style>
background-color css
<style>
a { background-color: #AFDDA1; }
a { background-color: rgb(175,221,161); }
div.DivClassName
{
background-color: #AFDDA1;
}
.BgClassName
{
background-color: #AFDDA1;
}
</style>
border-color css
<style>
span { border-color: #AFDDA1; }
span { border-color: rgb(175,221,161); }
td.TdClassName
{
border-color: #AFDDA1;
}
.TagClassName
{
border-color: #AFDDA1;
}
</style>