Shades of Malachite #00F845
Tints of Malachite #00F845
RGB
CMYK
RGB Variations
Color information
#00F845 (or 0x00F845) is known color: Malachite. HEX triplet: 00, F8 and 45. RGB value is (0,248,69). Sum of RGB (Red+Green+Blue) = 0+248+69=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 248 (97.27% from 255 or 78.23% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 248 - color contains mainly: green. Hex color #00F845 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F845 is #FF07BA. Grayscale: #999999. Windows color (decimal): -16713659 or 4585472. OLE color: 4585472.
HSL color Cylindrical-coordinate representation of color #00F845: hue angle of 136.69º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F845 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 69 | - |
| CMYK | 1 | 0 | 0.72 | 0.03 |
| HSL | 136.69º | 1% | 0.49% | - |
| HSV(B) | 136.69º | 1% | 0.97% | - |
| XYZ | 34.64 | 67.56 | 16.85 | - |
| YUV | 153.44 | 80.34 | 18.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 69 | 1 | 0 | 0.72 | 0.03 | 136.69 | 1 | 0.49 |
| Hex | 0 | F8 | 45 | 64 | 0 | 48 | 3 | 89 | 64 | 31 |
| Octal | 0 | 370 | 105 | 144 | 0 | 110 | 3 | 211 | 144 | 61 |
| Binary | 0 | 11111000 | 1000101 | 1100100 | 0 | 1001000 | 11 | 10001001 | 1100100 | 110001 |
Color Harmonies of #00F845
Complementary color
Monochromatic Colors of #00F845
Black with #00F845
Text Example
Text Example
White with #00F845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F845; }
p { color: rgb(0,248,69); }
H1.HeaderClassName
{
color: #00F845;
}
.AnyTagClassName
{
color: #00F845;
}
</style>
background-color css
<style>
a { background-color: #00F845; }
a { background-color: rgb(0,248,69); }
div.DivClassName
{
background-color: #00F845;
}
.BgClassName
{
background-color: #00F845;
}
</style>
border-color css
<style>
span { border-color: #00F845; }
span { border-color: rgb(0,248,69); }
td.TdClassName
{
border-color: #00F845;
}
.TagClassName
{
border-color: #00F845;
}
</style>