Shades of Malachite #0DC969
Tints of Malachite #0DC969
RGB
CMYK
RGB Variations
Color information
#0DC969 (or 0x0DC969) is known color: Malachite. HEX triplet: 0D, C9 and 69. RGB value is (13,201,105). Sum of RGB (Red+Green+Blue) = 13+201+105=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC969 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC969 is #F23696. Grayscale: #868686. Windows color (decimal): -15873687 or 6932749. OLE color: 6932749.
HSL color Cylindrical-coordinate representation of color #0DC969: hue angle of 149.36º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC969 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 105 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.21 |
| HSL | 149.36º | 0.88% | 0.42% | - |
| HSV(B) | 149.36º | 0.94% | 0.79% | - |
| XYZ | 23.6 | 42.88 | 20.4 | - |
| YUV | 133.84 | 111.72 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 105 | 0.94 | 0 | 0.48 | 0.21 | 149.36 | 0.88 | 0.42 |
| Hex | D | C9 | 69 | 5E | 0 | 30 | 15 | 95 | 58 | 2A |
| Octal | 15 | 311 | 151 | 136 | 0 | 60 | 25 | 225 | 130 | 52 |
| Binary | 1101 | 11001001 | 1101001 | 1011110 | 0 | 110000 | 10101 | 10010101 | 1011000 | 101010 |
Color Harmonies of #0DC969
Complementary color
Monochromatic Colors of #0DC969
Black with #0DC969
Text Example
Text Example
White with #0DC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC969; }
p { color: rgb(13,201,105); }
H1.HeaderClassName
{
color: #0DC969;
}
.AnyTagClassName
{
color: #0DC969;
}
</style>
background-color css
<style>
a { background-color: #0DC969; }
a { background-color: rgb(13,201,105); }
div.DivClassName
{
background-color: #0DC969;
}
.BgClassName
{
background-color: #0DC969;
}
</style>
border-color css
<style>
span { border-color: #0DC969; }
span { border-color: rgb(13,201,105); }
td.TdClassName
{
border-color: #0DC969;
}
.TagClassName
{
border-color: #0DC969;
}
</style>