Shades of Madang #AFDC9C
Tints of Madang #AFDC9C
RGB
CMYK
RGB Variations
Color information
#AFDC9C (or 0xAFDC9C) is known color: Madang. HEX triplet: AF, DC and 9C. RGB value is (175,220,156). Sum of RGB (Red+Green+Blue) = 175+220+156=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC9C is #502363. Grayscale: #C7C7C7. Windows color (decimal): -5251940 or 10280111. OLE color: 10280111.
HSL color Cylindrical-coordinate representation of color #AFDC9C: hue angle of 102.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDC9C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 156 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.14 |
| HSL | 102.19º | 0.48% | 0.74% | - |
| HSV(B) | 102.19º | 0.29% | 0.86% | - |
| XYZ | 49.27 | 62.7 | 40.96 | - |
| YUV | 199.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 156 | 0.20 | 0 | 0.29 | 0.14 | 102.19 | 0.48 | 0.74 |
| Hex | AF | DC | 9C | 14 | 0 | 1D | E | 66 | 30 | 4A |
| Octal | 257 | 334 | 234 | 24 | 0 | 35 | 16 | 146 | 60 | 112 |
| Binary | 10101111 | 11011100 | 10011100 | 10100 | 0 | 11101 | 1110 | 1100110 | 110000 | 1001010 |
Color Harmonies of #AFDC9C
Complementary color
Monochromatic Colors of #AFDC9C
Black with #AFDC9C
Text Example
Text Example
White with #AFDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC9C; }
p { color: rgb(175,220,156); }
H1.HeaderClassName
{
color: #AFDC9C;
}
.AnyTagClassName
{
color: #AFDC9C;
}
</style>
background-color css
<style>
a { background-color: #AFDC9C; }
a { background-color: rgb(175,220,156); }
div.DivClassName
{
background-color: #AFDC9C;
}
.BgClassName
{
background-color: #AFDC9C;
}
</style>
border-color css
<style>
span { border-color: #AFDC9C; }
span { border-color: rgb(175,220,156); }
td.TdClassName
{
border-color: #AFDC9C;
}
.TagClassName
{
border-color: #AFDC9C;
}
</style>