Shades of Malachite #0FF361
Tints of Malachite #0FF361
RGB
CMYK
RGB Variations
Color information
#0FF361 (or 0x0FF361) is known color: Malachite. HEX triplet: 0F, F3 and 61. RGB value is (15,243,97). Sum of RGB (Red+Green+Blue) = 15+243+97=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF361 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF361 is #F00C9E. Grayscale: #9E9E9E. Windows color (decimal): -15731871 or 6419215. OLE color: 6419215.
HSL color Cylindrical-coordinate representation of color #0FF361: hue angle of 141.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF361 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 97 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.05 |
| HSL | 141.58º | 0.9% | 0.51% | - |
| HSV(B) | 141.58º | 0.94% | 0.95% | - |
| XYZ | 34.41 | 65.07 | 22.05 | - |
| YUV | 158.18 | 93.46 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 97 | 0.94 | 0 | 0.60 | 0.05 | 141.58 | 0.9 | 0.51 |
| Hex | F | F3 | 61 | 5E | 0 | 3C | 5 | 8E | 5A | 33 |
| Octal | 17 | 363 | 141 | 136 | 0 | 74 | 5 | 216 | 132 | 63 |
| Binary | 1111 | 11110011 | 1100001 | 1011110 | 0 | 111100 | 101 | 10001110 | 1011010 | 110011 |
Color Harmonies of #0FF361
Complementary color
Monochromatic Colors of #0FF361
Black with #0FF361
Text Example
Text Example
White with #0FF361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF361; }
p { color: rgb(15,243,97); }
H1.HeaderClassName
{
color: #0FF361;
}
.AnyTagClassName
{
color: #0FF361;
}
</style>
background-color css
<style>
a { background-color: #0FF361; }
a { background-color: rgb(15,243,97); }
div.DivClassName
{
background-color: #0FF361;
}
.BgClassName
{
background-color: #0FF361;
}
</style>
border-color css
<style>
span { border-color: #0FF361; }
span { border-color: rgb(15,243,97); }
td.TdClassName
{
border-color: #0FF361;
}
.TagClassName
{
border-color: #0FF361;
}
</style>