Shades of Malachite #0DC162
Tints of Malachite #0DC162
RGB
CMYK
RGB Variations
Color information
#0DC162 (or 0x0DC162) is known color: Malachite. HEX triplet: 0D, C1 and 62. RGB value is (13,193,98). Sum of RGB (Red+Green+Blue) = 13+193+98=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC162 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC162 is #F23E9D. Grayscale: #808080. Windows color (decimal): -15875742 or 6471949. OLE color: 6471949.
HSL color Cylindrical-coordinate representation of color #0DC162: hue angle of 148.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC162 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 98 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.24 |
| HSL | 148.33º | 0.87% | 0.4% | - |
| HSV(B) | 148.33º | 0.93% | 0.76% | - |
| XYZ | 21.44 | 39.11 | 17.97 | - |
| YUV | 128.35 | 110.87 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 98 | 0.93 | 0 | 0.49 | 0.24 | 148.33 | 0.87 | 0.4 |
| Hex | D | C1 | 62 | 5D | 0 | 31 | 18 | 94 | 57 | 28 |
| Octal | 15 | 301 | 142 | 135 | 0 | 61 | 30 | 224 | 127 | 50 |
| Binary | 1101 | 11000001 | 1100010 | 1011101 | 0 | 110001 | 11000 | 10010100 | 1010111 | 101000 |
Color Harmonies of #0DC162
Complementary color
Monochromatic Colors of #0DC162
Black with #0DC162
Text Example
Text Example
White with #0DC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC162; }
p { color: rgb(13,193,98); }
H1.HeaderClassName
{
color: #0DC162;
}
.AnyTagClassName
{
color: #0DC162;
}
</style>
background-color css
<style>
a { background-color: #0DC162; }
a { background-color: rgb(13,193,98); }
div.DivClassName
{
background-color: #0DC162;
}
.BgClassName
{
background-color: #0DC162;
}
</style>
border-color css
<style>
span { border-color: #0DC162; }
span { border-color: rgb(13,193,98); }
td.TdClassName
{
border-color: #0DC162;
}
.TagClassName
{
border-color: #0DC162;
}
</style>