Shades of Madang #ADF095
Tints of Madang #ADF095
RGB
CMYK
RGB Variations
Color information
#ADF095 (or 0xADF095) is known color: Madang. HEX triplet: AD, F0 and 95. RGB value is (173,240,149). Sum of RGB (Red+Green+Blue) = 173+240+149=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF095 is #520F6A. Grayscale: #D1D1D1. Windows color (decimal): -5377899 or 9826477. OLE color: 9826477.
HSL color Cylindrical-coordinate representation of color #ADF095: hue angle of 104.18º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADF095 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 149 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.06 |
| HSL | 104.18º | 0.75% | 0.76% | - |
| HSV(B) | 104.18º | 0.38% | 0.94% | - |
| XYZ | 53.82 | 73.37 | 39.76 | - |
| YUV | 209.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 149 | 0.28 | 0 | 0.38 | 0.06 | 104.18 | 0.75 | 0.76 |
| Hex | AD | F0 | 95 | 1C | 0 | 26 | 6 | 68 | 4B | 4C |
| Octal | 255 | 360 | 225 | 34 | 0 | 46 | 6 | 150 | 113 | 114 |
| Binary | 10101101 | 11110000 | 10010101 | 11100 | 0 | 100110 | 110 | 1101000 | 1001011 | 1001100 |
Color Harmonies of #ADF095
Complementary color
Monochromatic Colors of #ADF095
Black with #ADF095
Text Example
Text Example
White with #ADF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF095; }
p { color: rgb(173,240,149); }
H1.HeaderClassName
{
color: #ADF095;
}
.AnyTagClassName
{
color: #ADF095;
}
</style>
background-color css
<style>
a { background-color: #ADF095; }
a { background-color: rgb(173,240,149); }
div.DivClassName
{
background-color: #ADF095;
}
.BgClassName
{
background-color: #ADF095;
}
</style>
border-color css
<style>
span { border-color: #ADF095; }
span { border-color: rgb(173,240,149); }
td.TdClassName
{
border-color: #ADF095;
}
.TagClassName
{
border-color: #ADF095;
}
</style>