Shades of Madang #AFD3A2
Tints of Madang #AFD3A2
RGB
CMYK
RGB Variations
Color information
#AFD3A2 (or 0xAFD3A2) is known color: Madang. HEX triplet: AF, D3 and A2. RGB value is (175,211,162). Sum of RGB (Red+Green+Blue) = 175+211+162=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD3A2 is #502C5D. Grayscale: #C2C2C2. Windows color (decimal): -5254238 or 10671023. OLE color: 10671023.
HSL color Cylindrical-coordinate representation of color #AFD3A2: hue angle of 104.08º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFD3A2 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 162 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.17 |
| HSL | 104.08º | 0.36% | 0.73% | - |
| HSV(B) | 104.08º | 0.23% | 0.83% | - |
| XYZ | 47.5 | 58.31 | 42.93 | - |
| YUV | 194.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 162 | 0.17 | 0 | 0.23 | 0.17 | 104.08 | 0.36 | 0.73 |
| Hex | AF | D3 | A2 | 11 | 0 | 17 | 11 | 68 | 24 | 49 |
| Octal | 257 | 323 | 242 | 21 | 0 | 27 | 21 | 150 | 44 | 111 |
| Binary | 10101111 | 11010011 | 10100010 | 10001 | 0 | 10111 | 10001 | 1101000 | 100100 | 1001001 |
Color Harmonies of #AFD3A2
Complementary color
Monochromatic Colors of #AFD3A2
Black with #AFD3A2
Text Example
Text Example
White with #AFD3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD3A2; }
p { color: rgb(175,211,162); }
H1.HeaderClassName
{
color: #AFD3A2;
}
.AnyTagClassName
{
color: #AFD3A2;
}
</style>
background-color css
<style>
a { background-color: #AFD3A2; }
a { background-color: rgb(175,211,162); }
div.DivClassName
{
background-color: #AFD3A2;
}
.BgClassName
{
background-color: #AFD3A2;
}
</style>
border-color css
<style>
span { border-color: #AFD3A2; }
span { border-color: rgb(175,211,162); }
td.TdClassName
{
border-color: #AFD3A2;
}
.TagClassName
{
border-color: #AFD3A2;
}
</style>