Shades of Madang #ADDF97
Tints of Madang #ADDF97
RGB
CMYK
RGB Variations
Color information
#ADDF97 (or 0xADDF97) is known color: Madang. HEX triplet: AD, DF and 97. RGB value is (173,223,151). Sum of RGB (Red+Green+Blue) = 173+223+151=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF97 is #522068. Grayscale: #C8C8C8. Windows color (decimal): -5382249 or 9953197. OLE color: 9953197.
HSL color Cylindrical-coordinate representation of color #ADDF97: hue angle of 101.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDF97 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 151 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.13 |
| HSL | 101.67º | 0.53% | 0.73% | - |
| HSV(B) | 101.67º | 0.32% | 0.87% | - |
| XYZ | 49.21 | 63.89 | 39.02 | - |
| YUV | 199.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 151 | 0.22 | 0 | 0.32 | 0.13 | 101.67 | 0.53 | 0.73 |
| Hex | AD | DF | 97 | 16 | 0 | 20 | D | 66 | 35 | 49 |
| Octal | 255 | 337 | 227 | 26 | 0 | 40 | 15 | 146 | 65 | 111 |
| Binary | 10101101 | 11011111 | 10010111 | 10110 | 0 | 100000 | 1101 | 1100110 | 110101 | 1001001 |
Color Harmonies of #ADDF97
Complementary color
Monochromatic Colors of #ADDF97
Black with #ADDF97
Text Example
Text Example
White with #ADDF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF97; }
p { color: rgb(173,223,151); }
H1.HeaderClassName
{
color: #ADDF97;
}
.AnyTagClassName
{
color: #ADDF97;
}
</style>
background-color css
<style>
a { background-color: #ADDF97; }
a { background-color: rgb(173,223,151); }
div.DivClassName
{
background-color: #ADDF97;
}
.BgClassName
{
background-color: #ADDF97;
}
</style>
border-color css
<style>
span { border-color: #ADDF97; }
span { border-color: rgb(173,223,151); }
td.TdClassName
{
border-color: #ADDF97;
}
.TagClassName
{
border-color: #ADDF97;
}
</style>