Shades of Malachite #00F346
Tints of Malachite #00F346
RGB
CMYK
RGB Variations
Color information
#00F346 (or 0x00F346) is known color: Malachite. HEX triplet: 00, F3 and 46. RGB value is (0,243,70). Sum of RGB (Red+Green+Blue) = 0+243+70=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 243 (95.31% from 255 or 77.64% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 243 - color contains mainly: green. Hex color #00F346 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F346 is #FF0CB9. Grayscale: #979797. Windows color (decimal): -16714938 or 4649728. OLE color: 4649728.
HSL color Cylindrical-coordinate representation of color #00F346: hue angle of 137.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F346 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 70 | - |
| CMYK | 1 | 0 | 0.71 | 0.05 |
| HSL | 137.28º | 1% | 0.48% | - |
| HSV(B) | 137.28º | 1% | 0.95% | - |
| XYZ | 33.16 | 64.54 | 16.5 | - |
| YUV | 150.62 | 82.49 | 20.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 70 | 1 | 0 | 0.71 | 0.05 | 137.28 | 1 | 0.48 |
| Hex | 0 | F3 | 46 | 64 | 0 | 47 | 5 | 89 | 64 | 30 |
| Octal | 0 | 363 | 106 | 144 | 0 | 107 | 5 | 211 | 144 | 60 |
| Binary | 0 | 11110011 | 1000110 | 1100100 | 0 | 1000111 | 101 | 10001001 | 1100100 | 110000 |
Color Harmonies of #00F346
Complementary color
Monochromatic Colors of #00F346
Black with #00F346
Text Example
Text Example
White with #00F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F346; }
p { color: rgb(0,243,70); }
H1.HeaderClassName
{
color: #00F346;
}
.AnyTagClassName
{
color: #00F346;
}
</style>
background-color css
<style>
a { background-color: #00F346; }
a { background-color: rgb(0,243,70); }
div.DivClassName
{
background-color: #00F346;
}
.BgClassName
{
background-color: #00F346;
}
</style>
border-color css
<style>
span { border-color: #00F346; }
span { border-color: rgb(0,243,70); }
td.TdClassName
{
border-color: #00F346;
}
.TagClassName
{
border-color: #00F346;
}
</style>