Shades of Madang #ABDF9B
Tints of Madang #ABDF9B
RGB
CMYK
RGB Variations
Color information
#ABDF9B (or 0xABDF9B) is known color: Madang. HEX triplet: AB, DF and 9B. RGB value is (171,223,155). Sum of RGB (Red+Green+Blue) = 171+223+155=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF9B is #542064. Grayscale: #C7C7C7. Windows color (decimal): -5513317 or 10215339. OLE color: 10215339.
HSL color Cylindrical-coordinate representation of color #ABDF9B: hue angle of 105.88º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDF9B is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 155 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.13 |
| HSL | 105.88º | 0.52% | 0.74% | - |
| HSV(B) | 105.88º | 0.3% | 0.87% | - |
| XYZ | 49.1 | 63.8 | 40.74 | - |
| YUV | 199.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 155 | 0.23 | 0 | 0.30 | 0.13 | 105.88 | 0.52 | 0.74 |
| Hex | AB | DF | 9B | 17 | 0 | 1E | D | 6A | 34 | 4A |
| Octal | 253 | 337 | 233 | 27 | 0 | 36 | 15 | 152 | 64 | 112 |
| Binary | 10101011 | 11011111 | 10011011 | 10111 | 0 | 11110 | 1101 | 1101010 | 110100 | 1001010 |
Color Harmonies of #ABDF9B
Complementary color
Monochromatic Colors of #ABDF9B
Black with #ABDF9B
Text Example
Text Example
White with #ABDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF9B; }
p { color: rgb(171,223,155); }
H1.HeaderClassName
{
color: #ABDF9B;
}
.AnyTagClassName
{
color: #ABDF9B;
}
</style>
background-color css
<style>
a { background-color: #ABDF9B; }
a { background-color: rgb(171,223,155); }
div.DivClassName
{
background-color: #ABDF9B;
}
.BgClassName
{
background-color: #ABDF9B;
}
</style>
border-color css
<style>
span { border-color: #ABDF9B; }
span { border-color: rgb(171,223,155); }
td.TdClassName
{
border-color: #ABDF9B;
}
.TagClassName
{
border-color: #ABDF9B;
}
</style>