Shades of Malachite #0FFF5B
Tints of Malachite #0FFF5B
RGB
CMYK
RGB Variations
Color information
#0FFF5B (or 0x0FFF5B) is known color: Malachite. HEX triplet: 0F, FF and 5B. RGB value is (15,255,91). Sum of RGB (Red+Green+Blue) = 15+255+91=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFF5B is #F000A4. Grayscale: #A4A4A4. Windows color (decimal): -15728805 or 6029071. OLE color: 6029071.
HSL color Cylindrical-coordinate representation of color #0FFF5B: hue angle of 139º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF5B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 91 | - |
| CMYK | 0.94 | 0 | 0.64 | 0 |
| HSL | 139º | 1% | 0.53% | - |
| HSV(B) | 139º | 0.94% | 1% | - |
| XYZ | 37.85 | 72.38 | 21.87 | - |
| YUV | 164.54 | 86.49 | 21.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 91 | 0.94 | 0 | 0.64 | 0 | 139 | 1 | 0.53 |
| Hex | F | FF | 5B | 5E | 0 | 40 | 0 | 8B | 64 | 35 |
| Octal | 17 | 377 | 133 | 136 | 0 | 100 | 0 | 213 | 144 | 65 |
| Binary | 1111 | 11111111 | 1011011 | 1011110 | 0 | 1000000 | 0 | 10001011 | 1100100 | 110101 |
Color Harmonies of #0FFF5B
Complementary color
Monochromatic Colors of #0FFF5B
Black with #0FFF5B
Text Example
Text Example
White with #0FFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF5B; }
p { color: rgb(15,255,91); }
H1.HeaderClassName
{
color: #0FFF5B;
}
.AnyTagClassName
{
color: #0FFF5B;
}
</style>
background-color css
<style>
a { background-color: #0FFF5B; }
a { background-color: rgb(15,255,91); }
div.DivClassName
{
background-color: #0FFF5B;
}
.BgClassName
{
background-color: #0FFF5B;
}
</style>
border-color css
<style>
span { border-color: #0FFF5B; }
span { border-color: rgb(15,255,91); }
td.TdClassName
{
border-color: #0FFF5B;
}
.TagClassName
{
border-color: #0FFF5B;
}
</style>