Shades of Malachite #0FF14F
Tints of Malachite #0FF14F
RGB
CMYK
RGB Variations
Color information
#0FF14F (or 0x0FF14F) is known color: Malachite. HEX triplet: 0F, F1 and 4F. RGB value is (15,241,79). Sum of RGB (Red+Green+Blue) = 15+241+79=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF14F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF14F is #F00EB0. Grayscale: #9B9B9B. Windows color (decimal): -15732401 or 5239055. OLE color: 5239055.
HSL color Cylindrical-coordinate representation of color #0FF14F: hue angle of 136.99º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF14F is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 79 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.05 |
| HSL | 136.99º | 0.89% | 0.5% | - |
| HSV(B) | 136.99º | 0.94% | 0.95% | - |
| XYZ | 33.06 | 63.58 | 17.93 | - |
| YUV | 154.96 | 85.13 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 79 | 0.94 | 0 | 0.67 | 0.05 | 136.99 | 0.89 | 0.5 |
| Hex | F | F1 | 4F | 5E | 0 | 43 | 5 | 89 | 59 | 32 |
| Octal | 17 | 361 | 117 | 136 | 0 | 103 | 5 | 211 | 131 | 62 |
| Binary | 1111 | 11110001 | 1001111 | 1011110 | 0 | 1000011 | 101 | 10001001 | 1011001 | 110010 |
Color Harmonies of #0FF14F
Complementary color
Monochromatic Colors of #0FF14F
Black with #0FF14F
Text Example
Text Example
White with #0FF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF14F; }
p { color: rgb(15,241,79); }
H1.HeaderClassName
{
color: #0FF14F;
}
.AnyTagClassName
{
color: #0FF14F;
}
</style>
background-color css
<style>
a { background-color: #0FF14F; }
a { background-color: rgb(15,241,79); }
div.DivClassName
{
background-color: #0FF14F;
}
.BgClassName
{
background-color: #0FF14F;
}
</style>
border-color css
<style>
span { border-color: #0FF14F; }
span { border-color: rgb(15,241,79); }
td.TdClassName
{
border-color: #0FF14F;
}
.TagClassName
{
border-color: #0FF14F;
}
</style>