Shades of Malachite #0FF946
Tints of Malachite #0FF946
RGB
CMYK
RGB Variations
Color information
#0FF946 (or 0x0FF946) is known color: Malachite. HEX triplet: 0F, F9 and 46. RGB value is (15,249,70). Sum of RGB (Red+Green+Blue) = 15+249+70=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF946 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF946 is #F006B9. Grayscale: #9F9F9F. Windows color (decimal): -15730362 or 4651279. OLE color: 4651279.
HSL color Cylindrical-coordinate representation of color #0FF946: hue angle of 134.1º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF946 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 70 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.02 |
| HSL | 134.1º | 0.95% | 0.52% | - |
| HSV(B) | 134.1º | 0.94% | 0.98% | - |
| XYZ | 35.18 | 68.3 | 17.12 | - |
| YUV | 158.63 | 77.98 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 70 | 0.94 | 0 | 0.72 | 0.02 | 134.1 | 0.95 | 0.52 |
| Hex | F | F9 | 46 | 5E | 0 | 48 | 2 | 86 | 5F | 34 |
| Octal | 17 | 371 | 106 | 136 | 0 | 110 | 2 | 206 | 137 | 64 |
| Binary | 1111 | 11111001 | 1000110 | 1011110 | 0 | 1001000 | 10 | 10000110 | 1011111 | 110100 |
Color Harmonies of #0FF946
Complementary color
Monochromatic Colors of #0FF946
Black with #0FF946
Text Example
Text Example
White with #0FF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF946; }
p { color: rgb(15,249,70); }
H1.HeaderClassName
{
color: #0FF946;
}
.AnyTagClassName
{
color: #0FF946;
}
</style>
background-color css
<style>
a { background-color: #0FF946; }
a { background-color: rgb(15,249,70); }
div.DivClassName
{
background-color: #0FF946;
}
.BgClassName
{
background-color: #0FF946;
}
</style>
border-color css
<style>
span { border-color: #0FF946; }
span { border-color: rgb(15,249,70); }
td.TdClassName
{
border-color: #0FF946;
}
.TagClassName
{
border-color: #0FF946;
}
</style>