Shades of Madang #ADD69F
Tints of Madang #ADD69F
RGB
CMYK
RGB Variations
Color information
#ADD69F (or 0xADD69F) is known color: Madang. HEX triplet: AD, D6 and 9F. RGB value is (173,214,159). Sum of RGB (Red+Green+Blue) = 173+214+159=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD69F is #522960. Grayscale: #C3C3C3. Windows color (decimal): -5384545 or 10475181. OLE color: 10475181.
HSL color Cylindrical-coordinate representation of color #ADD69F: hue angle of 104.73º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD69F is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 159 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.16 |
| HSL | 104.73º | 0.4% | 0.73% | - |
| HSV(B) | 104.73º | 0.26% | 0.84% | - |
| XYZ | 47.54 | 59.48 | 41.78 | - |
| YUV | 195.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 159 | 0.19 | 0 | 0.26 | 0.16 | 104.73 | 0.4 | 0.73 |
| Hex | AD | D6 | 9F | 13 | 0 | 1A | 10 | 69 | 28 | 49 |
| Octal | 255 | 326 | 237 | 23 | 0 | 32 | 20 | 151 | 50 | 111 |
| Binary | 10101101 | 11010110 | 10011111 | 10011 | 0 | 11010 | 10000 | 1101001 | 101000 | 1001001 |
Color Harmonies of #ADD69F
Complementary color
Monochromatic Colors of #ADD69F
Black with #ADD69F
Text Example
Text Example
White with #ADD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD69F; }
p { color: rgb(173,214,159); }
H1.HeaderClassName
{
color: #ADD69F;
}
.AnyTagClassName
{
color: #ADD69F;
}
</style>
background-color css
<style>
a { background-color: #ADD69F; }
a { background-color: rgb(173,214,159); }
div.DivClassName
{
background-color: #ADD69F;
}
.BgClassName
{
background-color: #ADD69F;
}
</style>
border-color css
<style>
span { border-color: #ADD69F; }
span { border-color: rgb(173,214,159); }
td.TdClassName
{
border-color: #ADD69F;
}
.TagClassName
{
border-color: #ADD69F;
}
</style>