Shades of Malachite #0FE340
Tints of Malachite #0FE340
RGB
CMYK
RGB Variations
Color information
#0FE340 (or 0x0FE340) is known color: Malachite. HEX triplet: 0F, E3 and 40. RGB value is (15,227,64). Sum of RGB (Red+Green+Blue) = 15+227+64=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 227 (89.06% from 255 or 74.18% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE340 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE340 is #F01CBF. Grayscale: #919191. Windows color (decimal): -15736000 or 4252431. OLE color: 4252431.
HSL color Cylindrical-coordinate representation of color #0FE340: hue angle of 133.87º 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 #0FE340 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 64 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.11 |
| HSL | 133.87º | 0.88% | 0.47% | - |
| HSV(B) | 133.87º | 0.93% | 0.89% | - |
| XYZ | 28.59 | 55.41 | 14.04 | - |
| YUV | 145.03 | 82.26 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 64 | 0.93 | 0 | 0.72 | 0.11 | 133.87 | 0.88 | 0.47 |
| Hex | F | E3 | 40 | 5D | 0 | 48 | B | 86 | 58 | 2F |
| Octal | 17 | 343 | 100 | 135 | 0 | 110 | 13 | 206 | 130 | 57 |
| Binary | 1111 | 11100011 | 1000000 | 1011101 | 0 | 1001000 | 1011 | 10000110 | 1011000 | 101111 |
Color Harmonies of #0FE340
Complementary color
Monochromatic Colors of #0FE340
Black with #0FE340
Text Example
Text Example
White with #0FE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE340; }
p { color: rgb(15,227,64); }
H1.HeaderClassName
{
color: #0FE340;
}
.AnyTagClassName
{
color: #0FE340;
}
</style>
background-color css
<style>
a { background-color: #0FE340; }
a { background-color: rgb(15,227,64); }
div.DivClassName
{
background-color: #0FE340;
}
.BgClassName
{
background-color: #0FE340;
}
</style>
border-color css
<style>
span { border-color: #0FE340; }
span { border-color: rgb(15,227,64); }
td.TdClassName
{
border-color: #0FE340;
}
.TagClassName
{
border-color: #0FE340;
}
</style>