Shades of Malachite #0DF13C
Tints of Malachite #0DF13C
RGB
CMYK
RGB Variations
Color information
#0DF13C (or 0x0DF13C) is known color: Malachite. HEX triplet: 0D, F1 and 3C. RGB value is (13,241,60). Sum of RGB (Red+Green+Blue) = 13+241+60=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF13C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF13C is #F20EC3. Grayscale: #989898. Windows color (decimal): -15863492 or 3993869. OLE color: 3993869.
HSL color Cylindrical-coordinate representation of color #0DF13C: hue angle of 132.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF13C is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 60 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.05 |
| HSL | 132.37º | 0.9% | 0.5% | - |
| HSV(B) | 132.37º | 0.95% | 0.95% | - |
| XYZ | 32.44 | 63.32 | 14.79 | - |
| YUV | 152.19 | 75.96 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 60 | 0.95 | 0 | 0.75 | 0.05 | 132.37 | 0.9 | 0.5 |
| Hex | D | F1 | 3C | 5F | 0 | 4B | 5 | 84 | 5A | 32 |
| Octal | 15 | 361 | 74 | 137 | 0 | 113 | 5 | 204 | 132 | 62 |
| Binary | 1101 | 11110001 | 111100 | 1011111 | 0 | 1001011 | 101 | 10000100 | 1011010 | 110010 |
Color Harmonies of #0DF13C
Complementary color
Monochromatic Colors of #0DF13C
Black with #0DF13C
Text Example
Text Example
White with #0DF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF13C; }
p { color: rgb(13,241,60); }
H1.HeaderClassName
{
color: #0DF13C;
}
.AnyTagClassName
{
color: #0DF13C;
}
</style>
background-color css
<style>
a { background-color: #0DF13C; }
a { background-color: rgb(13,241,60); }
div.DivClassName
{
background-color: #0DF13C;
}
.BgClassName
{
background-color: #0DF13C;
}
</style>
border-color css
<style>
span { border-color: #0DF13C; }
span { border-color: rgb(13,241,60); }
td.TdClassName
{
border-color: #0DF13C;
}
.TagClassName
{
border-color: #0DF13C;
}
</style>