Shades of Madang #ADF396
Tints of Madang #ADF396
RGB
CMYK
RGB Variations
Color information
#ADF396 (or 0xADF396) is known color: Madang. HEX triplet: AD, F3 and 96. RGB value is (173,243,150). Sum of RGB (Red+Green+Blue) = 173+243+150=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF396 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF396 is #520C69. Grayscale: #D3D3D3. Windows color (decimal): -5377130 or 9892781. OLE color: 9892781.
HSL color Cylindrical-coordinate representation of color #ADF396: hue angle of 105.16º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADF396 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 150 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.05 |
| HSL | 105.16º | 0.79% | 0.77% | - |
| HSV(B) | 105.16º | 0.38% | 0.95% | - |
| XYZ | 54.79 | 75.19 | 40.48 | - |
| YUV | 211.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 150 | 0.29 | 0 | 0.38 | 0.05 | 105.16 | 0.79 | 0.77 |
| Hex | AD | F3 | 96 | 1D | 0 | 26 | 5 | 69 | 4F | 4D |
| Octal | 255 | 363 | 226 | 35 | 0 | 46 | 5 | 151 | 117 | 115 |
| Binary | 10101101 | 11110011 | 10010110 | 11101 | 0 | 100110 | 101 | 1101001 | 1001111 | 1001101 |
Color Harmonies of #ADF396
Complementary color
Monochromatic Colors of #ADF396
Black with #ADF396
Text Example
Text Example
White with #ADF396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF396; }
p { color: rgb(173,243,150); }
H1.HeaderClassName
{
color: #ADF396;
}
.AnyTagClassName
{
color: #ADF396;
}
</style>
background-color css
<style>
a { background-color: #ADF396; }
a { background-color: rgb(173,243,150); }
div.DivClassName
{
background-color: #ADF396;
}
.BgClassName
{
background-color: #ADF396;
}
</style>
border-color css
<style>
span { border-color: #ADF396; }
span { border-color: rgb(173,243,150); }
td.TdClassName
{
border-color: #ADF396;
}
.TagClassName
{
border-color: #ADF396;
}
</style>