Shades of Madang #ABDF9E
Tints of Madang #ABDF9E
RGB
CMYK
RGB Variations
Color information
#ABDF9E (or 0xABDF9E) is known color: Madang. HEX triplet: AB, DF and 9E. RGB value is (171,223,158). Sum of RGB (Red+Green+Blue) = 171+223+158=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF9E is #542061. Grayscale: #C8C8C8. Windows color (decimal): -5513314 or 10411947. OLE color: 10411947.
HSL color Cylindrical-coordinate representation of color #ABDF9E: hue angle of 108º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDF9E is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 158 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.13 |
| HSL | 108º | 0.5% | 0.75% | - |
| HSV(B) | 108º | 0.29% | 0.87% | - |
| XYZ | 49.35 | 63.9 | 42.08 | - |
| YUV | 200.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 158 | 0.23 | 0 | 0.29 | 0.13 | 108 | 0.5 | 0.75 |
| Hex | AB | DF | 9E | 17 | 0 | 1D | D | 6C | 32 | 4B |
| Octal | 253 | 337 | 236 | 27 | 0 | 35 | 15 | 154 | 62 | 113 |
| Binary | 10101011 | 11011111 | 10011110 | 10111 | 0 | 11101 | 1101 | 1101100 | 110010 | 1001011 |
Color Harmonies of #ABDF9E
Complementary color
Monochromatic Colors of #ABDF9E
Black with #ABDF9E
Text Example
Text Example
White with #ABDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF9E; }
p { color: rgb(171,223,158); }
H1.HeaderClassName
{
color: #ABDF9E;
}
.AnyTagClassName
{
color: #ABDF9E;
}
</style>
background-color css
<style>
a { background-color: #ABDF9E; }
a { background-color: rgb(171,223,158); }
div.DivClassName
{
background-color: #ABDF9E;
}
.BgClassName
{
background-color: #ABDF9E;
}
</style>
border-color css
<style>
span { border-color: #ABDF9E; }
span { border-color: rgb(171,223,158); }
td.TdClassName
{
border-color: #ABDF9E;
}
.TagClassName
{
border-color: #ABDF9E;
}
</style>