Shades of Malachite #0FEB3F
Tints of Malachite #0FEB3F
RGB
CMYK
RGB Variations
Color information
#0FEB3F (or 0x0FEB3F) is known color: Malachite. HEX triplet: 0F, EB and 3F. RGB value is (15,235,63). Sum of RGB (Red+Green+Blue) = 15+235+63=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 235 (92.19% from 255 or 75.08% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEB3F is #F014C0. Grayscale: #969696. Windows color (decimal): -15733953 or 4188943. OLE color: 4188943.
HSL color Cylindrical-coordinate representation of color #0FEB3F: hue angle of 133.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEB3F is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 63 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.08 |
| HSL | 133.09º | 0.88% | 0.49% | - |
| HSV(B) | 133.09º | 0.94% | 0.92% | - |
| XYZ | 30.8 | 59.88 | 14.64 | - |
| YUV | 149.61 | 79.11 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 63 | 0.94 | 0 | 0.73 | 0.08 | 133.09 | 0.88 | 0.49 |
| Hex | F | EB | 3F | 5E | 0 | 49 | 8 | 85 | 58 | 31 |
| Octal | 17 | 353 | 77 | 136 | 0 | 111 | 10 | 205 | 130 | 61 |
| Binary | 1111 | 11101011 | 111111 | 1011110 | 0 | 1001001 | 1000 | 10000101 | 1011000 | 110001 |
Color Harmonies of #0FEB3F
Complementary color
Monochromatic Colors of #0FEB3F
Black with #0FEB3F
Text Example
Text Example
White with #0FEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEB3F; }
p { color: rgb(15,235,63); }
H1.HeaderClassName
{
color: #0FEB3F;
}
.AnyTagClassName
{
color: #0FEB3F;
}
</style>
background-color css
<style>
a { background-color: #0FEB3F; }
a { background-color: rgb(15,235,63); }
div.DivClassName
{
background-color: #0FEB3F;
}
.BgClassName
{
background-color: #0FEB3F;
}
</style>
border-color css
<style>
span { border-color: #0FEB3F; }
span { border-color: rgb(15,235,63); }
td.TdClassName
{
border-color: #0FEB3F;
}
.TagClassName
{
border-color: #0FEB3F;
}
</style>