Shades of Malachite #0FE356
Tints of Malachite #0FE356
RGB
CMYK
RGB Variations
Color information
#0FE356 (or 0x0FE356) is known color: Malachite. HEX triplet: 0F, E3 and 56. RGB value is (15,227,86). Sum of RGB (Red+Green+Blue) = 15+227+86=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 227 (89.06% from 255 or 69.21% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE356 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE356 is #F01CA9. Grayscale: #939393. Windows color (decimal): -15735978 or 5694223. OLE color: 5694223.
HSL color Cylindrical-coordinate representation of color #0FE356: hue angle of 140.09º 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 #0FE356 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 86 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.11 |
| HSL | 140.09º | 0.88% | 0.47% | - |
| HSV(B) | 140.09º | 0.93% | 0.89% | - |
| XYZ | 29.35 | 55.71 | 18.01 | - |
| YUV | 147.54 | 93.26 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 86 | 0.93 | 0 | 0.62 | 0.11 | 140.09 | 0.88 | 0.47 |
| Hex | F | E3 | 56 | 5D | 0 | 3E | B | 8C | 58 | 2F |
| Octal | 17 | 343 | 126 | 135 | 0 | 76 | 13 | 214 | 130 | 57 |
| Binary | 1111 | 11100011 | 1010110 | 1011101 | 0 | 111110 | 1011 | 10001100 | 1011000 | 101111 |
Color Harmonies of #0FE356
Complementary color
Monochromatic Colors of #0FE356
Black with #0FE356
Text Example
Text Example
White with #0FE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE356; }
p { color: rgb(15,227,86); }
H1.HeaderClassName
{
color: #0FE356;
}
.AnyTagClassName
{
color: #0FE356;
}
</style>
background-color css
<style>
a { background-color: #0FE356; }
a { background-color: rgb(15,227,86); }
div.DivClassName
{
background-color: #0FE356;
}
.BgClassName
{
background-color: #0FE356;
}
</style>
border-color css
<style>
span { border-color: #0FE356; }
span { border-color: rgb(15,227,86); }
td.TdClassName
{
border-color: #0FE356;
}
.TagClassName
{
border-color: #0FE356;
}
</style>