Shades of Malachite #00F348
Tints of Malachite #00F348
RGB
CMYK
RGB Variations
Color information
#00F348 (or 0x00F348) is known color: Malachite. HEX triplet: 00, F3 and 48. RGB value is (0,243,72). Sum of RGB (Red+Green+Blue) = 0+243+72=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #00F348 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F348 is #FF0CB7. Grayscale: #979797. Windows color (decimal): -16714936 or 4780800. OLE color: 4780800.
HSL color Cylindrical-coordinate representation of color #00F348: hue angle of 137.78º 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 #00F348 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 72 | - |
| CMYK | 1 | 0 | 0.70 | 0.05 |
| HSL | 137.78º | 1% | 0.48% | - |
| HSV(B) | 137.78º | 1% | 0.95% | - |
| XYZ | 33.22 | 64.57 | 16.84 | - |
| YUV | 150.85 | 83.49 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 72 | 1 | 0 | 0.70 | 0.05 | 137.78 | 1 | 0.48 |
| Hex | 0 | F3 | 48 | 64 | 0 | 46 | 5 | 8A | 64 | 30 |
| Octal | 0 | 363 | 110 | 144 | 0 | 106 | 5 | 212 | 144 | 60 |
| Binary | 0 | 11110011 | 1001000 | 1100100 | 0 | 1000110 | 101 | 10001010 | 1100100 | 110000 |
Color Harmonies of #00F348
Complementary color
Monochromatic Colors of #00F348
Black with #00F348
Text Example
Text Example
White with #00F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F348; }
p { color: rgb(0,243,72); }
H1.HeaderClassName
{
color: #00F348;
}
.AnyTagClassName
{
color: #00F348;
}
</style>
background-color css
<style>
a { background-color: #00F348; }
a { background-color: rgb(0,243,72); }
div.DivClassName
{
background-color: #00F348;
}
.BgClassName
{
background-color: #00F348;
}
</style>
border-color css
<style>
span { border-color: #00F348; }
span { border-color: rgb(0,243,72); }
td.TdClassName
{
border-color: #00F348;
}
.TagClassName
{
border-color: #00F348;
}
</style>