Shades of Madang #ADDC9F
Tints of Madang #ADDC9F
RGB
CMYK
RGB Variations
Color information
#ADDC9F (or 0xADDC9F) is known color: Madang. HEX triplet: AD, DC and 9F. RGB value is (173,220,159). Sum of RGB (Red+Green+Blue) = 173+220+159=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC9F is #522360. Grayscale: #C7C7C7. Windows color (decimal): -5383009 or 10476717. OLE color: 10476717.
HSL color Cylindrical-coordinate representation of color #ADDC9F: hue angle of 106.23º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDC9F is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 159 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.14 |
| HSL | 106.23º | 0.47% | 0.74% | - |
| HSV(B) | 106.23º | 0.28% | 0.86% | - |
| XYZ | 49.08 | 62.57 | 42.29 | - |
| YUV | 198.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 159 | 0.21 | 0 | 0.28 | 0.14 | 106.23 | 0.47 | 0.74 |
| Hex | AD | DC | 9F | 15 | 0 | 1C | E | 6A | 2F | 4A |
| Octal | 255 | 334 | 237 | 25 | 0 | 34 | 16 | 152 | 57 | 112 |
| Binary | 10101101 | 11011100 | 10011111 | 10101 | 0 | 11100 | 1110 | 1101010 | 101111 | 1001010 |
Color Harmonies of #ADDC9F
Complementary color
Monochromatic Colors of #ADDC9F
Black with #ADDC9F
Text Example
Text Example
White with #ADDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC9F; }
p { color: rgb(173,220,159); }
H1.HeaderClassName
{
color: #ADDC9F;
}
.AnyTagClassName
{
color: #ADDC9F;
}
</style>
background-color css
<style>
a { background-color: #ADDC9F; }
a { background-color: rgb(173,220,159); }
div.DivClassName
{
background-color: #ADDC9F;
}
.BgClassName
{
background-color: #ADDC9F;
}
</style>
border-color css
<style>
span { border-color: #ADDC9F; }
span { border-color: rgb(173,220,159); }
td.TdClassName
{
border-color: #ADDC9F;
}
.TagClassName
{
border-color: #ADDC9F;
}
</style>