Shades of Malachite #0FFF5C
Tints of Malachite #0FFF5C
RGB
CMYK
RGB Variations
Color information
#0FFF5C (or 0x0FFF5C) is known color: Malachite. HEX triplet: 0F, FF and 5C. RGB value is (15,255,92). Sum of RGB (Red+Green+Blue) = 15+255+92=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFF5C is #F000A3. Grayscale: #A5A5A5. Windows color (decimal): -15728804 or 6094607. OLE color: 6094607.
HSL color Cylindrical-coordinate representation of color #0FFF5C: hue angle of 139.25º 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 #0FFF5C is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 92 | - |
| CMYK | 0.94 | 0 | 0.64 | 0 |
| HSL | 139.25º | 1% | 0.53% | - |
| HSV(B) | 139.25º | 0.94% | 1% | - |
| XYZ | 37.89 | 72.39 | 22.1 | - |
| YUV | 164.66 | 86.99 | 21.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 92 | 0.94 | 0 | 0.64 | 0 | 139.25 | 1 | 0.53 |
| Hex | F | FF | 5C | 5E | 0 | 40 | 0 | 8B | 64 | 35 |
| Octal | 17 | 377 | 134 | 136 | 0 | 100 | 0 | 213 | 144 | 65 |
| Binary | 1111 | 11111111 | 1011100 | 1011110 | 0 | 1000000 | 0 | 10001011 | 1100100 | 110101 |
Color Harmonies of #0FFF5C
Complementary color
Monochromatic Colors of #0FFF5C
Black with #0FFF5C
Text Example
Text Example
White with #0FFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF5C; }
p { color: rgb(15,255,92); }
H1.HeaderClassName
{
color: #0FFF5C;
}
.AnyTagClassName
{
color: #0FFF5C;
}
</style>
background-color css
<style>
a { background-color: #0FFF5C; }
a { background-color: rgb(15,255,92); }
div.DivClassName
{
background-color: #0FFF5C;
}
.BgClassName
{
background-color: #0FFF5C;
}
</style>
border-color css
<style>
span { border-color: #0FFF5C; }
span { border-color: rgb(15,255,92); }
td.TdClassName
{
border-color: #0FFF5C;
}
.TagClassName
{
border-color: #0FFF5C;
}
</style>