Shades of Malachite #0FF941
Tints of Malachite #0FF941
RGB
CMYK
RGB Variations
Color information
#0FF941 (or 0x0FF941) is known color: Malachite. HEX triplet: 0F, F9 and 41. RGB value is (15,249,65). Sum of RGB (Red+Green+Blue) = 15+249+65=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF941 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF941 is #F006BE. Grayscale: #9E9E9E. Windows color (decimal): -15730367 or 4323599. OLE color: 4323599.
HSL color Cylindrical-coordinate representation of color #0FF941: hue angle of 132.82º 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 #0FF941 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 65 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.02 |
| HSL | 132.82º | 0.95% | 0.52% | - |
| HSV(B) | 132.82º | 0.94% | 0.98% | - |
| XYZ | 35.03 | 68.23 | 16.33 | - |
| YUV | 158.06 | 75.48 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 65 | 0.94 | 0 | 0.74 | 0.02 | 132.82 | 0.95 | 0.52 |
| Hex | F | F9 | 41 | 5E | 0 | 4A | 2 | 85 | 5F | 34 |
| Octal | 17 | 371 | 101 | 136 | 0 | 112 | 2 | 205 | 137 | 64 |
| Binary | 1111 | 11111001 | 1000001 | 1011110 | 0 | 1001010 | 10 | 10000101 | 1011111 | 110100 |
Color Harmonies of #0FF941
Complementary color
Monochromatic Colors of #0FF941
Black with #0FF941
Text Example
Text Example
White with #0FF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF941; }
p { color: rgb(15,249,65); }
H1.HeaderClassName
{
color: #0FF941;
}
.AnyTagClassName
{
color: #0FF941;
}
</style>
background-color css
<style>
a { background-color: #0FF941; }
a { background-color: rgb(15,249,65); }
div.DivClassName
{
background-color: #0FF941;
}
.BgClassName
{
background-color: #0FF941;
}
</style>
border-color css
<style>
span { border-color: #0FF941; }
span { border-color: rgb(15,249,65); }
td.TdClassName
{
border-color: #0FF941;
}
.TagClassName
{
border-color: #0FF941;
}
</style>