Shades of Malachite #0FE964
Tints of Malachite #0FE964
RGB
CMYK
RGB Variations
Color information
#0FE964 (or 0x0FE964) is known color: Malachite. HEX triplet: 0F, E9 and 64. RGB value is (15,233,100). Sum of RGB (Red+Green+Blue) = 15+233+100=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 233 (91.41% from 255 or 66.95% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE964 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE964 is #F0169B. Grayscale: #989898. Windows color (decimal): -15734428 or 6613263. OLE color: 6613263.
HSL color Cylindrical-coordinate representation of color #0FE964: hue angle of 143.39º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE964 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 100 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.09 |
| HSL | 143.39º | 0.88% | 0.49% | - |
| HSV(B) | 143.39º | 0.94% | 0.91% | - |
| XYZ | 31.64 | 59.3 | 21.84 | - |
| YUV | 152.66 | 98.28 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 100 | 0.94 | 0 | 0.57 | 0.09 | 143.39 | 0.88 | 0.49 |
| Hex | F | E9 | 64 | 5E | 0 | 39 | 9 | 8F | 58 | 31 |
| Octal | 17 | 351 | 144 | 136 | 0 | 71 | 11 | 217 | 130 | 61 |
| Binary | 1111 | 11101001 | 1100100 | 1011110 | 0 | 111001 | 1001 | 10001111 | 1011000 | 110001 |
Color Harmonies of #0FE964
Complementary color
Monochromatic Colors of #0FE964
Black with #0FE964
Text Example
Text Example
White with #0FE964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE964; }
p { color: rgb(15,233,100); }
H1.HeaderClassName
{
color: #0FE964;
}
.AnyTagClassName
{
color: #0FE964;
}
</style>
background-color css
<style>
a { background-color: #0FE964; }
a { background-color: rgb(15,233,100); }
div.DivClassName
{
background-color: #0FE964;
}
.BgClassName
{
background-color: #0FE964;
}
</style>
border-color css
<style>
span { border-color: #0FE964; }
span { border-color: rgb(15,233,100); }
td.TdClassName
{
border-color: #0FE964;
}
.TagClassName
{
border-color: #0FE964;
}
</style>