Shades of Malachite #0FE344
Tints of Malachite #0FE344
RGB
CMYK
RGB Variations
Color information
#0FE344 (or 0x0FE344) is known color: Malachite. HEX triplet: 0F, E3 and 44. RGB value is (15,227,68). Sum of RGB (Red+Green+Blue) = 15+227+68=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE344 is #F01CBB. Grayscale: #919191. Windows color (decimal): -15735996 or 4514575. OLE color: 4514575.
HSL color Cylindrical-coordinate representation of color #0FE344: hue angle of 135º 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 #0FE344 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 68 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.11 |
| HSL | 135º | 0.88% | 0.47% | - |
| HSV(B) | 135º | 0.93% | 0.89% | - |
| XYZ | 28.71 | 55.46 | 14.66 | - |
| YUV | 145.49 | 84.26 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 68 | 0.93 | 0 | 0.70 | 0.11 | 135 | 0.88 | 0.47 |
| Hex | F | E3 | 44 | 5D | 0 | 46 | B | 87 | 58 | 2F |
| Octal | 17 | 343 | 104 | 135 | 0 | 106 | 13 | 207 | 130 | 57 |
| Binary | 1111 | 11100011 | 1000100 | 1011101 | 0 | 1000110 | 1011 | 10000111 | 1011000 | 101111 |
Color Harmonies of #0FE344
Complementary color
Monochromatic Colors of #0FE344
Black with #0FE344
Text Example
Text Example
White with #0FE344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE344; }
p { color: rgb(15,227,68); }
H1.HeaderClassName
{
color: #0FE344;
}
.AnyTagClassName
{
color: #0FE344;
}
</style>
background-color css
<style>
a { background-color: #0FE344; }
a { background-color: rgb(15,227,68); }
div.DivClassName
{
background-color: #0FE344;
}
.BgClassName
{
background-color: #0FE344;
}
</style>
border-color css
<style>
span { border-color: #0FE344; }
span { border-color: rgb(15,227,68); }
td.TdClassName
{
border-color: #0FE344;
}
.TagClassName
{
border-color: #0FE344;
}
</style>