Shades of Madang #AFD49C
Tints of Madang #AFD49C
RGB
CMYK
RGB Variations
Color information
#AFD49C (or 0xAFD49C) is known color: Madang. HEX triplet: AF, D4 and 9C. RGB value is (175,212,156). Sum of RGB (Red+Green+Blue) = 175+212+156=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49C is #502B63. Grayscale: #C2C2C2. Windows color (decimal): -5253988 or 10278063. OLE color: 10278063.
HSL color Cylindrical-coordinate representation of color #AFD49C: hue angle of 99.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD49C is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 156 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.17 |
| HSL | 99.64º | 0.39% | 0.72% | - |
| HSV(B) | 99.64º | 0.26% | 0.83% | - |
| XYZ | 47.22 | 58.6 | 40.27 | - |
| YUV | 194.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 156 | 0.17 | 0 | 0.26 | 0.17 | 99.64 | 0.39 | 0.72 |
| Hex | AF | D4 | 9C | 11 | 0 | 1A | 11 | 64 | 27 | 48 |
| Octal | 257 | 324 | 234 | 21 | 0 | 32 | 21 | 144 | 47 | 110 |
| Binary | 10101111 | 11010100 | 10011100 | 10001 | 0 | 11010 | 10001 | 1100100 | 100111 | 1001000 |
Color Harmonies of #AFD49C
Complementary color
Monochromatic Colors of #AFD49C
Black with #AFD49C
Text Example
Text Example
White with #AFD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD49C; }
p { color: rgb(175,212,156); }
H1.HeaderClassName
{
color: #AFD49C;
}
.AnyTagClassName
{
color: #AFD49C;
}
</style>
background-color css
<style>
a { background-color: #AFD49C; }
a { background-color: rgb(175,212,156); }
div.DivClassName
{
background-color: #AFD49C;
}
.BgClassName
{
background-color: #AFD49C;
}
</style>
border-color css
<style>
span { border-color: #AFD49C; }
span { border-color: rgb(175,212,156); }
td.TdClassName
{
border-color: #AFD49C;
}
.TagClassName
{
border-color: #AFD49C;
}
</style>