Shades of Madang #ADDA9D
Tints of Madang #ADDA9D
RGB
CMYK
RGB Variations
Color information
#ADDA9D (or 0xADDA9D) is known color: Madang. HEX triplet: AD, DA and 9D. RGB value is (173,218,157). Sum of RGB (Red+Green+Blue) = 173+218+157=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA9D is #522562. Grayscale: #C5C5C5. Windows color (decimal): -5383523 or 10345133. OLE color: 10345133.
HSL color Cylindrical-coordinate representation of color #ADDA9D: hue angle of 104.26º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDA9D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 218 | 157 | - |
CMYK | 0.21 | 0 | 0.28 | 0.15 |
HSL | 104.26º | 0.45% | 0.74% | - |
HSV(B) | 104.26º | 0.28% | 0.85% | - |
XYZ | 48.39 | 61.46 | 41.21 | - |
YUV | 197.59 | 105.09 | 110.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 218 | 157 | 0.21 | 0 | 0.28 | 0.15 | 104.26 | 0.45 | 0.74 |
Hex | AD | DA | 9D | 15 | 0 | 1C | F | 68 | 2D | 4A |
Octal | 255 | 332 | 235 | 25 | 0 | 34 | 17 | 150 | 55 | 112 |
Binary | 10101101 | 11011010 | 10011101 | 10101 | 0 | 11100 | 1111 | 1101000 | 101101 | 1001010 |
Color Harmonies of #ADDA9D
Complementary color
Monochromatic Colors of #ADDA9D
Black with #ADDA9D
Text Example
Text Example
White with #ADDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA9D; }
p { color: rgb(173,218,157); }
H1.HeaderClassName
{
color: #ADDA9D;
}
.AnyTagClassName
{
color: #ADDA9D;
}
</style>
background-color css
<style>
a { background-color: #ADDA9D; }
a { background-color: rgb(173,218,157); }
div.DivClassName
{
background-color: #ADDA9D;
}
.BgClassName
{
background-color: #ADDA9D;
}
</style>
border-color css
<style>
span { border-color: #ADDA9D; }
span { border-color: rgb(173,218,157); }
td.TdClassName
{
border-color: #ADDA9D;
}
.TagClassName
{
border-color: #ADDA9D;
}
</style>