Shades of Malachite #0FE143
Tints of Malachite #0FE143
RGB
CMYK
RGB Variations
Color information
#0FE143 (or 0x0FE143) is known color: Malachite. HEX triplet: 0F, E1 and 43. RGB value is (15,225,67). Sum of RGB (Red+Green+Blue) = 15+225+67=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 225 (88.28% from 255 or 73.29% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE143 is #F01EBC. Grayscale: #909090. Windows color (decimal): -15736509 or 4448527. OLE color: 4448527.
HSL color Cylindrical-coordinate representation of color #0FE143: hue angle of 134.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 #0FE143 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 67 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.12 |
| HSL | 134.86º | 0.88% | 0.47% | - |
| HSV(B) | 134.86º | 0.93% | 0.88% | - |
| XYZ | 28.14 | 54.36 | 14.32 | - |
| YUV | 144.2 | 84.43 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 67 | 0.93 | 0 | 0.70 | 0.12 | 134.86 | 0.88 | 0.47 |
| Hex | F | E1 | 43 | 5D | 0 | 46 | C | 87 | 58 | 2F |
| Octal | 17 | 341 | 103 | 135 | 0 | 106 | 14 | 207 | 130 | 57 |
| Binary | 1111 | 11100001 | 1000011 | 1011101 | 0 | 1000110 | 1100 | 10000111 | 1011000 | 101111 |
Color Harmonies of #0FE143
Complementary color
Monochromatic Colors of #0FE143
Black with #0FE143
Text Example
Text Example
White with #0FE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE143; }
p { color: rgb(15,225,67); }
H1.HeaderClassName
{
color: #0FE143;
}
.AnyTagClassName
{
color: #0FE143;
}
</style>
background-color css
<style>
a { background-color: #0FE143; }
a { background-color: rgb(15,225,67); }
div.DivClassName
{
background-color: #0FE143;
}
.BgClassName
{
background-color: #0FE143;
}
</style>
border-color css
<style>
span { border-color: #0FE143; }
span { border-color: rgb(15,225,67); }
td.TdClassName
{
border-color: #0FE143;
}
.TagClassName
{
border-color: #0FE143;
}
</style>