Shades of Madang #ADF295
Tints of Madang #ADF295
RGB
CMYK
RGB Variations
Color information
#ADF295 (or 0xADF295) is known color: Madang. HEX triplet: AD, F2 and 95. RGB value is (173,242,149). Sum of RGB (Red+Green+Blue) = 173+242+149=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF295 is #520D6A. Grayscale: #D3D3D3. Windows color (decimal): -5377387 or 9826989. OLE color: 9826989.
HSL color Cylindrical-coordinate representation of color #ADF295: hue angle of 104.52º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADF295 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 149 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.05 |
| HSL | 104.52º | 0.78% | 0.77% | - |
| HSV(B) | 104.52º | 0.38% | 0.95% | - |
| XYZ | 54.41 | 74.56 | 39.96 | - |
| YUV | 210.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 149 | 0.29 | 0 | 0.38 | 0.05 | 104.52 | 0.78 | 0.77 |
| Hex | AD | F2 | 95 | 1D | 0 | 26 | 5 | 69 | 4E | 4D |
| Octal | 255 | 362 | 225 | 35 | 0 | 46 | 5 | 151 | 116 | 115 |
| Binary | 10101101 | 11110010 | 10010101 | 11101 | 0 | 100110 | 101 | 1101001 | 1001110 | 1001101 |
Color Harmonies of #ADF295
Complementary color
Monochromatic Colors of #ADF295
Black with #ADF295
Text Example
Text Example
White with #ADF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF295; }
p { color: rgb(173,242,149); }
H1.HeaderClassName
{
color: #ADF295;
}
.AnyTagClassName
{
color: #ADF295;
}
</style>
background-color css
<style>
a { background-color: #ADF295; }
a { background-color: rgb(173,242,149); }
div.DivClassName
{
background-color: #ADF295;
}
.BgClassName
{
background-color: #ADF295;
}
</style>
border-color css
<style>
span { border-color: #ADF295; }
span { border-color: rgb(173,242,149); }
td.TdClassName
{
border-color: #ADF295;
}
.TagClassName
{
border-color: #ADF295;
}
</style>