Shades of Madang #ADDEA4
Tints of Madang #ADDEA4
RGB
CMYK
RGB Variations
Color information
#ADDEA4 (or 0xADDEA4) is known color: Madang. HEX triplet: AD, DE and A4. RGB value is (173,222,164). Sum of RGB (Red+Green+Blue) = 173+222+164=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEA4 is #52215B. Grayscale: #C8C8C8. Windows color (decimal): -5382492 or 10804909. OLE color: 10804909.
HSL color Cylindrical-coordinate representation of color #ADDEA4: hue angle of 110.69º degrees, saturation: 0.47, 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 #ADDEA4 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 164 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.13 |
| HSL | 110.69º | 0.47% | 0.76% | - |
| HSV(B) | 110.69º | 0.26% | 0.87% | - |
| XYZ | 50.06 | 63.81 | 44.8 | - |
| YUV | 200.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 164 | 0.22 | 0 | 0.26 | 0.13 | 110.69 | 0.47 | 0.76 |
| Hex | AD | DE | A4 | 16 | 0 | 1A | D | 6F | 2F | 4C |
| Octal | 255 | 336 | 244 | 26 | 0 | 32 | 15 | 157 | 57 | 114 |
| Binary | 10101101 | 11011110 | 10100100 | 10110 | 0 | 11010 | 1101 | 1101111 | 101111 | 1001100 |
Color Harmonies of #ADDEA4
Complementary color
Monochromatic Colors of #ADDEA4
Black with #ADDEA4
Text Example
Text Example
White with #ADDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEA4; }
p { color: rgb(173,222,164); }
H1.HeaderClassName
{
color: #ADDEA4;
}
.AnyTagClassName
{
color: #ADDEA4;
}
</style>
background-color css
<style>
a { background-color: #ADDEA4; }
a { background-color: rgb(173,222,164); }
div.DivClassName
{
background-color: #ADDEA4;
}
.BgClassName
{
background-color: #ADDEA4;
}
</style>
border-color css
<style>
span { border-color: #ADDEA4; }
span { border-color: rgb(173,222,164); }
td.TdClassName
{
border-color: #ADDEA4;
}
.TagClassName
{
border-color: #ADDEA4;
}
</style>