Shades of Malachite #0DC35D
Tints of Malachite #0DC35D
RGB
CMYK
RGB Variations
Color information
#0DC35D (or 0x0DC35D) is known color: Malachite. HEX triplet: 0D, C3 and 5D. RGB value is (13,195,93). Sum of RGB (Red+Green+Blue) = 13+195+93=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC35D is #F23CA2. Grayscale: #818181. Windows color (decimal): -15875235 or 6144781. OLE color: 6144781.
HSL color Cylindrical-coordinate representation of color #0DC35D: hue angle of 146.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC35D is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 93 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.24 |
| HSL | 146.37º | 0.88% | 0.41% | - |
| HSV(B) | 146.37º | 0.93% | 0.76% | - |
| XYZ | 21.66 | 39.91 | 16.92 | - |
| YUV | 128.95 | 107.7 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 93 | 0.93 | 0 | 0.52 | 0.24 | 146.37 | 0.88 | 0.41 |
| Hex | D | C3 | 5D | 5D | 0 | 34 | 18 | 92 | 58 | 29 |
| Octal | 15 | 303 | 135 | 135 | 0 | 64 | 30 | 222 | 130 | 51 |
| Binary | 1101 | 11000011 | 1011101 | 1011101 | 0 | 110100 | 11000 | 10010010 | 1011000 | 101001 |
Color Harmonies of #0DC35D
Complementary color
Monochromatic Colors of #0DC35D
Black with #0DC35D
Text Example
Text Example
White with #0DC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC35D; }
p { color: rgb(13,195,93); }
H1.HeaderClassName
{
color: #0DC35D;
}
.AnyTagClassName
{
color: #0DC35D;
}
</style>
background-color css
<style>
a { background-color: #0DC35D; }
a { background-color: rgb(13,195,93); }
div.DivClassName
{
background-color: #0DC35D;
}
.BgClassName
{
background-color: #0DC35D;
}
</style>
border-color css
<style>
span { border-color: #0DC35D; }
span { border-color: rgb(13,195,93); }
td.TdClassName
{
border-color: #0DC35D;
}
.TagClassName
{
border-color: #0DC35D;
}
</style>