Shades of Madang #ADDFA4
Tints of Madang #ADDFA4
RGB
CMYK
RGB Variations
Color information
#ADDFA4 (or 0xADDFA4) is known color: Madang. HEX triplet: AD, DF and A4. RGB value is (173,223,164). Sum of RGB (Red+Green+Blue) = 173+223+164=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFA4 is #52205B. Grayscale: #C9C9C9. Windows color (decimal): -5382236 or 10805165. OLE color: 10805165.
HSL color Cylindrical-coordinate representation of color #ADDFA4: hue angle of 110.85º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDFA4 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 164 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.13 |
| HSL | 110.85º | 0.48% | 0.76% | - |
| HSV(B) | 110.85º | 0.26% | 0.87% | - |
| XYZ | 50.32 | 64.34 | 44.89 | - |
| YUV | 201.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 164 | 0.22 | 0 | 0.26 | 0.13 | 110.85 | 0.48 | 0.76 |
| Hex | AD | DF | A4 | 16 | 0 | 1A | D | 6F | 30 | 4C |
| Octal | 255 | 337 | 244 | 26 | 0 | 32 | 15 | 157 | 60 | 114 |
| Binary | 10101101 | 11011111 | 10100100 | 10110 | 0 | 11010 | 1101 | 1101111 | 110000 | 1001100 |
Color Harmonies of #ADDFA4
Complementary color
Monochromatic Colors of #ADDFA4
Black with #ADDFA4
Text Example
Text Example
White with #ADDFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFA4; }
p { color: rgb(173,223,164); }
H1.HeaderClassName
{
color: #ADDFA4;
}
.AnyTagClassName
{
color: #ADDFA4;
}
</style>
background-color css
<style>
a { background-color: #ADDFA4; }
a { background-color: rgb(173,223,164); }
div.DivClassName
{
background-color: #ADDFA4;
}
.BgClassName
{
background-color: #ADDFA4;
}
</style>
border-color css
<style>
span { border-color: #ADDFA4; }
span { border-color: rgb(173,223,164); }
td.TdClassName
{
border-color: #ADDFA4;
}
.TagClassName
{
border-color: #ADDFA4;
}
</style>