Shades of Malachite #0FE368
Tints of Malachite #0FE368
RGB
CMYK
RGB Variations
Color information
#0FE368 (or 0x0FE368) is known color: Malachite. HEX triplet: 0F, E3 and 68. RGB value is (15,227,104). Sum of RGB (Red+Green+Blue) = 15+227+104=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE368 is #F01C97. Grayscale: #959595. Windows color (decimal): -15735960 or 6873871. OLE color: 6873871.
HSL color Cylindrical-coordinate representation of color #0FE368: hue angle of 145.19º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE368 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 104 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.11 |
| HSL | 145.19º | 0.88% | 0.47% | - |
| HSV(B) | 145.19º | 0.93% | 0.89% | - |
| XYZ | 30.16 | 56.04 | 22.32 | - |
| YUV | 149.59 | 102.26 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 104 | 0.93 | 0 | 0.54 | 0.11 | 145.19 | 0.88 | 0.47 |
| Hex | F | E3 | 68 | 5D | 0 | 36 | B | 91 | 58 | 2F |
| Octal | 17 | 343 | 150 | 135 | 0 | 66 | 13 | 221 | 130 | 57 |
| Binary | 1111 | 11100011 | 1101000 | 1011101 | 0 | 110110 | 1011 | 10010001 | 1011000 | 101111 |
Color Harmonies of #0FE368
Complementary color
Monochromatic Colors of #0FE368
Black with #0FE368
Text Example
Text Example
White with #0FE368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE368; }
p { color: rgb(15,227,104); }
H1.HeaderClassName
{
color: #0FE368;
}
.AnyTagClassName
{
color: #0FE368;
}
</style>
background-color css
<style>
a { background-color: #0FE368; }
a { background-color: rgb(15,227,104); }
div.DivClassName
{
background-color: #0FE368;
}
.BgClassName
{
background-color: #0FE368;
}
</style>
border-color css
<style>
span { border-color: #0FE368; }
span { border-color: rgb(15,227,104); }
td.TdClassName
{
border-color: #0FE368;
}
.TagClassName
{
border-color: #0FE368;
}
</style>