Shades of Malachite #0FFF3C
Tints of Malachite #0FFF3C
RGB
CMYK
RGB Variations
Color information
#0FFF3C (or 0x0FFF3C) is known color: Malachite. HEX triplet: 0F, FF and 3C. RGB value is (15,255,60). Sum of RGB (Red+Green+Blue) = 15+255+60=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFF3C is #F000C3. Grayscale: #A1A1A1. Windows color (decimal): -15728836 or 3997455. OLE color: 3997455.
HSL color Cylindrical-coordinate representation of color #0FFF3C: hue angle of 131.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 #0FFF3C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 60 | - |
| CMYK | 0.94 | 0 | 0.76 | 0 |
| HSL | 131.25º | 1% | 0.53% | - |
| HSV(B) | 131.25º | 0.94% | 1% | - |
| XYZ | 36.77 | 71.95 | 16.22 | - |
| YUV | 161.01 | 70.99 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 60 | 0.94 | 0 | 0.76 | 0 | 131.25 | 1 | 0.53 |
| Hex | F | FF | 3C | 5E | 0 | 4C | 0 | 83 | 64 | 35 |
| Octal | 17 | 377 | 74 | 136 | 0 | 114 | 0 | 203 | 144 | 65 |
| Binary | 1111 | 11111111 | 111100 | 1011110 | 0 | 1001100 | 0 | 10000011 | 1100100 | 110101 |
Color Harmonies of #0FFF3C
Complementary color
Monochromatic Colors of #0FFF3C
Black with #0FFF3C
Text Example
Text Example
White with #0FFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF3C; }
p { color: rgb(15,255,60); }
H1.HeaderClassName
{
color: #0FFF3C;
}
.AnyTagClassName
{
color: #0FFF3C;
}
</style>
background-color css
<style>
a { background-color: #0FFF3C; }
a { background-color: rgb(15,255,60); }
div.DivClassName
{
background-color: #0FFF3C;
}
.BgClassName
{
background-color: #0FFF3C;
}
</style>
border-color css
<style>
span { border-color: #0FFF3C; }
span { border-color: rgb(15,255,60); }
td.TdClassName
{
border-color: #0FFF3C;
}
.TagClassName
{
border-color: #0FFF3C;
}
</style>