Shades of Madang #ADDE9B
Tints of Madang #ADDE9B
RGB
CMYK
RGB Variations
Color information
#ADDE9B (or 0xADDE9B) is known color: Madang. HEX triplet: AD, DE and 9B. RGB value is (173,222,155). Sum of RGB (Red+Green+Blue) = 173+222+155=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE9B is #522164. Grayscale: #C7C7C7. Windows color (decimal): -5382501 or 10215085. OLE color: 10215085.
HSL color Cylindrical-coordinate representation of color #ADDE9B: hue angle of 103.88º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDE9B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 155 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.13 |
| HSL | 103.88º | 0.5% | 0.74% | - |
| HSV(B) | 103.88º | 0.3% | 0.87% | - |
| XYZ | 49.27 | 63.49 | 40.67 | - |
| YUV | 199.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 155 | 0.22 | 0 | 0.30 | 0.13 | 103.88 | 0.5 | 0.74 |
| Hex | AD | DE | 9B | 16 | 0 | 1E | D | 68 | 32 | 4A |
| Octal | 255 | 336 | 233 | 26 | 0 | 36 | 15 | 150 | 62 | 112 |
| Binary | 10101101 | 11011110 | 10011011 | 10110 | 0 | 11110 | 1101 | 1101000 | 110010 | 1001010 |
Color Harmonies of #ADDE9B
Complementary color
Monochromatic Colors of #ADDE9B
Black with #ADDE9B
Text Example
Text Example
White with #ADDE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE9B; }
p { color: rgb(173,222,155); }
H1.HeaderClassName
{
color: #ADDE9B;
}
.AnyTagClassName
{
color: #ADDE9B;
}
</style>
background-color css
<style>
a { background-color: #ADDE9B; }
a { background-color: rgb(173,222,155); }
div.DivClassName
{
background-color: #ADDE9B;
}
.BgClassName
{
background-color: #ADDE9B;
}
</style>
border-color css
<style>
span { border-color: #ADDE9B; }
span { border-color: rgb(173,222,155); }
td.TdClassName
{
border-color: #ADDE9B;
}
.TagClassName
{
border-color: #ADDE9B;
}
</style>