Shades of Malachite #0DC365
Tints of Malachite #0DC365
RGB
CMYK
RGB Variations
Color information
#0DC365 (or 0x0DC365) is known color: Malachite. HEX triplet: 0D, C3 and 65. RGB value is (13,195,101). Sum of RGB (Red+Green+Blue) = 13+195+101=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC365 is #F23C9A. Grayscale: #828282. Windows color (decimal): -15875227 or 6669069. OLE color: 6669069.
HSL color Cylindrical-coordinate representation of color #0DC365: hue angle of 149.01º 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 #0DC365 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 101 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.24 |
| HSL | 149.01º | 0.88% | 0.41% | - |
| HSV(B) | 149.01º | 0.93% | 0.76% | - |
| XYZ | 22.03 | 40.06 | 18.88 | - |
| YUV | 129.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 101 | 0.93 | 0 | 0.48 | 0.24 | 149.01 | 0.88 | 0.41 |
| Hex | D | C3 | 65 | 5D | 0 | 30 | 18 | 95 | 58 | 29 |
| Octal | 15 | 303 | 145 | 135 | 0 | 60 | 30 | 225 | 130 | 51 |
| Binary | 1101 | 11000011 | 1100101 | 1011101 | 0 | 110000 | 11000 | 10010101 | 1011000 | 101001 |
Color Harmonies of #0DC365
Complementary color
Monochromatic Colors of #0DC365
Black with #0DC365
Text Example
Text Example
White with #0DC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC365; }
p { color: rgb(13,195,101); }
H1.HeaderClassName
{
color: #0DC365;
}
.AnyTagClassName
{
color: #0DC365;
}
</style>
background-color css
<style>
a { background-color: #0DC365; }
a { background-color: rgb(13,195,101); }
div.DivClassName
{
background-color: #0DC365;
}
.BgClassName
{
background-color: #0DC365;
}
</style>
border-color css
<style>
span { border-color: #0DC365; }
span { border-color: rgb(13,195,101); }
td.TdClassName
{
border-color: #0DC365;
}
.TagClassName
{
border-color: #0DC365;
}
</style>