Shades of Malachite #0FE93D
Tints of Malachite #0FE93D
RGB
CMYK
RGB Variations
Color information
#0FE93D (or 0x0FE93D) is known color: Malachite. HEX triplet: 0F, E9 and 3D. RGB value is (15,233,61). Sum of RGB (Red+Green+Blue) = 15+233+61=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 233 (91.41% from 255 or 75.40% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE93D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE93D is #F016C2. Grayscale: #949494. Windows color (decimal): -15734467 or 4057359. OLE color: 4057359.
HSL color Cylindrical-coordinate representation of color #0FE93D: hue angle of 132.66º 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 #0FE93D is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 61 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.09 |
| HSL | 132.66º | 0.88% | 0.49% | - |
| HSV(B) | 132.66º | 0.94% | 0.91% | - |
| XYZ | 30.18 | 58.72 | 14.16 | - |
| YUV | 148.21 | 78.78 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 61 | 0.94 | 0 | 0.74 | 0.09 | 132.66 | 0.88 | 0.49 |
| Hex | F | E9 | 3D | 5E | 0 | 4A | 9 | 85 | 58 | 31 |
| Octal | 17 | 351 | 75 | 136 | 0 | 112 | 11 | 205 | 130 | 61 |
| Binary | 1111 | 11101001 | 111101 | 1011110 | 0 | 1001010 | 1001 | 10000101 | 1011000 | 110001 |
Color Harmonies of #0FE93D
Complementary color
Monochromatic Colors of #0FE93D
Black with #0FE93D
Text Example
Text Example
White with #0FE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE93D; }
p { color: rgb(15,233,61); }
H1.HeaderClassName
{
color: #0FE93D;
}
.AnyTagClassName
{
color: #0FE93D;
}
</style>
background-color css
<style>
a { background-color: #0FE93D; }
a { background-color: rgb(15,233,61); }
div.DivClassName
{
background-color: #0FE93D;
}
.BgClassName
{
background-color: #0FE93D;
}
</style>
border-color css
<style>
span { border-color: #0FE93D; }
span { border-color: rgb(15,233,61); }
td.TdClassName
{
border-color: #0FE93D;
}
.TagClassName
{
border-color: #0FE93D;
}
</style>