Shades of Malachite #0FF03B
Tints of Malachite #0FF03B
RGB
CMYK
RGB Variations
Color information
#0FF03B (or 0x0FF03B) is known color: Malachite. HEX triplet: 0F, F0 and 3B. RGB value is (15,240,59). Sum of RGB (Red+Green+Blue) = 15+240+59=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF03B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF03B is #F00FC4. Grayscale: #989898. Windows color (decimal): -15732677 or 3928079. OLE color: 3928079.
HSL color Cylindrical-coordinate representation of color #0FF03B: hue angle of 131.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF03B is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 59 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.06 |
| HSL | 131.73º | 0.88% | 0.5% | - |
| HSV(B) | 131.73º | 0.94% | 0.94% | - |
| XYZ | 32.15 | 62.74 | 14.55 | - |
| YUV | 152.09 | 75.46 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 59 | 0.94 | 0 | 0.75 | 0.06 | 131.73 | 0.88 | 0.5 |
| Hex | F | F0 | 3B | 5E | 0 | 4B | 6 | 84 | 58 | 32 |
| Octal | 17 | 360 | 73 | 136 | 0 | 113 | 6 | 204 | 130 | 62 |
| Binary | 1111 | 11110000 | 111011 | 1011110 | 0 | 1001011 | 110 | 10000100 | 1011000 | 110010 |
Color Harmonies of #0FF03B
Complementary color
Monochromatic Colors of #0FF03B
Black with #0FF03B
Text Example
Text Example
White with #0FF03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF03B; }
p { color: rgb(15,240,59); }
H1.HeaderClassName
{
color: #0FF03B;
}
.AnyTagClassName
{
color: #0FF03B;
}
</style>
background-color css
<style>
a { background-color: #0FF03B; }
a { background-color: rgb(15,240,59); }
div.DivClassName
{
background-color: #0FF03B;
}
.BgClassName
{
background-color: #0FF03B;
}
</style>
border-color css
<style>
span { border-color: #0FF03B; }
span { border-color: rgb(15,240,59); }
td.TdClassName
{
border-color: #0FF03B;
}
.TagClassName
{
border-color: #0FF03B;
}
</style>