Shades of Madang #ADDA9A
Tints of Madang #ADDA9A
RGB
CMYK
RGB Variations
Color information
#ADDA9A (or 0xADDA9A) is known color: Madang. HEX triplet: AD, DA and 9A. RGB value is (173,218,154). Sum of RGB (Red+Green+Blue) = 173+218+154=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA9A is #522565. Grayscale: #C5C5C5. Windows color (decimal): -5383526 or 10148525. OLE color: 10148525.
HSL color Cylindrical-coordinate representation of color #ADDA9A: hue angle of 102.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDA9A is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 154 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.15 |
| HSL | 102.19º | 0.46% | 0.73% | - |
| HSV(B) | 102.19º | 0.29% | 0.85% | - |
| XYZ | 48.14 | 61.36 | 39.88 | - |
| YUV | 197.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 154 | 0.21 | 0 | 0.29 | 0.15 | 102.19 | 0.46 | 0.73 |
| Hex | AD | DA | 9A | 15 | 0 | 1D | F | 66 | 2E | 49 |
| Octal | 255 | 332 | 232 | 25 | 0 | 35 | 17 | 146 | 56 | 111 |
| Binary | 10101101 | 11011010 | 10011010 | 10101 | 0 | 11101 | 1111 | 1100110 | 101110 | 1001001 |
Color Harmonies of #ADDA9A
Complementary color
Monochromatic Colors of #ADDA9A
Black with #ADDA9A
Text Example
Text Example
White with #ADDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA9A; }
p { color: rgb(173,218,154); }
H1.HeaderClassName
{
color: #ADDA9A;
}
.AnyTagClassName
{
color: #ADDA9A;
}
</style>
background-color css
<style>
a { background-color: #ADDA9A; }
a { background-color: rgb(173,218,154); }
div.DivClassName
{
background-color: #ADDA9A;
}
.BgClassName
{
background-color: #ADDA9A;
}
</style>
border-color css
<style>
span { border-color: #ADDA9A; }
span { border-color: rgb(173,218,154); }
td.TdClassName
{
border-color: #ADDA9A;
}
.TagClassName
{
border-color: #ADDA9A;
}
</style>