Shades of Malachite #0FE934
Tints of Malachite #0FE934
RGB
CMYK
RGB Variations
Color information
#0FE934 (or 0x0FE934) is known color: Malachite. HEX triplet: 0F, E9 and 34. RGB value is (15,233,52). Sum of RGB (Red+Green+Blue) = 15+233+52=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 233 (91.41% from 255 or 77.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE934 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE934 is #F016CB. Grayscale: #939393. Windows color (decimal): -15734476 or 3467535. OLE color: 3467535.
HSL color Cylindrical-coordinate representation of color #0FE934: hue angle of 130.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE934 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 52 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.09 |
| HSL | 130.18º | 0.88% | 0.49% | - |
| HSV(B) | 130.18º | 0.94% | 0.91% | - |
| XYZ | 29.96 | 58.63 | 12.99 | - |
| YUV | 147.18 | 74.28 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 52 | 0.94 | 0 | 0.78 | 0.09 | 130.18 | 0.88 | 0.49 |
| Hex | F | E9 | 34 | 5E | 0 | 4E | 9 | 82 | 58 | 31 |
| Octal | 17 | 351 | 64 | 136 | 0 | 116 | 11 | 202 | 130 | 61 |
| Binary | 1111 | 11101001 | 110100 | 1011110 | 0 | 1001110 | 1001 | 10000010 | 1011000 | 110001 |
Color Harmonies of #0FE934
Complementary color
Monochromatic Colors of #0FE934
Black with #0FE934
Text Example
Text Example
White with #0FE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE934; }
p { color: rgb(15,233,52); }
H1.HeaderClassName
{
color: #0FE934;
}
.AnyTagClassName
{
color: #0FE934;
}
</style>
background-color css
<style>
a { background-color: #0FE934; }
a { background-color: rgb(15,233,52); }
div.DivClassName
{
background-color: #0FE934;
}
.BgClassName
{
background-color: #0FE934;
}
</style>
border-color css
<style>
span { border-color: #0FE934; }
span { border-color: rgb(15,233,52); }
td.TdClassName
{
border-color: #0FE934;
}
.TagClassName
{
border-color: #0FE934;
}
</style>