Shades of Madang #ABDFA2
Tints of Madang #ABDFA2
RGB
CMYK
RGB Variations
Color information
#ABDFA2 (or 0xABDFA2) is known color: Madang. HEX triplet: AB, DF and A2. RGB value is (171,223,162). Sum of RGB (Red+Green+Blue) = 171+223+162=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDFA2 is #54205D. Grayscale: #C8C8C8. Windows color (decimal): -5513310 or 10674091. OLE color: 10674091.
HSL color Cylindrical-coordinate representation of color #ABDFA2: hue angle of 111.15º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDFA2 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 162 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.13 |
| HSL | 111.15º | 0.49% | 0.75% | - |
| HSV(B) | 111.15º | 0.27% | 0.87% | - |
| XYZ | 49.7 | 64.04 | 43.92 | - |
| YUV | 200.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 162 | 0.23 | 0 | 0.27 | 0.13 | 111.15 | 0.49 | 0.75 |
| Hex | AB | DF | A2 | 17 | 0 | 1B | D | 6F | 31 | 4B |
| Octal | 253 | 337 | 242 | 27 | 0 | 33 | 15 | 157 | 61 | 113 |
| Binary | 10101011 | 11011111 | 10100010 | 10111 | 0 | 11011 | 1101 | 1101111 | 110001 | 1001011 |
Color Harmonies of #ABDFA2
Complementary color
Monochromatic Colors of #ABDFA2
Black with #ABDFA2
Text Example
Text Example
White with #ABDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFA2; }
p { color: rgb(171,223,162); }
H1.HeaderClassName
{
color: #ABDFA2;
}
.AnyTagClassName
{
color: #ABDFA2;
}
</style>
background-color css
<style>
a { background-color: #ABDFA2; }
a { background-color: rgb(171,223,162); }
div.DivClassName
{
background-color: #ABDFA2;
}
.BgClassName
{
background-color: #ABDFA2;
}
</style>
border-color css
<style>
span { border-color: #ABDFA2; }
span { border-color: rgb(171,223,162); }
td.TdClassName
{
border-color: #ABDFA2;
}
.TagClassName
{
border-color: #ABDFA2;
}
</style>