Shades of Malachite #0FF357
Tints of Malachite #0FF357
RGB
CMYK
RGB Variations
Color information
#0FF357 (or 0x0FF357) is known color: Malachite. HEX triplet: 0F, F3 and 57. RGB value is (15,243,87). Sum of RGB (Red+Green+Blue) = 15+243+87=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF357 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF357 is #F00CA8. Grayscale: #9D9D9D. Windows color (decimal): -15731881 or 5763855. OLE color: 5763855.
HSL color Cylindrical-coordinate representation of color #0FF357: hue angle of 138.95º 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 #0FF357 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 87 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.05 |
| HSL | 138.95º | 0.9% | 0.51% | - |
| HSV(B) | 138.95º | 0.94% | 0.95% | - |
| XYZ | 33.97 | 64.89 | 19.75 | - |
| YUV | 157.04 | 88.46 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 87 | 0.94 | 0 | 0.64 | 0.05 | 138.95 | 0.9 | 0.51 |
| Hex | F | F3 | 57 | 5E | 0 | 40 | 5 | 8B | 5A | 33 |
| Octal | 17 | 363 | 127 | 136 | 0 | 100 | 5 | 213 | 132 | 63 |
| Binary | 1111 | 11110011 | 1010111 | 1011110 | 0 | 1000000 | 101 | 10001011 | 1011010 | 110011 |
Color Harmonies of #0FF357
Complementary color
Monochromatic Colors of #0FF357
Black with #0FF357
Text Example
Text Example
White with #0FF357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF357; }
p { color: rgb(15,243,87); }
H1.HeaderClassName
{
color: #0FF357;
}
.AnyTagClassName
{
color: #0FF357;
}
</style>
background-color css
<style>
a { background-color: #0FF357; }
a { background-color: rgb(15,243,87); }
div.DivClassName
{
background-color: #0FF357;
}
.BgClassName
{
background-color: #0FF357;
}
</style>
border-color css
<style>
span { border-color: #0FF357; }
span { border-color: rgb(15,243,87); }
td.TdClassName
{
border-color: #0FF357;
}
.TagClassName
{
border-color: #0FF357;
}
</style>