Shades of Malachite #0DF03C
Tints of Malachite #0DF03C
RGB
CMYK
RGB Variations
Color information
#0DF03C (or 0x0DF03C) is known color: Malachite. HEX triplet: 0D, F0 and 3C. RGB value is (13,240,60). Sum of RGB (Red+Green+Blue) = 13+240+60=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF03C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF03C is #F20FC3. Grayscale: #989898. Windows color (decimal): -15863748 or 3993613. OLE color: 3993613.
HSL color Cylindrical-coordinate representation of color #0DF03C: hue angle of 132.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF03C is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 60 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.06 |
| HSL | 132.42º | 0.9% | 0.5% | - |
| HSV(B) | 132.42º | 0.95% | 0.94% | - |
| XYZ | 32.14 | 62.73 | 14.69 | - |
| YUV | 151.61 | 76.29 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 60 | 0.95 | 0 | 0.75 | 0.06 | 132.42 | 0.9 | 0.5 |
| Hex | D | F0 | 3C | 5F | 0 | 4B | 6 | 84 | 5A | 32 |
| Octal | 15 | 360 | 74 | 137 | 0 | 113 | 6 | 204 | 132 | 62 |
| Binary | 1101 | 11110000 | 111100 | 1011111 | 0 | 1001011 | 110 | 10000100 | 1011010 | 110010 |
Color Harmonies of #0DF03C
Complementary color
Monochromatic Colors of #0DF03C
Black with #0DF03C
Text Example
Text Example
White with #0DF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF03C; }
p { color: rgb(13,240,60); }
H1.HeaderClassName
{
color: #0DF03C;
}
.AnyTagClassName
{
color: #0DF03C;
}
</style>
background-color css
<style>
a { background-color: #0DF03C; }
a { background-color: rgb(13,240,60); }
div.DivClassName
{
background-color: #0DF03C;
}
.BgClassName
{
background-color: #0DF03C;
}
</style>
border-color css
<style>
span { border-color: #0DF03C; }
span { border-color: rgb(13,240,60); }
td.TdClassName
{
border-color: #0DF03C;
}
.TagClassName
{
border-color: #0DF03C;
}
</style>