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