Shades of Madang #AFDC9B
Tints of Madang #AFDC9B
RGB
CMYK
RGB Variations
Color information
#AFDC9B (or 0xAFDC9B) is known color: Madang. HEX triplet: AF, DC and 9B. RGB value is (175,220,155). Sum of RGB (Red+Green+Blue) = 175+220+155=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC9B is #502364. Grayscale: #C7C7C7. Windows color (decimal): -5251941 or 10214575. OLE color: 10214575.
HSL color Cylindrical-coordinate representation of color #AFDC9B: hue angle of 101.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDC9B is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 155 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.14 |
| HSL | 101.54º | 0.48% | 0.74% | - |
| HSV(B) | 101.54º | 0.3% | 0.86% | - |
| XYZ | 49.19 | 62.67 | 40.51 | - |
| YUV | 199.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 155 | 0.20 | 0 | 0.30 | 0.14 | 101.54 | 0.48 | 0.74 |
| Hex | AF | DC | 9B | 14 | 0 | 1E | E | 66 | 30 | 4A |
| Octal | 257 | 334 | 233 | 24 | 0 | 36 | 16 | 146 | 60 | 112 |
| Binary | 10101111 | 11011100 | 10011011 | 10100 | 0 | 11110 | 1110 | 1100110 | 110000 | 1001010 |
Color Harmonies of #AFDC9B
Complementary color
Monochromatic Colors of #AFDC9B
Black with #AFDC9B
Text Example
Text Example
White with #AFDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC9B; }
p { color: rgb(175,220,155); }
H1.HeaderClassName
{
color: #AFDC9B;
}
.AnyTagClassName
{
color: #AFDC9B;
}
</style>
background-color css
<style>
a { background-color: #AFDC9B; }
a { background-color: rgb(175,220,155); }
div.DivClassName
{
background-color: #AFDC9B;
}
.BgClassName
{
background-color: #AFDC9B;
}
</style>
border-color css
<style>
span { border-color: #AFDC9B; }
span { border-color: rgb(175,220,155); }
td.TdClassName
{
border-color: #AFDC9B;
}
.TagClassName
{
border-color: #AFDC9B;
}
</style>