Shades of Madang #AFD89B
Tints of Madang #AFD89B
RGB
CMYK
RGB Variations
Color information
#AFD89B (or 0xAFD89B) is known color: Madang. HEX triplet: AF, D8 and 9B. RGB value is (175,216,155). Sum of RGB (Red+Green+Blue) = 175+216+155=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD89B is #502764. Grayscale: #C4C4C4. Windows color (decimal): -5252965 or 10213551. OLE color: 10213551.
HSL color Cylindrical-coordinate representation of color #AFD89B: hue angle of 100.33º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD89B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 155 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.15 |
| HSL | 100.33º | 0.44% | 0.73% | - |
| HSV(B) | 100.33º | 0.28% | 0.85% | - |
| XYZ | 48.15 | 60.59 | 40.17 | - |
| YUV | 196.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 155 | 0.19 | 0 | 0.28 | 0.15 | 100.33 | 0.44 | 0.73 |
| Hex | AF | D8 | 9B | 13 | 0 | 1C | F | 64 | 2C | 49 |
| Octal | 257 | 330 | 233 | 23 | 0 | 34 | 17 | 144 | 54 | 111 |
| Binary | 10101111 | 11011000 | 10011011 | 10011 | 0 | 11100 | 1111 | 1100100 | 101100 | 1001001 |
Color Harmonies of #AFD89B
Complementary color
Monochromatic Colors of #AFD89B
Black with #AFD89B
Text Example
Text Example
White with #AFD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD89B; }
p { color: rgb(175,216,155); }
H1.HeaderClassName
{
color: #AFD89B;
}
.AnyTagClassName
{
color: #AFD89B;
}
</style>
background-color css
<style>
a { background-color: #AFD89B; }
a { background-color: rgb(175,216,155); }
div.DivClassName
{
background-color: #AFD89B;
}
.BgClassName
{
background-color: #AFD89B;
}
</style>
border-color css
<style>
span { border-color: #AFD89B; }
span { border-color: rgb(175,216,155); }
td.TdClassName
{
border-color: #AFD89B;
}
.TagClassName
{
border-color: #AFD89B;
}
</style>