Shades of Madang #AFDDA6
Tints of Madang #AFDDA6
RGB
CMYK
RGB Variations
Color information
#AFDDA6 (or 0xAFDDA6) is known color: Madang. HEX triplet: AF, DD and A6. RGB value is (175,221,166). Sum of RGB (Red+Green+Blue) = 175+221+166=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDA6 is #502259. Grayscale: #C9C9C9. Windows color (decimal): -5251674 or 10935727. OLE color: 10935727.
HSL color Cylindrical-coordinate representation of color #AFDDA6: hue angle of 110.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDDA6 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
RGB | 175 | 221 | 166 | - |
CMYK | 0.21 | 0 | 0.25 | 0.13 |
HSL | 110.18º | 0.45% | 0.76% | - |
HSV(B) | 110.18º | 0.25% | 0.87% | - |
XYZ | 50.42 | 63.58 | 45.69 | - |
YUV | 200.98 | 108.26 | 109.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 221 | 166 | 0.21 | 0 | 0.25 | 0.13 | 110.18 | 0.45 | 0.76 |
Hex | AF | DD | A6 | 15 | 0 | 19 | D | 6E | 2D | 4C |
Octal | 257 | 335 | 246 | 25 | 0 | 31 | 15 | 156 | 55 | 114 |
Binary | 10101111 | 11011101 | 10100110 | 10101 | 0 | 11001 | 1101 | 1101110 | 101101 | 1001100 |
Color Harmonies of #AFDDA6
Complementary color
Monochromatic Colors of #AFDDA6
Black with #AFDDA6
Text Example
Text Example
White with #AFDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDA6; }
p { color: rgb(175,221,166); }
H1.HeaderClassName
{
color: #AFDDA6;
}
.AnyTagClassName
{
color: #AFDDA6;
}
</style>
background-color css
<style>
a { background-color: #AFDDA6; }
a { background-color: rgb(175,221,166); }
div.DivClassName
{
background-color: #AFDDA6;
}
.BgClassName
{
background-color: #AFDDA6;
}
</style>
border-color css
<style>
span { border-color: #AFDDA6; }
span { border-color: rgb(175,221,166); }
td.TdClassName
{
border-color: #AFDDA6;
}
.TagClassName
{
border-color: #AFDDA6;
}
</style>