Shades of Madang #C0FFA2
Tints of Madang #C0FFA2
RGB
CMYK
RGB Variations
Color information
#C0FFA2 (or 0xC0FFA2) is known color: Madang. HEX triplet: C0, FF and A2. RGB value is (192,255,162). Sum of RGB (Red+Green+Blue) = 192+255+162=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFA2 is #3F005D. Grayscale: #E1E1E1. Windows color (decimal): -4128862 or 10682304. OLE color: 10682304.
HSL color Cylindrical-coordinate representation of color #C0FFA2: hue angle of 100.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0FFA2 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 162 | - |
| CMYK | 0.25 | 0 | 0.36 | 0 |
| HSL | 100.65º | 1% | 0.82% | - |
| HSV(B) | 100.65º | 0.36% | 1% | - |
| XYZ | 64.02 | 85.34 | 47.28 | - |
| YUV | 225.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 162 | 0.25 | 0 | 0.36 | 0 | 100.65 | 1 | 0.82 |
| Hex | C0 | FF | A2 | 19 | 0 | 24 | 0 | 65 | 64 | 52 |
| Octal | 300 | 377 | 242 | 31 | 0 | 44 | 0 | 145 | 144 | 122 |
| Binary | 11000000 | 11111111 | 10100010 | 11001 | 0 | 100100 | 0 | 1100101 | 1100100 | 1010010 |
Color Harmonies of #C0FFA2
Complementary color
Monochromatic Colors of #C0FFA2
Black with #C0FFA2
Text Example
Text Example
White with #C0FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFA2; }
p { color: rgb(192,255,162); }
H1.HeaderClassName
{
color: #C0FFA2;
}
.AnyTagClassName
{
color: #C0FFA2;
}
</style>
background-color css
<style>
a { background-color: #C0FFA2; }
a { background-color: rgb(192,255,162); }
div.DivClassName
{
background-color: #C0FFA2;
}
.BgClassName
{
background-color: #C0FFA2;
}
</style>
border-color css
<style>
span { border-color: #C0FFA2; }
span { border-color: rgb(192,255,162); }
td.TdClassName
{
border-color: #C0FFA2;
}
.TagClassName
{
border-color: #C0FFA2;
}
</style>