Shades of Madang #AFDF9D
Tints of Madang #AFDF9D
RGB
CMYK
RGB Variations
Color information
#AFDF9D (or 0xAFDF9D) is known color: Madang. HEX triplet: AF, DF and 9D. RGB value is (175,223,157). Sum of RGB (Red+Green+Blue) = 175+223+157=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF9D is #502062. Grayscale: #C9C9C9. Windows color (decimal): -5251171 or 10346415. OLE color: 10346415.
HSL color Cylindrical-coordinate representation of color #AFDF9D: hue angle of 103.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDF9D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 157 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.13 |
| HSL | 103.64º | 0.51% | 0.75% | - |
| HSV(B) | 103.64º | 0.3% | 0.87% | - |
| XYZ | 50.15 | 64.32 | 41.67 | - |
| YUV | 201.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 157 | 0.22 | 0 | 0.30 | 0.13 | 103.64 | 0.51 | 0.75 |
| Hex | AF | DF | 9D | 16 | 0 | 1E | D | 68 | 33 | 4B |
| Octal | 257 | 337 | 235 | 26 | 0 | 36 | 15 | 150 | 63 | 113 |
| Binary | 10101111 | 11011111 | 10011101 | 10110 | 0 | 11110 | 1101 | 1101000 | 110011 | 1001011 |
Color Harmonies of #AFDF9D
Complementary color
Monochromatic Colors of #AFDF9D
Black with #AFDF9D
Text Example
Text Example
White with #AFDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF9D; }
p { color: rgb(175,223,157); }
H1.HeaderClassName
{
color: #AFDF9D;
}
.AnyTagClassName
{
color: #AFDF9D;
}
</style>
background-color css
<style>
a { background-color: #AFDF9D; }
a { background-color: rgb(175,223,157); }
div.DivClassName
{
background-color: #AFDF9D;
}
.BgClassName
{
background-color: #AFDF9D;
}
</style>
border-color css
<style>
span { border-color: #AFDF9D; }
span { border-color: rgb(175,223,157); }
td.TdClassName
{
border-color: #AFDF9D;
}
.TagClassName
{
border-color: #AFDF9D;
}
</style>