Shades of Madang #AFDDA4
Tints of Madang #AFDDA4
RGB
CMYK
RGB Variations
Color information
#AFDDA4 (or 0xAFDDA4) is known color: Madang. HEX triplet: AF, DD and A4. RGB value is (175,221,164). Sum of RGB (Red+Green+Blue) = 175+221+164=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDA4 is #50225B. Grayscale: #C8C8C8. Windows color (decimal): -5251676 or 10804655. OLE color: 10804655.
HSL color Cylindrical-coordinate representation of color #AFDDA4: hue angle of 108.42º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDDA4 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 164 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.13 |
| HSL | 108.42º | 0.46% | 0.75% | - |
| HSV(B) | 108.42º | 0.26% | 0.87% | - |
| XYZ | 50.24 | 63.51 | 44.73 | - |
| YUV | 200.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 164 | 0.21 | 0 | 0.26 | 0.13 | 108.42 | 0.46 | 0.75 |
| Hex | AF | DD | A4 | 15 | 0 | 1A | D | 6C | 2E | 4B |
| Octal | 257 | 335 | 244 | 25 | 0 | 32 | 15 | 154 | 56 | 113 |
| Binary | 10101111 | 11011101 | 10100100 | 10101 | 0 | 11010 | 1101 | 1101100 | 101110 | 1001011 |
Color Harmonies of #AFDDA4
Complementary color
Monochromatic Colors of #AFDDA4
Black with #AFDDA4
Text Example
Text Example
White with #AFDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDA4; }
p { color: rgb(175,221,164); }
H1.HeaderClassName
{
color: #AFDDA4;
}
.AnyTagClassName
{
color: #AFDDA4;
}
</style>
background-color css
<style>
a { background-color: #AFDDA4; }
a { background-color: rgb(175,221,164); }
div.DivClassName
{
background-color: #AFDDA4;
}
.BgClassName
{
background-color: #AFDDA4;
}
</style>
border-color css
<style>
span { border-color: #AFDDA4; }
span { border-color: rgb(175,221,164); }
td.TdClassName
{
border-color: #AFDDA4;
}
.TagClassName
{
border-color: #AFDDA4;
}
</style>