Shades of Madang #C0FFA0
Tints of Madang #C0FFA0
RGB
CMYK
RGB Variations
Color information
#C0FFA0 (or 0xC0FFA0) is known color: Madang. HEX triplet: C0, FF and A0. RGB value is (192,255,160). Sum of RGB (Red+Green+Blue) = 192+255+160=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFA0 is #3F005F. Grayscale: #E1E1E1. Windows color (decimal): -4128864 or 10551232. OLE color: 10551232.
HSL color Cylindrical-coordinate representation of color #C0FFA0: hue angle of 99.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0FFA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 160 | - |
CMYK | 0.25 | 0 | 0.37 | 0 |
HSL | 99.79º | 1% | 0.81% | - |
HSV(B) | 99.79º | 0.37% | 1% | - |
XYZ | 63.84 | 85.26 | 46.35 | - |
YUV | 225.33 | 91.13 | 104.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 160 | 0.25 | 0 | 0.37 | 0 | 99.79 | 1 | 0.81 |
Hex | C0 | FF | A0 | 19 | 0 | 25 | 0 | 64 | 64 | 51 |
Octal | 300 | 377 | 240 | 31 | 0 | 45 | 0 | 144 | 144 | 121 |
Binary | 11000000 | 11111111 | 10100000 | 11001 | 0 | 100101 | 0 | 1100100 | 1100100 | 1010001 |
Color Harmonies of #C0FFA0
Complementary color
Monochromatic Colors of #C0FFA0
Black with #C0FFA0
Text Example
Text Example
White with #C0FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFA0; }
p { color: rgb(192,255,160); }
H1.HeaderClassName
{
color: #C0FFA0;
}
.AnyTagClassName
{
color: #C0FFA0;
}
</style>
background-color css
<style>
a { background-color: #C0FFA0; }
a { background-color: rgb(192,255,160); }
div.DivClassName
{
background-color: #C0FFA0;
}
.BgClassName
{
background-color: #C0FFA0;
}
</style>
border-color css
<style>
span { border-color: #C0FFA0; }
span { border-color: rgb(192,255,160); }
td.TdClassName
{
border-color: #C0FFA0;
}
.TagClassName
{
border-color: #C0FFA0;
}
</style>