Shades of Malachite #0DC35C
Tints of Malachite #0DC35C
RGB
CMYK
RGB Variations
Color information
#0DC35C (or 0x0DC35C) is known color: Malachite. HEX triplet: 0D, C3 and 5C. RGB value is (13,195,92). Sum of RGB (Red+Green+Blue) = 13+195+92=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC35C is #F23CA3. Grayscale: #818181. Windows color (decimal): -15875236 or 6079245. OLE color: 6079245.
HSL color Cylindrical-coordinate representation of color #0DC35C: hue angle of 146.04º 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 #0DC35C is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 92 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.24 |
| HSL | 146.04º | 0.88% | 0.41% | - |
| HSV(B) | 146.04º | 0.93% | 0.76% | - |
| XYZ | 21.61 | 39.89 | 16.69 | - |
| YUV | 128.84 | 107.2 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 92 | 0.93 | 0 | 0.53 | 0.24 | 146.04 | 0.88 | 0.41 |
| Hex | D | C3 | 5C | 5D | 0 | 35 | 18 | 92 | 58 | 29 |
| Octal | 15 | 303 | 134 | 135 | 0 | 65 | 30 | 222 | 130 | 51 |
| Binary | 1101 | 11000011 | 1011100 | 1011101 | 0 | 110101 | 11000 | 10010010 | 1011000 | 101001 |
Color Harmonies of #0DC35C
Complementary color
Monochromatic Colors of #0DC35C
Black with #0DC35C
Text Example
Text Example
White with #0DC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC35C; }
p { color: rgb(13,195,92); }
H1.HeaderClassName
{
color: #0DC35C;
}
.AnyTagClassName
{
color: #0DC35C;
}
</style>
background-color css
<style>
a { background-color: #0DC35C; }
a { background-color: rgb(13,195,92); }
div.DivClassName
{
background-color: #0DC35C;
}
.BgClassName
{
background-color: #0DC35C;
}
</style>
border-color css
<style>
span { border-color: #0DC35C; }
span { border-color: rgb(13,195,92); }
td.TdClassName
{
border-color: #0DC35C;
}
.TagClassName
{
border-color: #0DC35C;
}
</style>