Shades of Malachite #0FE95D
Tints of Malachite #0FE95D
RGB
CMYK
RGB Variations
Color information
#0FE95D (or 0x0FE95D) is known color: Malachite. HEX triplet: 0F, E9 and 5D. RGB value is (15,233,93). Sum of RGB (Red+Green+Blue) = 15+233+93=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 233 (91.41% from 255 or 68.33% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE95D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE95D is #F016A2. Grayscale: #989898. Windows color (decimal): -15734435 or 6154511. OLE color: 6154511.
HSL color Cylindrical-coordinate representation of color #0FE95D: hue angle of 141.47º 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 #0FE95D is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 93 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.09 |
| HSL | 141.47º | 0.88% | 0.49% | - |
| HSV(B) | 141.47º | 0.94% | 0.91% | - |
| XYZ | 31.31 | 59.17 | 20.13 | - |
| YUV | 151.86 | 94.78 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 93 | 0.94 | 0 | 0.60 | 0.09 | 141.47 | 0.88 | 0.49 |
| Hex | F | E9 | 5D | 5E | 0 | 3C | 9 | 8D | 58 | 31 |
| Octal | 17 | 351 | 135 | 136 | 0 | 74 | 11 | 215 | 130 | 61 |
| Binary | 1111 | 11101001 | 1011101 | 1011110 | 0 | 111100 | 1001 | 10001101 | 1011000 | 110001 |
Color Harmonies of #0FE95D
Complementary color
Monochromatic Colors of #0FE95D
Black with #0FE95D
Text Example
Text Example
White with #0FE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE95D; }
p { color: rgb(15,233,93); }
H1.HeaderClassName
{
color: #0FE95D;
}
.AnyTagClassName
{
color: #0FE95D;
}
</style>
background-color css
<style>
a { background-color: #0FE95D; }
a { background-color: rgb(15,233,93); }
div.DivClassName
{
background-color: #0FE95D;
}
.BgClassName
{
background-color: #0FE95D;
}
</style>
border-color css
<style>
span { border-color: #0FE95D; }
span { border-color: rgb(15,233,93); }
td.TdClassName
{
border-color: #0FE95D;
}
.TagClassName
{
border-color: #0FE95D;
}
</style>