Shades of Madang #ADF2A2
Tints of Madang #ADF2A2
RGB
CMYK
RGB Variations
Color information
#ADF2A2 (or 0xADF2A2) is known color: Madang. HEX triplet: AD, F2 and A2. RGB value is (173,242,162). Sum of RGB (Red+Green+Blue) = 173+242+162=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF2A2 is #520D5D. Grayscale: #D4D4D4. Windows color (decimal): -5377374 or 10678957. OLE color: 10678957.
HSL color Cylindrical-coordinate representation of color #ADF2A2: hue angle of 111.75º degrees, saturation: 0.75, 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 #ADF2A2 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 162 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.05 |
| HSL | 111.75º | 0.75% | 0.79% | - |
| HSV(B) | 111.75º | 0.33% | 0.95% | - |
| XYZ | 55.51 | 75 | 45.73 | - |
| YUV | 212.25 | 99.64 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 162 | 0.29 | 0 | 0.33 | 0.05 | 111.75 | 0.75 | 0.79 |
| Hex | AD | F2 | A2 | 1D | 0 | 21 | 5 | 70 | 4B | 4F |
| Octal | 255 | 362 | 242 | 35 | 0 | 41 | 5 | 160 | 113 | 117 |
| Binary | 10101101 | 11110010 | 10100010 | 11101 | 0 | 100001 | 101 | 1110000 | 1001011 | 1001111 |
Color Harmonies of #ADF2A2
Complementary color
Monochromatic Colors of #ADF2A2
Black with #ADF2A2
Text Example
Text Example
White with #ADF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2A2; }
p { color: rgb(173,242,162); }
H1.HeaderClassName
{
color: #ADF2A2;
}
.AnyTagClassName
{
color: #ADF2A2;
}
</style>
background-color css
<style>
a { background-color: #ADF2A2; }
a { background-color: rgb(173,242,162); }
div.DivClassName
{
background-color: #ADF2A2;
}
.BgClassName
{
background-color: #ADF2A2;
}
</style>
border-color css
<style>
span { border-color: #ADF2A2; }
span { border-color: rgb(173,242,162); }
td.TdClassName
{
border-color: #ADF2A2;
}
.TagClassName
{
border-color: #ADF2A2;
}
</style>