Shades of Madang #ADF1A0
Tints of Madang #ADF1A0
RGB
CMYK
RGB Variations
Color information
#ADF1A0 (or 0xADF1A0) is known color: Madang. HEX triplet: AD, F1 and A0. RGB value is (173,241,160). Sum of RGB (Red+Green+Blue) = 173+241+160=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF1A0 is #520E5F. Grayscale: #D3D3D3. Windows color (decimal): -5377632 or 10547629. OLE color: 10547629.
HSL color Cylindrical-coordinate representation of color #ADF1A0: hue angle of 110.37º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADF1A0 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 160 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.05 |
| HSL | 110.37º | 0.74% | 0.79% | - |
| HSV(B) | 110.37º | 0.34% | 0.95% | - |
| XYZ | 55.03 | 74.33 | 44.7 | - |
| YUV | 211.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 160 | 0.28 | 0 | 0.34 | 0.05 | 110.37 | 0.74 | 0.79 |
| Hex | AD | F1 | A0 | 1C | 0 | 22 | 5 | 6E | 4A | 4F |
| Octal | 255 | 361 | 240 | 34 | 0 | 42 | 5 | 156 | 112 | 117 |
| Binary | 10101101 | 11110001 | 10100000 | 11100 | 0 | 100010 | 101 | 1101110 | 1001010 | 1001111 |
Color Harmonies of #ADF1A0
Complementary color
Monochromatic Colors of #ADF1A0
Black with #ADF1A0
Text Example
Text Example
White with #ADF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1A0; }
p { color: rgb(173,241,160); }
H1.HeaderClassName
{
color: #ADF1A0;
}
.AnyTagClassName
{
color: #ADF1A0;
}
</style>
background-color css
<style>
a { background-color: #ADF1A0; }
a { background-color: rgb(173,241,160); }
div.DivClassName
{
background-color: #ADF1A0;
}
.BgClassName
{
background-color: #ADF1A0;
}
</style>
border-color css
<style>
span { border-color: #ADF1A0; }
span { border-color: rgb(173,241,160); }
td.TdClassName
{
border-color: #ADF1A0;
}
.TagClassName
{
border-color: #ADF1A0;
}
</style>