Shades of Madang #ABDAA1
Tints of Madang #ABDAA1
RGB
CMYK
RGB Variations
Color information
#ABDAA1 (or 0xABDAA1) is known color: Madang. HEX triplet: AB, DA and A1. RGB value is (171,218,161). Sum of RGB (Red+Green+Blue) = 171+218+161=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDAA1 is #54255E. Grayscale: #C5C5C5. Windows color (decimal): -5514591 or 10607275. OLE color: 10607275.
HSL color Cylindrical-coordinate representation of color #ABDAA1: hue angle of 109.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABDAA1 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 161 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.15 |
| HSL | 109.47º | 0.44% | 0.74% | - |
| HSV(B) | 109.47º | 0.26% | 0.85% | - |
| XYZ | 48.3 | 61.37 | 43.02 | - |
| YUV | 197.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 161 | 0.22 | 0 | 0.26 | 0.15 | 109.47 | 0.44 | 0.74 |
| Hex | AB | DA | A1 | 16 | 0 | 1A | F | 6D | 2C | 4A |
| Octal | 253 | 332 | 241 | 26 | 0 | 32 | 17 | 155 | 54 | 112 |
| Binary | 10101011 | 11011010 | 10100001 | 10110 | 0 | 11010 | 1111 | 1101101 | 101100 | 1001010 |
Color Harmonies of #ABDAA1
Complementary color
Monochromatic Colors of #ABDAA1
Black with #ABDAA1
Text Example
Text Example
White with #ABDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAA1; }
p { color: rgb(171,218,161); }
H1.HeaderClassName
{
color: #ABDAA1;
}
.AnyTagClassName
{
color: #ABDAA1;
}
</style>
background-color css
<style>
a { background-color: #ABDAA1; }
a { background-color: rgb(171,218,161); }
div.DivClassName
{
background-color: #ABDAA1;
}
.BgClassName
{
background-color: #ABDAA1;
}
</style>
border-color css
<style>
span { border-color: #ABDAA1; }
span { border-color: rgb(171,218,161); }
td.TdClassName
{
border-color: #ABDAA1;
}
.TagClassName
{
border-color: #ABDAA1;
}
</style>