Shades of Malachite #0FFC5B
Tints of Malachite #0FFC5B
RGB
CMYK
RGB Variations
Color information
#0FFC5B (or 0x0FFC5B) is known color: Malachite. HEX triplet: 0F, FC and 5B. RGB value is (15,252,91). Sum of RGB (Red+Green+Blue) = 15+252+91=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 252 (98.83% from 255 or 70.39% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFC5B is #F003A4. Grayscale: #A3A3A3. Windows color (decimal): -15729573 or 6028303. OLE color: 6028303.
HSL color Cylindrical-coordinate representation of color #0FFC5B: hue angle of 139.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC5B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 91 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.01 |
| HSL | 139.24º | 0.98% | 0.52% | - |
| HSV(B) | 139.24º | 0.94% | 0.99% | - |
| XYZ | 36.9 | 70.48 | 21.56 | - |
| YUV | 162.78 | 87.48 | 22.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 91 | 0.94 | 0 | 0.64 | 0.01 | 139.24 | 0.98 | 0.52 |
| Hex | F | FC | 5B | 5E | 0 | 40 | 1 | 8B | 62 | 34 |
| Octal | 17 | 374 | 133 | 136 | 0 | 100 | 1 | 213 | 142 | 64 |
| Binary | 1111 | 11111100 | 1011011 | 1011110 | 0 | 1000000 | 1 | 10001011 | 1100010 | 110100 |
Color Harmonies of #0FFC5B
Complementary color
Monochromatic Colors of #0FFC5B
Black with #0FFC5B
Text Example
Text Example
White with #0FFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFC5B; }
p { color: rgb(15,252,91); }
H1.HeaderClassName
{
color: #0FFC5B;
}
.AnyTagClassName
{
color: #0FFC5B;
}
</style>
background-color css
<style>
a { background-color: #0FFC5B; }
a { background-color: rgb(15,252,91); }
div.DivClassName
{
background-color: #0FFC5B;
}
.BgClassName
{
background-color: #0FFC5B;
}
</style>
border-color css
<style>
span { border-color: #0FFC5B; }
span { border-color: rgb(15,252,91); }
td.TdClassName
{
border-color: #0FFC5B;
}
.TagClassName
{
border-color: #0FFC5B;
}
</style>