Shades of Malachite #0FD240
Tints of Malachite #0FD240
RGB
CMYK
RGB Variations
Color information
#0FD240 (or 0x0FD240) is known color: Malachite. HEX triplet: 0F, D2 and 40. RGB value is (15,210,64). Sum of RGB (Red+Green+Blue) = 15+210+64=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 210 (82.42% from 255 or 72.66% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD240 is #F02DBF. Grayscale: #878787. Windows color (decimal): -15740352 or 4248079. OLE color: 4248079.
HSL color Cylindrical-coordinate representation of color #0FD240: hue angle of 135.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD240 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 64 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.18 |
| HSL | 135.08º | 0.87% | 0.44% | - |
| HSV(B) | 135.08º | 0.93% | 0.82% | - |
| XYZ | 24.17 | 46.56 | 12.56 | - |
| YUV | 135.05 | 87.9 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 64 | 0.93 | 0 | 0.70 | 0.18 | 135.08 | 0.87 | 0.44 |
| Hex | F | D2 | 40 | 5D | 0 | 46 | 12 | 87 | 57 | 2C |
| Octal | 17 | 322 | 100 | 135 | 0 | 106 | 22 | 207 | 127 | 54 |
| Binary | 1111 | 11010010 | 1000000 | 1011101 | 0 | 1000110 | 10010 | 10000111 | 1010111 | 101100 |
Color Harmonies of #0FD240
Complementary color
Monochromatic Colors of #0FD240
Black with #0FD240
Text Example
Text Example
White with #0FD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD240; }
p { color: rgb(15,210,64); }
H1.HeaderClassName
{
color: #0FD240;
}
.AnyTagClassName
{
color: #0FD240;
}
</style>
background-color css
<style>
a { background-color: #0FD240; }
a { background-color: rgb(15,210,64); }
div.DivClassName
{
background-color: #0FD240;
}
.BgClassName
{
background-color: #0FD240;
}
</style>
border-color css
<style>
span { border-color: #0FD240; }
span { border-color: rgb(15,210,64); }
td.TdClassName
{
border-color: #0FD240;
}
.TagClassName
{
border-color: #0FD240;
}
</style>