Shades of Malachite #0DC94B
Tints of Malachite #0DC94B
RGB
CMYK
RGB Variations
Color information
#0DC94B (or 0x0DC94B) is known color: Malachite. HEX triplet: 0D, C9 and 4B. RGB value is (13,201,75). Sum of RGB (Red+Green+Blue) = 13+201+75=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC94B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC94B is #F236B4. Grayscale: #828282. Windows color (decimal): -15873717 or 4966669. OLE color: 4966669.
HSL color Cylindrical-coordinate representation of color #0DC94B: hue angle of 139.79º 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 #0DC94B is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 75 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.21 |
| HSL | 139.79º | 0.88% | 0.42% | - |
| HSV(B) | 139.79º | 0.94% | 0.79% | - |
| XYZ | 22.32 | 42.37 | 13.66 | - |
| YUV | 130.42 | 96.72 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 75 | 0.94 | 0 | 0.63 | 0.21 | 139.79 | 0.88 | 0.42 |
| Hex | D | C9 | 4B | 5E | 0 | 3F | 15 | 8C | 58 | 2A |
| Octal | 15 | 311 | 113 | 136 | 0 | 77 | 25 | 214 | 130 | 52 |
| Binary | 1101 | 11001001 | 1001011 | 1011110 | 0 | 111111 | 10101 | 10001100 | 1011000 | 101010 |
Color Harmonies of #0DC94B
Complementary color
Monochromatic Colors of #0DC94B
Black with #0DC94B
Text Example
Text Example
White with #0DC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC94B; }
p { color: rgb(13,201,75); }
H1.HeaderClassName
{
color: #0DC94B;
}
.AnyTagClassName
{
color: #0DC94B;
}
</style>
background-color css
<style>
a { background-color: #0DC94B; }
a { background-color: rgb(13,201,75); }
div.DivClassName
{
background-color: #0DC94B;
}
.BgClassName
{
background-color: #0DC94B;
}
</style>
border-color css
<style>
span { border-color: #0DC94B; }
span { border-color: rgb(13,201,75); }
td.TdClassName
{
border-color: #0DC94B;
}
.TagClassName
{
border-color: #0DC94B;
}
</style>