Shades of Malachite #0FF948
Tints of Malachite #0FF948
RGB
CMYK
RGB Variations
Color information
#0FF948 (or 0x0FF948) is known color: Malachite. HEX triplet: 0F, F9 and 48. RGB value is (15,249,72). Sum of RGB (Red+Green+Blue) = 15+249+72=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 249 (97.66% from 255 or 74.11% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF948 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF948 is #F006B7. Grayscale: #9F9F9F. Windows color (decimal): -15730360 or 4782351. OLE color: 4782351.
HSL color Cylindrical-coordinate representation of color #0FF948: hue angle of 134.62º 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 #0FF948 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 72 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.02 |
| HSL | 134.62º | 0.95% | 0.52% | - |
| HSV(B) | 134.62º | 0.94% | 0.98% | - |
| XYZ | 35.24 | 68.32 | 17.46 | - |
| YUV | 158.86 | 78.98 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 72 | 0.94 | 0 | 0.71 | 0.02 | 134.62 | 0.95 | 0.52 |
| Hex | F | F9 | 48 | 5E | 0 | 47 | 2 | 87 | 5F | 34 |
| Octal | 17 | 371 | 110 | 136 | 0 | 107 | 2 | 207 | 137 | 64 |
| Binary | 1111 | 11111001 | 1001000 | 1011110 | 0 | 1000111 | 10 | 10000111 | 1011111 | 110100 |
Color Harmonies of #0FF948
Complementary color
Monochromatic Colors of #0FF948
Black with #0FF948
Text Example
Text Example
White with #0FF948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF948; }
p { color: rgb(15,249,72); }
H1.HeaderClassName
{
color: #0FF948;
}
.AnyTagClassName
{
color: #0FF948;
}
</style>
background-color css
<style>
a { background-color: #0FF948; }
a { background-color: rgb(15,249,72); }
div.DivClassName
{
background-color: #0FF948;
}
.BgClassName
{
background-color: #0FF948;
}
</style>
border-color css
<style>
span { border-color: #0FF948; }
span { border-color: rgb(15,249,72); }
td.TdClassName
{
border-color: #0FF948;
}
.TagClassName
{
border-color: #0FF948;
}
</style>