Shades of Madang #ADF1A2
Tints of Madang #ADF1A2
RGB
CMYK
RGB Variations
Color information
#ADF1A2 (or 0xADF1A2) is known color: Madang. HEX triplet: AD, F1 and A2. RGB value is (173,241,162). Sum of RGB (Red+Green+Blue) = 173+241+162=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF1A2 is #520E5D. Grayscale: #D3D3D3. Windows color (decimal): -5377630 or 10678701. OLE color: 10678701.
HSL color Cylindrical-coordinate representation of color #ADF1A2: hue angle of 111.65º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADF1A2 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 162 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.05 |
| HSL | 111.65º | 0.74% | 0.79% | - |
| HSV(B) | 111.65º | 0.33% | 0.95% | - |
| XYZ | 55.21 | 74.4 | 45.63 | - |
| YUV | 211.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 162 | 0.28 | 0 | 0.33 | 0.05 | 111.65 | 0.74 | 0.79 |
| Hex | AD | F1 | A2 | 1C | 0 | 21 | 5 | 70 | 4A | 4F |
| Octal | 255 | 361 | 242 | 34 | 0 | 41 | 5 | 160 | 112 | 117 |
| Binary | 10101101 | 11110001 | 10100010 | 11100 | 0 | 100001 | 101 | 1110000 | 1001010 | 1001111 |
Color Harmonies of #ADF1A2
Complementary color
Monochromatic Colors of #ADF1A2
Black with #ADF1A2
Text Example
Text Example
White with #ADF1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1A2; }
p { color: rgb(173,241,162); }
H1.HeaderClassName
{
color: #ADF1A2;
}
.AnyTagClassName
{
color: #ADF1A2;
}
</style>
background-color css
<style>
a { background-color: #ADF1A2; }
a { background-color: rgb(173,241,162); }
div.DivClassName
{
background-color: #ADF1A2;
}
.BgClassName
{
background-color: #ADF1A2;
}
</style>
border-color css
<style>
span { border-color: #ADF1A2; }
span { border-color: rgb(173,241,162); }
td.TdClassName
{
border-color: #ADF1A2;
}
.TagClassName
{
border-color: #ADF1A2;
}
</style>