Shades of Madang #C0F0A9
Tints of Madang #C0F0A9
RGB
CMYK
RGB Variations
Color information
#C0F0A9 (or 0xC0F0A9) is known color: Madang. HEX triplet: C0, F0 and A9. RGB value is (192,240,169). Sum of RGB (Red+Green+Blue) = 192+240+169=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F0A9 is #3F0F56. Grayscale: #D9D9D9. Windows color (decimal): -4132695 or 11137216. OLE color: 11137216.
HSL color Cylindrical-coordinate representation of color #C0F0A9: hue angle of 100.56º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0F0A9 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 169 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.06 |
| HSL | 100.56º | 0.7% | 0.8% | - |
| HSV(B) | 100.56º | 0.3% | 0.94% | - |
| XYZ | 60.06 | 76.39 | 49.12 | - |
| YUV | 217.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 169 | 0.20 | 0 | 0.30 | 0.06 | 100.56 | 0.7 | 0.8 |
| Hex | C0 | F0 | A9 | 14 | 0 | 1E | 6 | 65 | 46 | 50 |
| Octal | 300 | 360 | 251 | 24 | 0 | 36 | 6 | 145 | 106 | 120 |
| Binary | 11000000 | 11110000 | 10101001 | 10100 | 0 | 11110 | 110 | 1100101 | 1000110 | 1010000 |
Color Harmonies of #C0F0A9
Complementary color
Monochromatic Colors of #C0F0A9
Black with #C0F0A9
Text Example
Text Example
White with #C0F0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0A9; }
p { color: rgb(192,240,169); }
H1.HeaderClassName
{
color: #C0F0A9;
}
.AnyTagClassName
{
color: #C0F0A9;
}
</style>
background-color css
<style>
a { background-color: #C0F0A9; }
a { background-color: rgb(192,240,169); }
div.DivClassName
{
background-color: #C0F0A9;
}
.BgClassName
{
background-color: #C0F0A9;
}
</style>
border-color css
<style>
span { border-color: #C0F0A9; }
span { border-color: rgb(192,240,169); }
td.TdClassName
{
border-color: #C0F0A9;
}
.TagClassName
{
border-color: #C0F0A9;
}
</style>