Shades of Madang #AFDDA2
Tints of Madang #AFDDA2
RGB
CMYK
RGB Variations
Color information
#AFDDA2 (or 0xAFDDA2) is known color: Madang. HEX triplet: AF, DD and A2. RGB value is (175,221,162). Sum of RGB (Red+Green+Blue) = 175+221+162=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDA2 is #50225D. Grayscale: #C8C8C8. Windows color (decimal): -5251678 or 10673583. OLE color: 10673583.
HSL color Cylindrical-coordinate representation of color #AFDDA2: hue angle of 106.78º degrees, saturation: 0.46, 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 #AFDDA2 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 162 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.13 |
| HSL | 106.78º | 0.46% | 0.75% | - |
| HSV(B) | 106.78º | 0.27% | 0.87% | - |
| XYZ | 50.06 | 63.44 | 43.79 | - |
| YUV | 200.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 162 | 0.21 | 0 | 0.27 | 0.13 | 106.78 | 0.46 | 0.75 |
| Hex | AF | DD | A2 | 15 | 0 | 1B | D | 6B | 2E | 4B |
| Octal | 257 | 335 | 242 | 25 | 0 | 33 | 15 | 153 | 56 | 113 |
| Binary | 10101111 | 11011101 | 10100010 | 10101 | 0 | 11011 | 1101 | 1101011 | 101110 | 1001011 |
Color Harmonies of #AFDDA2
Complementary color
Monochromatic Colors of #AFDDA2
Black with #AFDDA2
Text Example
Text Example
White with #AFDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDA2; }
p { color: rgb(175,221,162); }
H1.HeaderClassName
{
color: #AFDDA2;
}
.AnyTagClassName
{
color: #AFDDA2;
}
</style>
background-color css
<style>
a { background-color: #AFDDA2; }
a { background-color: rgb(175,221,162); }
div.DivClassName
{
background-color: #AFDDA2;
}
.BgClassName
{
background-color: #AFDDA2;
}
</style>
border-color css
<style>
span { border-color: #AFDDA2; }
span { border-color: rgb(175,221,162); }
td.TdClassName
{
border-color: #AFDDA2;
}
.TagClassName
{
border-color: #AFDDA2;
}
</style>