Shades of Malachite #0FE134
Tints of Malachite #0FE134
RGB
CMYK
RGB Variations
Color information
#0FE134 (or 0x0FE134) is known color: Malachite. HEX triplet: 0F, E1 and 34. RGB value is (15,225,52). Sum of RGB (Red+Green+Blue) = 15+225+52=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE134 is #F01ECB. Grayscale: #8E8E8E. Windows color (decimal): -15736524 or 3465487. OLE color: 3465487.
HSL color Cylindrical-coordinate representation of color #0FE134: hue angle of 130.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE134 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 52 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.12 |
| HSL | 130.57º | 0.88% | 0.47% | - |
| HSV(B) | 130.57º | 0.93% | 0.88% | - |
| XYZ | 27.74 | 54.2 | 12.25 | - |
| YUV | 142.49 | 76.93 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 52 | 0.93 | 0 | 0.77 | 0.12 | 130.57 | 0.88 | 0.47 |
| Hex | F | E1 | 34 | 5D | 0 | 4D | C | 83 | 58 | 2F |
| Octal | 17 | 341 | 64 | 135 | 0 | 115 | 14 | 203 | 130 | 57 |
| Binary | 1111 | 11100001 | 110100 | 1011101 | 0 | 1001101 | 1100 | 10000011 | 1011000 | 101111 |
Color Harmonies of #0FE134
Complementary color
Monochromatic Colors of #0FE134
Black with #0FE134
Text Example
Text Example
White with #0FE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE134; }
p { color: rgb(15,225,52); }
H1.HeaderClassName
{
color: #0FE134;
}
.AnyTagClassName
{
color: #0FE134;
}
</style>
background-color css
<style>
a { background-color: #0FE134; }
a { background-color: rgb(15,225,52); }
div.DivClassName
{
background-color: #0FE134;
}
.BgClassName
{
background-color: #0FE134;
}
</style>
border-color css
<style>
span { border-color: #0FE134; }
span { border-color: rgb(15,225,52); }
td.TdClassName
{
border-color: #0FE134;
}
.TagClassName
{
border-color: #0FE134;
}
</style>