Shades of Malachite #0FE13C
Tints of Malachite #0FE13C
RGB
CMYK
RGB Variations
Color information
#0FE13C (or 0x0FE13C) is known color: Malachite. HEX triplet: 0F, E1 and 3C. RGB value is (15,225,60). Sum of RGB (Red+Green+Blue) = 15+225+60=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE13C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE13C is #F01EC3. Grayscale: #8F8F8F. Windows color (decimal): -15736516 or 3989775. OLE color: 3989775.
HSL color Cylindrical-coordinate representation of color #0FE13C: hue angle of 132.86º degrees, saturation: 0.88, 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 #0FE13C is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 60 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.12 |
| HSL | 132.86º | 0.88% | 0.47% | - |
| HSV(B) | 132.86º | 0.93% | 0.88% | - |
| XYZ | 27.94 | 54.28 | 13.28 | - |
| YUV | 143.4 | 80.93 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 60 | 0.93 | 0 | 0.73 | 0.12 | 132.86 | 0.88 | 0.47 |
| Hex | F | E1 | 3C | 5D | 0 | 49 | C | 85 | 58 | 2F |
| Octal | 17 | 341 | 74 | 135 | 0 | 111 | 14 | 205 | 130 | 57 |
| Binary | 1111 | 11100001 | 111100 | 1011101 | 0 | 1001001 | 1100 | 10000101 | 1011000 | 101111 |
Color Harmonies of #0FE13C
Complementary color
Monochromatic Colors of #0FE13C
Black with #0FE13C
Text Example
Text Example
White with #0FE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE13C; }
p { color: rgb(15,225,60); }
H1.HeaderClassName
{
color: #0FE13C;
}
.AnyTagClassName
{
color: #0FE13C;
}
</style>
background-color css
<style>
a { background-color: #0FE13C; }
a { background-color: rgb(15,225,60); }
div.DivClassName
{
background-color: #0FE13C;
}
.BgClassName
{
background-color: #0FE13C;
}
</style>
border-color css
<style>
span { border-color: #0FE13C; }
span { border-color: rgb(15,225,60); }
td.TdClassName
{
border-color: #0FE13C;
}
.TagClassName
{
border-color: #0FE13C;
}
</style>