Shades of Madang #ADF699
Tints of Madang #ADF699
RGB
CMYK
RGB Variations
Color information
#ADF699 (or 0xADF699) is known color: Madang. HEX triplet: AD, F6 and 99. RGB value is (173,246,153). Sum of RGB (Red+Green+Blue) = 173+246+153=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF699 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF699 is #520966. Grayscale: #D5D5D5. Windows color (decimal): -5376359 or 10090157. OLE color: 10090157.
HSL color Cylindrical-coordinate representation of color #ADF699: hue angle of 107.1º 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 #ADF699 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 153 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.04 |
| HSL | 107.1º | 0.84% | 0.78% | - |
| HSV(B) | 107.1º | 0.38% | 0.96% | - |
| XYZ | 55.94 | 77.1 | 42.07 | - |
| YUV | 213.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 153 | 0.30 | 0 | 0.38 | 0.04 | 107.1 | 0.84 | 0.78 |
| Hex | AD | F6 | 99 | 1E | 0 | 26 | 4 | 6B | 54 | 4E |
| Octal | 255 | 366 | 231 | 36 | 0 | 46 | 4 | 153 | 124 | 116 |
| Binary | 10101101 | 11110110 | 10011001 | 11110 | 0 | 100110 | 100 | 1101011 | 1010100 | 1001110 |
Color Harmonies of #ADF699
Complementary color
Monochromatic Colors of #ADF699
Black with #ADF699
Text Example
Text Example
White with #ADF699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF699; }
p { color: rgb(173,246,153); }
H1.HeaderClassName
{
color: #ADF699;
}
.AnyTagClassName
{
color: #ADF699;
}
</style>
background-color css
<style>
a { background-color: #ADF699; }
a { background-color: rgb(173,246,153); }
div.DivClassName
{
background-color: #ADF699;
}
.BgClassName
{
background-color: #ADF699;
}
</style>
border-color css
<style>
span { border-color: #ADF699; }
span { border-color: rgb(173,246,153); }
td.TdClassName
{
border-color: #ADF699;
}
.TagClassName
{
border-color: #ADF699;
}
</style>