Shades of Madang #ADD4A5
Tints of Madang #ADD4A5
RGB
CMYK
RGB Variations
Color information
#ADD4A5 (or 0xADD4A5) is known color: Madang. HEX triplet: AD, D4 and A5. RGB value is (173,212,165). Sum of RGB (Red+Green+Blue) = 173+212+165=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD4A5 is #522B5A. Grayscale: #C3C3C3. Windows color (decimal): -5385051 or 10867885. OLE color: 10867885.
HSL color Cylindrical-coordinate representation of color #ADD4A5: hue angle of 109.79º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD4A5 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 165 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.17 |
| HSL | 109.79º | 0.35% | 0.74% | - |
| HSV(B) | 109.79º | 0.22% | 0.83% | - |
| XYZ | 47.57 | 58.69 | 44.42 | - |
| YUV | 194.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 165 | 0.18 | 0 | 0.22 | 0.17 | 109.79 | 0.35 | 0.74 |
| Hex | AD | D4 | A5 | 12 | 0 | 16 | 11 | 6E | 23 | 4A |
| Octal | 255 | 324 | 245 | 22 | 0 | 26 | 21 | 156 | 43 | 112 |
| Binary | 10101101 | 11010100 | 10100101 | 10010 | 0 | 10110 | 10001 | 1101110 | 100011 | 1001010 |
Color Harmonies of #ADD4A5
Complementary color
Monochromatic Colors of #ADD4A5
Black with #ADD4A5
Text Example
Text Example
White with #ADD4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4A5; }
p { color: rgb(173,212,165); }
H1.HeaderClassName
{
color: #ADD4A5;
}
.AnyTagClassName
{
color: #ADD4A5;
}
</style>
background-color css
<style>
a { background-color: #ADD4A5; }
a { background-color: rgb(173,212,165); }
div.DivClassName
{
background-color: #ADD4A5;
}
.BgClassName
{
background-color: #ADD4A5;
}
</style>
border-color css
<style>
span { border-color: #ADD4A5; }
span { border-color: rgb(173,212,165); }
td.TdClassName
{
border-color: #ADD4A5;
}
.TagClassName
{
border-color: #ADD4A5;
}
</style>