Shades of Madang #ADF7A0
Tints of Madang #ADF7A0
RGB
CMYK
RGB Variations
Color information
#ADF7A0 (or 0xADF7A0) is known color: Madang. HEX triplet: AD, F7 and A0. RGB value is (173,247,160). Sum of RGB (Red+Green+Blue) = 173+247+160=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF7A0 is #52085F. Grayscale: #D7D7D7. Windows color (decimal): -5376096 or 10549165. OLE color: 10549165.
HSL color Cylindrical-coordinate representation of color #ADF7A0: hue angle of 111.03º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADF7A0 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 160 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.03 |
| HSL | 111.03º | 0.84% | 0.8% | - |
| HSV(B) | 111.03º | 0.35% | 0.97% | - |
| XYZ | 56.84 | 77.94 | 45.31 | - |
| YUV | 214.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 160 | 0.30 | 0 | 0.35 | 0.03 | 111.03 | 0.84 | 0.8 |
| Hex | AD | F7 | A0 | 1E | 0 | 23 | 3 | 6F | 54 | 50 |
| Octal | 255 | 367 | 240 | 36 | 0 | 43 | 3 | 157 | 124 | 120 |
| Binary | 10101101 | 11110111 | 10100000 | 11110 | 0 | 100011 | 11 | 1101111 | 1010100 | 1010000 |
Color Harmonies of #ADF7A0
Complementary color
Monochromatic Colors of #ADF7A0
Black with #ADF7A0
Text Example
Text Example
White with #ADF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7A0; }
p { color: rgb(173,247,160); }
H1.HeaderClassName
{
color: #ADF7A0;
}
.AnyTagClassName
{
color: #ADF7A0;
}
</style>
background-color css
<style>
a { background-color: #ADF7A0; }
a { background-color: rgb(173,247,160); }
div.DivClassName
{
background-color: #ADF7A0;
}
.BgClassName
{
background-color: #ADF7A0;
}
</style>
border-color css
<style>
span { border-color: #ADF7A0; }
span { border-color: rgb(173,247,160); }
td.TdClassName
{
border-color: #ADF7A0;
}
.TagClassName
{
border-color: #ADF7A0;
}
</style>