Shades of Madang #C0FEA0
Tints of Madang #C0FEA0
RGB
CMYK
RGB Variations
Color information
#C0FEA0 (or 0xC0FEA0) is known color: Madang. HEX triplet: C0, FE and A0. RGB value is (192,254,160). Sum of RGB (Red+Green+Blue) = 192+254+160=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FEA0 is #3F015F. Grayscale: #E1E1E1. Windows color (decimal): -4129120 or 10550976. OLE color: 10550976.
HSL color Cylindrical-coordinate representation of color #C0FEA0: hue angle of 99.57º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0FEA0 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 160 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.00 |
| HSL | 99.57º | 0.98% | 0.81% | - |
| HSV(B) | 99.57º | 0.37% | 1% | - |
| XYZ | 63.53 | 84.63 | 46.24 | - |
| YUV | 224.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 160 | 0.24 | 0 | 0.37 | 0.00 | 99.57 | 0.98 | 0.81 |
| Hex | C0 | FE | A0 | 18 | 0 | 25 | 0 | 64 | 62 | 51 |
| Octal | 300 | 376 | 240 | 30 | 0 | 45 | 0 | 144 | 142 | 121 |
| Binary | 11000000 | 11111110 | 10100000 | 11000 | 0 | 100101 | 0 | 1100100 | 1100010 | 1010001 |
Color Harmonies of #C0FEA0
Complementary color
Monochromatic Colors of #C0FEA0
Black with #C0FEA0
Text Example
Text Example
White with #C0FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEA0; }
p { color: rgb(192,254,160); }
H1.HeaderClassName
{
color: #C0FEA0;
}
.AnyTagClassName
{
color: #C0FEA0;
}
</style>
background-color css
<style>
a { background-color: #C0FEA0; }
a { background-color: rgb(192,254,160); }
div.DivClassName
{
background-color: #C0FEA0;
}
.BgClassName
{
background-color: #C0FEA0;
}
</style>
border-color css
<style>
span { border-color: #C0FEA0; }
span { border-color: rgb(192,254,160); }
td.TdClassName
{
border-color: #C0FEA0;
}
.TagClassName
{
border-color: #C0FEA0;
}
</style>