Shades of Madang #ADD69D
Tints of Madang #ADD69D
RGB
CMYK
RGB Variations
Color information
#ADD69D (or 0xADD69D) is known color: Madang. HEX triplet: AD, D6 and 9D. RGB value is (173,214,157). Sum of RGB (Red+Green+Blue) = 173+214+157=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD69D is #522962. Grayscale: #C3C3C3. Windows color (decimal): -5384547 or 10344109. OLE color: 10344109.
HSL color Cylindrical-coordinate representation of color #ADD69D: hue angle of 103.16º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD69D is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 157 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.16 |
| HSL | 103.16º | 0.41% | 0.73% | - |
| HSV(B) | 103.16º | 0.27% | 0.84% | - |
| XYZ | 47.37 | 59.41 | 40.87 | - |
| YUV | 195.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 157 | 0.19 | 0 | 0.27 | 0.16 | 103.16 | 0.41 | 0.73 |
| Hex | AD | D6 | 9D | 13 | 0 | 1B | 10 | 67 | 29 | 49 |
| Octal | 255 | 326 | 235 | 23 | 0 | 33 | 20 | 147 | 51 | 111 |
| Binary | 10101101 | 11010110 | 10011101 | 10011 | 0 | 11011 | 10000 | 1100111 | 101001 | 1001001 |
Color Harmonies of #ADD69D
Complementary color
Monochromatic Colors of #ADD69D
Black with #ADD69D
Text Example
Text Example
White with #ADD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD69D; }
p { color: rgb(173,214,157); }
H1.HeaderClassName
{
color: #ADD69D;
}
.AnyTagClassName
{
color: #ADD69D;
}
</style>
background-color css
<style>
a { background-color: #ADD69D; }
a { background-color: rgb(173,214,157); }
div.DivClassName
{
background-color: #ADD69D;
}
.BgClassName
{
background-color: #ADD69D;
}
</style>
border-color css
<style>
span { border-color: #ADD69D; }
span { border-color: rgb(173,214,157); }
td.TdClassName
{
border-color: #ADD69D;
}
.TagClassName
{
border-color: #ADD69D;
}
</style>