Shades of Malachite #0FE132
Tints of Malachite #0FE132
RGB
CMYK
RGB Variations
Color information
#0FE132 (or 0x0FE132) is known color: Malachite. HEX triplet: 0F, E1 and 32. RGB value is (15,225,50). Sum of RGB (Red+Green+Blue) = 15+225+50=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 225 (88.28% from 255 or 77.59% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE132 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE132 is #F01ECD. Grayscale: #8E8E8E. Windows color (decimal): -15736526 or 3334415. OLE color: 3334415.
HSL color Cylindrical-coordinate representation of color #0FE132: hue angle of 130º 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 #0FE132 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 50 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.12 |
| HSL | 130º | 0.88% | 0.47% | - |
| HSV(B) | 130º | 0.93% | 0.88% | - |
| XYZ | 27.7 | 54.18 | 12.02 | - |
| YUV | 142.26 | 75.93 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 50 | 0.93 | 0 | 0.78 | 0.12 | 130 | 0.88 | 0.47 |
| Hex | F | E1 | 32 | 5D | 0 | 4E | C | 82 | 58 | 2F |
| Octal | 17 | 341 | 62 | 135 | 0 | 116 | 14 | 202 | 130 | 57 |
| Binary | 1111 | 11100001 | 110010 | 1011101 | 0 | 1001110 | 1100 | 10000010 | 1011000 | 101111 |
Color Harmonies of #0FE132
Complementary color
Monochromatic Colors of #0FE132
Black with #0FE132
Text Example
Text Example
White with #0FE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE132; }
p { color: rgb(15,225,50); }
H1.HeaderClassName
{
color: #0FE132;
}
.AnyTagClassName
{
color: #0FE132;
}
</style>
background-color css
<style>
a { background-color: #0FE132; }
a { background-color: rgb(15,225,50); }
div.DivClassName
{
background-color: #0FE132;
}
.BgClassName
{
background-color: #0FE132;
}
</style>
border-color css
<style>
span { border-color: #0FE132; }
span { border-color: rgb(15,225,50); }
td.TdClassName
{
border-color: #0FE132;
}
.TagClassName
{
border-color: #0FE132;
}
</style>