Shades of Malachite #0FE232
Tints of Malachite #0FE232
RGB
CMYK
RGB Variations
Color information
#0FE232 (or 0x0FE232) is known color: Malachite. HEX triplet: 0F, E2 and 32. RGB value is (15,226,50). Sum of RGB (Red+Green+Blue) = 15+226+50=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 226 (88.67% from 255 or 77.66% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE232 is #F01DCD. Grayscale: #8F8F8F. Windows color (decimal): -15736270 or 3334671. OLE color: 3334671.
HSL color Cylindrical-coordinate representation of color #0FE232: hue angle of 129.95º 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 #0FE232 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 50 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.11 |
| HSL | 129.95º | 0.88% | 0.47% | - |
| HSV(B) | 129.95º | 0.93% | 0.89% | - |
| XYZ | 27.97 | 54.72 | 12.11 | - |
| YUV | 142.85 | 75.6 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 50 | 0.93 | 0 | 0.78 | 0.11 | 129.95 | 0.88 | 0.47 |
| Hex | F | E2 | 32 | 5D | 0 | 4E | B | 82 | 58 | 2F |
| Octal | 17 | 342 | 62 | 135 | 0 | 116 | 13 | 202 | 130 | 57 |
| Binary | 1111 | 11100010 | 110010 | 1011101 | 0 | 1001110 | 1011 | 10000010 | 1011000 | 101111 |
Color Harmonies of #0FE232
Complementary color
Monochromatic Colors of #0FE232
Black with #0FE232
Text Example
Text Example
White with #0FE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE232; }
p { color: rgb(15,226,50); }
H1.HeaderClassName
{
color: #0FE232;
}
.AnyTagClassName
{
color: #0FE232;
}
</style>
background-color css
<style>
a { background-color: #0FE232; }
a { background-color: rgb(15,226,50); }
div.DivClassName
{
background-color: #0FE232;
}
.BgClassName
{
background-color: #0FE232;
}
</style>
border-color css
<style>
span { border-color: #0FE232; }
span { border-color: rgb(15,226,50); }
td.TdClassName
{
border-color: #0FE232;
}
.TagClassName
{
border-color: #0FE232;
}
</style>