Shades of Malachite #0DC866
Tints of Malachite #0DC866
RGB
CMYK
RGB Variations
Color information
#0DC866 (or 0x0DC866) is known color: Malachite. HEX triplet: 0D, C8 and 66. RGB value is (13,200,102). Sum of RGB (Red+Green+Blue) = 13+200+102=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC866 is #F23799. Grayscale: #858585. Windows color (decimal): -15873946 or 6735885. OLE color: 6735885.
HSL color Cylindrical-coordinate representation of color #0DC866: hue angle of 148.56º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC866 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 102 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.22 |
| HSL | 148.56º | 0.88% | 0.42% | - |
| HSV(B) | 148.56º | 0.94% | 0.78% | - |
| XYZ | 23.22 | 42.35 | 19.52 | - |
| YUV | 132.92 | 110.55 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 102 | 0.94 | 0 | 0.49 | 0.22 | 148.56 | 0.88 | 0.42 |
| Hex | D | C8 | 66 | 5E | 0 | 31 | 16 | 95 | 58 | 2A |
| Octal | 15 | 310 | 146 | 136 | 0 | 61 | 26 | 225 | 130 | 52 |
| Binary | 1101 | 11001000 | 1100110 | 1011110 | 0 | 110001 | 10110 | 10010101 | 1011000 | 101010 |
Color Harmonies of #0DC866
Complementary color
Monochromatic Colors of #0DC866
Black with #0DC866
Text Example
Text Example
White with #0DC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC866; }
p { color: rgb(13,200,102); }
H1.HeaderClassName
{
color: #0DC866;
}
.AnyTagClassName
{
color: #0DC866;
}
</style>
background-color css
<style>
a { background-color: #0DC866; }
a { background-color: rgb(13,200,102); }
div.DivClassName
{
background-color: #0DC866;
}
.BgClassName
{
background-color: #0DC866;
}
</style>
border-color css
<style>
span { border-color: #0DC866; }
span { border-color: rgb(13,200,102); }
td.TdClassName
{
border-color: #0DC866;
}
.TagClassName
{
border-color: #0DC866;
}
</style>