Shades of Malachite #0FF73E
Tints of Malachite #0FF73E
RGB
CMYK
RGB Variations
Color information
#0FF73E (or 0x0FF73E) is known color: Malachite. HEX triplet: 0F, F7 and 3E. RGB value is (15,247,62). Sum of RGB (Red+Green+Blue) = 15+247+62=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 247 (96.88% from 255 or 76.23% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF73E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF73E is #F008C1. Grayscale: #9D9D9D. Windows color (decimal): -15730882 or 4126479. OLE color: 4126479.
HSL color Cylindrical-coordinate representation of color #0FF73E: hue angle of 132.16º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF73E is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 62 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.03 |
| HSL | 132.16º | 0.94% | 0.51% | - |
| HSV(B) | 132.16º | 0.94% | 0.97% | - |
| XYZ | 34.33 | 66.97 | 15.67 | - |
| YUV | 156.54 | 74.64 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 62 | 0.94 | 0 | 0.75 | 0.03 | 132.16 | 0.94 | 0.51 |
| Hex | F | F7 | 3E | 5E | 0 | 4B | 3 | 84 | 5E | 33 |
| Octal | 17 | 367 | 76 | 136 | 0 | 113 | 3 | 204 | 136 | 63 |
| Binary | 1111 | 11110111 | 111110 | 1011110 | 0 | 1001011 | 11 | 10000100 | 1011110 | 110011 |
Color Harmonies of #0FF73E
Complementary color
Monochromatic Colors of #0FF73E
Black with #0FF73E
Text Example
Text Example
White with #0FF73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF73E; }
p { color: rgb(15,247,62); }
H1.HeaderClassName
{
color: #0FF73E;
}
.AnyTagClassName
{
color: #0FF73E;
}
</style>
background-color css
<style>
a { background-color: #0FF73E; }
a { background-color: rgb(15,247,62); }
div.DivClassName
{
background-color: #0FF73E;
}
.BgClassName
{
background-color: #0FF73E;
}
</style>
border-color css
<style>
span { border-color: #0FF73E; }
span { border-color: rgb(15,247,62); }
td.TdClassName
{
border-color: #0FF73E;
}
.TagClassName
{
border-color: #0FF73E;
}
</style>