Shades of Malachite #0DC15F
Tints of Malachite #0DC15F
RGB
CMYK
RGB Variations
Color information
#0DC15F (or 0x0DC15F) is known color: Malachite. HEX triplet: 0D, C1 and 5F. RGB value is (13,193,95). Sum of RGB (Red+Green+Blue) = 13+193+95=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC15F is #F23EA0. Grayscale: #808080. Windows color (decimal): -15875745 or 6275341. OLE color: 6275341.
HSL color Cylindrical-coordinate representation of color #0DC15F: hue angle of 147.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 #0DC15F is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 95 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.24 |
| HSL | 147.33º | 0.87% | 0.4% | - |
| HSV(B) | 147.33º | 0.93% | 0.76% | - |
| XYZ | 21.3 | 39.05 | 17.24 | - |
| YUV | 128.01 | 109.37 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 95 | 0.93 | 0 | 0.51 | 0.24 | 147.33 | 0.87 | 0.4 |
| Hex | D | C1 | 5F | 5D | 0 | 33 | 18 | 93 | 57 | 28 |
| Octal | 15 | 301 | 137 | 135 | 0 | 63 | 30 | 223 | 127 | 50 |
| Binary | 1101 | 11000001 | 1011111 | 1011101 | 0 | 110011 | 11000 | 10010011 | 1010111 | 101000 |
Color Harmonies of #0DC15F
Complementary color
Monochromatic Colors of #0DC15F
Black with #0DC15F
Text Example
Text Example
White with #0DC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC15F; }
p { color: rgb(13,193,95); }
H1.HeaderClassName
{
color: #0DC15F;
}
.AnyTagClassName
{
color: #0DC15F;
}
</style>
background-color css
<style>
a { background-color: #0DC15F; }
a { background-color: rgb(13,193,95); }
div.DivClassName
{
background-color: #0DC15F;
}
.BgClassName
{
background-color: #0DC15F;
}
</style>
border-color css
<style>
span { border-color: #0DC15F; }
span { border-color: rgb(13,193,95); }
td.TdClassName
{
border-color: #0DC15F;
}
.TagClassName
{
border-color: #0DC15F;
}
</style>