Shades of Madang #ADF698
Tints of Madang #ADF698
RGB
CMYK
RGB Variations
Color information
#ADF698 (or 0xADF698) is known color: Madang. HEX triplet: AD, F6 and 98. RGB value is (173,246,152). Sum of RGB (Red+Green+Blue) = 173+246+152=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF698 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF698 is #520967. Grayscale: #D5D5D5. Windows color (decimal): -5376360 or 10024621. OLE color: 10024621.
HSL color Cylindrical-coordinate representation of color #ADF698: hue angle of 106.6º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADF698 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 152 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.04 |
| HSL | 106.6º | 0.84% | 0.78% | - |
| HSV(B) | 106.6º | 0.38% | 0.96% | - |
| XYZ | 55.86 | 77.06 | 41.64 | - |
| YUV | 213.46 | 93.32 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 152 | 0.30 | 0 | 0.38 | 0.04 | 106.6 | 0.84 | 0.78 |
| Hex | AD | F6 | 98 | 1E | 0 | 26 | 4 | 6B | 54 | 4E |
| Octal | 255 | 366 | 230 | 36 | 0 | 46 | 4 | 153 | 124 | 116 |
| Binary | 10101101 | 11110110 | 10011000 | 11110 | 0 | 100110 | 100 | 1101011 | 1010100 | 1001110 |
Color Harmonies of #ADF698
Complementary color
Monochromatic Colors of #ADF698
Black with #ADF698
Text Example
Text Example
White with #ADF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF698; }
p { color: rgb(173,246,152); }
H1.HeaderClassName
{
color: #ADF698;
}
.AnyTagClassName
{
color: #ADF698;
}
</style>
background-color css
<style>
a { background-color: #ADF698; }
a { background-color: rgb(173,246,152); }
div.DivClassName
{
background-color: #ADF698;
}
.BgClassName
{
background-color: #ADF698;
}
</style>
border-color css
<style>
span { border-color: #ADF698; }
span { border-color: rgb(173,246,152); }
td.TdClassName
{
border-color: #ADF698;
}
.TagClassName
{
border-color: #ADF698;
}
</style>