Shades of Madang #ADDF9B
Tints of Madang #ADDF9B
RGB
CMYK
RGB Variations
Color information
#ADDF9B (or 0xADDF9B) is known color: Madang. HEX triplet: AD, DF and 9B. RGB value is (173,223,155). Sum of RGB (Red+Green+Blue) = 173+223+155=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF9B is #522064. Grayscale: #C8C8C8. Windows color (decimal): -5382245 or 10215341. OLE color: 10215341.
HSL color Cylindrical-coordinate representation of color #ADDF9B: hue angle of 104.12º degrees, saturation: 0.52, 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 #ADDF9B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 155 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.13 |
| HSL | 104.12º | 0.52% | 0.74% | - |
| HSV(B) | 104.12º | 0.3% | 0.87% | - |
| XYZ | 49.54 | 64.03 | 40.76 | - |
| YUV | 200.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 155 | 0.22 | 0 | 0.30 | 0.13 | 104.12 | 0.52 | 0.74 |
| Hex | AD | DF | 9B | 16 | 0 | 1E | D | 68 | 34 | 4A |
| Octal | 255 | 337 | 233 | 26 | 0 | 36 | 15 | 150 | 64 | 112 |
| Binary | 10101101 | 11011111 | 10011011 | 10110 | 0 | 11110 | 1101 | 1101000 | 110100 | 1001010 |
Color Harmonies of #ADDF9B
Complementary color
Monochromatic Colors of #ADDF9B
Black with #ADDF9B
Text Example
Text Example
White with #ADDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF9B; }
p { color: rgb(173,223,155); }
H1.HeaderClassName
{
color: #ADDF9B;
}
.AnyTagClassName
{
color: #ADDF9B;
}
</style>
background-color css
<style>
a { background-color: #ADDF9B; }
a { background-color: rgb(173,223,155); }
div.DivClassName
{
background-color: #ADDF9B;
}
.BgClassName
{
background-color: #ADDF9B;
}
</style>
border-color css
<style>
span { border-color: #ADDF9B; }
span { border-color: rgb(173,223,155); }
td.TdClassName
{
border-color: #ADDF9B;
}
.TagClassName
{
border-color: #ADDF9B;
}
</style>