Shades of Madang #ADDAA2
Tints of Madang #ADDAA2
RGB
CMYK
RGB Variations
Color information
#ADDAA2 (or 0xADDAA2) is known color: Madang. HEX triplet: AD, DA and A2. RGB value is (173,218,162). Sum of RGB (Red+Green+Blue) = 173+218+162=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAA2 is #52255D. Grayscale: #C6C6C6. Windows color (decimal): -5383518 or 10672813. OLE color: 10672813.
HSL color Cylindrical-coordinate representation of color #ADDAA2: hue angle of 108.21º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDAA2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 162 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.15 |
| HSL | 108.21º | 0.43% | 0.75% | - |
| HSV(B) | 108.21º | 0.26% | 0.85% | - |
| XYZ | 48.83 | 61.64 | 43.51 | - |
| YUV | 198.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 162 | 0.21 | 0 | 0.26 | 0.15 | 108.21 | 0.43 | 0.75 |
| Hex | AD | DA | A2 | 15 | 0 | 1A | F | 6C | 2B | 4B |
| Octal | 255 | 332 | 242 | 25 | 0 | 32 | 17 | 154 | 53 | 113 |
| Binary | 10101101 | 11011010 | 10100010 | 10101 | 0 | 11010 | 1111 | 1101100 | 101011 | 1001011 |
Color Harmonies of #ADDAA2
Complementary color
Monochromatic Colors of #ADDAA2
Black with #ADDAA2
Text Example
Text Example
White with #ADDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAA2; }
p { color: rgb(173,218,162); }
H1.HeaderClassName
{
color: #ADDAA2;
}
.AnyTagClassName
{
color: #ADDAA2;
}
</style>
background-color css
<style>
a { background-color: #ADDAA2; }
a { background-color: rgb(173,218,162); }
div.DivClassName
{
background-color: #ADDAA2;
}
.BgClassName
{
background-color: #ADDAA2;
}
</style>
border-color css
<style>
span { border-color: #ADDAA2; }
span { border-color: rgb(173,218,162); }
td.TdClassName
{
border-color: #ADDAA2;
}
.TagClassName
{
border-color: #ADDAA2;
}
</style>