Shades of Malachite #00F13E
Tints of Malachite #00F13E
RGB
CMYK
RGB Variations
Color information
#00F13E (or 0x00F13E) is known color: Malachite. HEX triplet: 00, F1 and 3E. RGB value is (0,241,62). Sum of RGB (Red+Green+Blue) = 0+241+62=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 241 (94.53% from 255 or 79.54% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 241 - color contains mainly: green. Hex color #00F13E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F13E is #FF0EC1. Grayscale: #959595. Windows color (decimal): -16715458 or 4124928. OLE color: 4124928.
HSL color Cylindrical-coordinate representation of color #00F13E: hue angle of 135.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F13E is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 241 | 62 | - |
| CMYK | 1 | 0 | 0.74 | 0.05 |
| HSL | 135.44º | 1% | 0.47% | - |
| HSV(B) | 135.44º | 1% | 0.95% | - |
| XYZ | 32.32 | 63.26 | 15.06 | - |
| YUV | 148.54 | 79.16 | 22.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 241 | 62 | 1 | 0 | 0.74 | 0.05 | 135.44 | 1 | 0.47 |
| Hex | 0 | F1 | 3E | 64 | 0 | 4A | 5 | 87 | 64 | 2F |
| Octal | 0 | 361 | 76 | 144 | 0 | 112 | 5 | 207 | 144 | 57 |
| Binary | 0 | 11110001 | 111110 | 1100100 | 0 | 1001010 | 101 | 10000111 | 1100100 | 101111 |
Color Harmonies of #00F13E
Complementary color
Monochromatic Colors of #00F13E
Black with #00F13E
Text Example
Text Example
White with #00F13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F13E; }
p { color: rgb(0,241,62); }
H1.HeaderClassName
{
color: #00F13E;
}
.AnyTagClassName
{
color: #00F13E;
}
</style>
background-color css
<style>
a { background-color: #00F13E; }
a { background-color: rgb(0,241,62); }
div.DivClassName
{
background-color: #00F13E;
}
.BgClassName
{
background-color: #00F13E;
}
</style>
border-color css
<style>
span { border-color: #00F13E; }
span { border-color: rgb(0,241,62); }
td.TdClassName
{
border-color: #00F13E;
}
.TagClassName
{
border-color: #00F13E;
}
</style>