Shades of Madang #ADDB9A
Tints of Madang #ADDB9A
RGB
CMYK
RGB Variations
Color information
#ADDB9A (or 0xADDB9A) is known color: Madang. HEX triplet: AD, DB and 9A. RGB value is (173,219,154). Sum of RGB (Red+Green+Blue) = 173+219+154=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB9A is #522465. Grayscale: #C6C6C6. Windows color (decimal): -5383270 or 10148781. OLE color: 10148781.
HSL color Cylindrical-coordinate representation of color #ADDB9A: hue angle of 102.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDB9A is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 154 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.14 |
| HSL | 102.46º | 0.47% | 0.73% | - |
| HSV(B) | 102.46º | 0.3% | 0.86% | - |
| XYZ | 48.4 | 61.88 | 39.97 | - |
| YUV | 197.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 154 | 0.21 | 0 | 0.30 | 0.14 | 102.46 | 0.47 | 0.73 |
| Hex | AD | DB | 9A | 15 | 0 | 1E | E | 66 | 2F | 49 |
| Octal | 255 | 333 | 232 | 25 | 0 | 36 | 16 | 146 | 57 | 111 |
| Binary | 10101101 | 11011011 | 10011010 | 10101 | 0 | 11110 | 1110 | 1100110 | 101111 | 1001001 |
Color Harmonies of #ADDB9A
Complementary color
Monochromatic Colors of #ADDB9A
Black with #ADDB9A
Text Example
Text Example
White with #ADDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB9A; }
p { color: rgb(173,219,154); }
H1.HeaderClassName
{
color: #ADDB9A;
}
.AnyTagClassName
{
color: #ADDB9A;
}
</style>
background-color css
<style>
a { background-color: #ADDB9A; }
a { background-color: rgb(173,219,154); }
div.DivClassName
{
background-color: #ADDB9A;
}
.BgClassName
{
background-color: #ADDB9A;
}
</style>
border-color css
<style>
span { border-color: #ADDB9A; }
span { border-color: rgb(173,219,154); }
td.TdClassName
{
border-color: #ADDB9A;
}
.TagClassName
{
border-color: #ADDB9A;
}
</style>