Shades of Madang #ADF696
Tints of Madang #ADF696
RGB
CMYK
RGB Variations
Color information
#ADF696 (or 0xADF696) is known color: Madang. HEX triplet: AD, F6 and 96. RGB value is (173,246,150). Sum of RGB (Red+Green+Blue) = 173+246+150=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF696 is #520969. Grayscale: #D5D5D5. Windows color (decimal): -5376362 or 9893549. OLE color: 9893549.
HSL color Cylindrical-coordinate representation of color #ADF696: hue angle of 105.62º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADF696 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 150 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.04 |
| HSL | 105.63º | 0.84% | 0.78% | - |
| HSV(B) | 105.63º | 0.39% | 0.96% | - |
| XYZ | 55.69 | 77 | 40.78 | - |
| YUV | 213.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 150 | 0.30 | 0 | 0.39 | 0.04 | 105.63 | 0.84 | 0.78 |
| Hex | AD | F6 | 96 | 1E | 0 | 27 | 4 | 6A | 54 | 4E |
| Octal | 255 | 366 | 226 | 36 | 0 | 47 | 4 | 152 | 124 | 116 |
| Binary | 10101101 | 11110110 | 10010110 | 11110 | 0 | 100111 | 100 | 1101010 | 1010100 | 1001110 |
Color Harmonies of #ADF696
Complementary color
Monochromatic Colors of #ADF696
Black with #ADF696
Text Example
Text Example
White with #ADF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF696; }
p { color: rgb(173,246,150); }
H1.HeaderClassName
{
color: #ADF696;
}
.AnyTagClassName
{
color: #ADF696;
}
</style>
background-color css
<style>
a { background-color: #ADF696; }
a { background-color: rgb(173,246,150); }
div.DivClassName
{
background-color: #ADF696;
}
.BgClassName
{
background-color: #ADF696;
}
</style>
border-color css
<style>
span { border-color: #ADF696; }
span { border-color: rgb(173,246,150); }
td.TdClassName
{
border-color: #ADF696;
}
.TagClassName
{
border-color: #ADF696;
}
</style>