Shades of Malachite #0DC75D
Tints of Malachite #0DC75D
RGB
CMYK
RGB Variations
Color information
#0DC75D (or 0x0DC75D) is known color: Malachite. HEX triplet: 0D, C7 and 5D. RGB value is (13,199,93). Sum of RGB (Red+Green+Blue) = 13+199+93=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC75D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC75D is #F238A2. Grayscale: #838383. Windows color (decimal): -15874211 or 6145805. OLE color: 6145805.
HSL color Cylindrical-coordinate representation of color #0DC75D: hue angle of 145.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC75D is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 93 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.22 |
| HSL | 145.81º | 0.88% | 0.42% | - |
| HSV(B) | 145.81º | 0.93% | 0.78% | - |
| XYZ | 22.57 | 41.72 | 17.22 | - |
| YUV | 131.3 | 106.38 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 93 | 0.93 | 0 | 0.53 | 0.22 | 145.81 | 0.88 | 0.42 |
| Hex | D | C7 | 5D | 5D | 0 | 35 | 16 | 92 | 58 | 2A |
| Octal | 15 | 307 | 135 | 135 | 0 | 65 | 26 | 222 | 130 | 52 |
| Binary | 1101 | 11000111 | 1011101 | 1011101 | 0 | 110101 | 10110 | 10010010 | 1011000 | 101010 |
Color Harmonies of #0DC75D
Complementary color
Monochromatic Colors of #0DC75D
Black with #0DC75D
Text Example
Text Example
White with #0DC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC75D; }
p { color: rgb(13,199,93); }
H1.HeaderClassName
{
color: #0DC75D;
}
.AnyTagClassName
{
color: #0DC75D;
}
</style>
background-color css
<style>
a { background-color: #0DC75D; }
a { background-color: rgb(13,199,93); }
div.DivClassName
{
background-color: #0DC75D;
}
.BgClassName
{
background-color: #0DC75D;
}
</style>
border-color css
<style>
span { border-color: #0DC75D; }
span { border-color: rgb(13,199,93); }
td.TdClassName
{
border-color: #0DC75D;
}
.TagClassName
{
border-color: #0DC75D;
}
</style>