Shades of Malachite #0DF236
Tints of Malachite #0DF236
RGB
CMYK
RGB Variations
Color information
#0DF236 (or 0x0DF236) is known color: Malachite. HEX triplet: 0D, F2 and 36. RGB value is (13,242,54). Sum of RGB (Red+Green+Blue) = 13+242+54=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 242 (94.92% from 255 or 78.32% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF236 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF236 is #F20DC9. Grayscale: #989898. Windows color (decimal): -15863242 or 3600909. OLE color: 3600909.
HSL color Cylindrical-coordinate representation of color #0DF236: hue angle of 130.74º 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 #0DF236 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 242 | 54 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.05 |
| HSL | 130.74º | 0.9% | 0.5% | - |
| HSV(B) | 130.74º | 0.95% | 0.95% | - |
| XYZ | 32.58 | 63.86 | 14.1 | - |
| YUV | 152.1 | 72.63 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 242 | 54 | 0.95 | 0 | 0.78 | 0.05 | 130.74 | 0.9 | 0.5 |
| Hex | D | F2 | 36 | 5F | 0 | 4E | 5 | 83 | 5A | 32 |
| Octal | 15 | 362 | 66 | 137 | 0 | 116 | 5 | 203 | 132 | 62 |
| Binary | 1101 | 11110010 | 110110 | 1011111 | 0 | 1001110 | 101 | 10000011 | 1011010 | 110010 |
Color Harmonies of #0DF236
Complementary color
Monochromatic Colors of #0DF236
Black with #0DF236
Text Example
Text Example
White with #0DF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF236; }
p { color: rgb(13,242,54); }
H1.HeaderClassName
{
color: #0DF236;
}
.AnyTagClassName
{
color: #0DF236;
}
</style>
background-color css
<style>
a { background-color: #0DF236; }
a { background-color: rgb(13,242,54); }
div.DivClassName
{
background-color: #0DF236;
}
.BgClassName
{
background-color: #0DF236;
}
</style>
border-color css
<style>
span { border-color: #0DF236; }
span { border-color: rgb(13,242,54); }
td.TdClassName
{
border-color: #0DF236;
}
.TagClassName
{
border-color: #0DF236;
}
</style>