Shades of Malachite #0FE035
Tints of Malachite #0FE035
RGB
CMYK
RGB Variations
Color information
#0FE035 (or 0x0FE035) is known color: Malachite. HEX triplet: 0F, E0 and 35. RGB value is (15,224,53). Sum of RGB (Red+Green+Blue) = 15+224+53=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 224 (87.89% from 255 or 76.71% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE035 is #F01FCA. Grayscale: #8E8E8E. Windows color (decimal): -15736779 or 3530767. OLE color: 3530767.
HSL color Cylindrical-coordinate representation of color #0FE035: hue angle of 130.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE035 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 53 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.12 |
| HSL | 130.91º | 0.87% | 0.47% | - |
| HSV(B) | 130.91º | 0.93% | 0.88% | - |
| XYZ | 27.5 | 53.67 | 12.28 | - |
| YUV | 142.02 | 77.76 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 53 | 0.93 | 0 | 0.76 | 0.12 | 130.91 | 0.87 | 0.47 |
| Hex | F | E0 | 35 | 5D | 0 | 4C | C | 83 | 57 | 2F |
| Octal | 17 | 340 | 65 | 135 | 0 | 114 | 14 | 203 | 127 | 57 |
| Binary | 1111 | 11100000 | 110101 | 1011101 | 0 | 1001100 | 1100 | 10000011 | 1010111 | 101111 |
Color Harmonies of #0FE035
Complementary color
Monochromatic Colors of #0FE035
Black with #0FE035
Text Example
Text Example
White with #0FE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE035; }
p { color: rgb(15,224,53); }
H1.HeaderClassName
{
color: #0FE035;
}
.AnyTagClassName
{
color: #0FE035;
}
</style>
background-color css
<style>
a { background-color: #0FE035; }
a { background-color: rgb(15,224,53); }
div.DivClassName
{
background-color: #0FE035;
}
.BgClassName
{
background-color: #0FE035;
}
</style>
border-color css
<style>
span { border-color: #0FE035; }
span { border-color: rgb(15,224,53); }
td.TdClassName
{
border-color: #0FE035;
}
.TagClassName
{
border-color: #0FE035;
}
</style>