Shades of Malachite #0FFB3C
Tints of Malachite #0FFB3C
RGB
CMYK
RGB Variations
Color information
#0FFB3C (or 0x0FFB3C) is known color: Malachite. HEX triplet: 0F, FB and 3C. RGB value is (15,251,60). Sum of RGB (Red+Green+Blue) = 15+251+60=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 251 (98.44% from 255 or 76.99% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFB3C is #F004C3. Grayscale: #9F9F9F. Windows color (decimal): -15729860 or 3996431. OLE color: 3996431.
HSL color Cylindrical-coordinate representation of color #0FFB3C: hue angle of 131.44º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB3C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 60 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.02 |
| HSL | 131.44º | 0.97% | 0.52% | - |
| HSV(B) | 131.44º | 0.94% | 0.98% | - |
| XYZ | 35.51 | 69.42 | 15.8 | - |
| YUV | 158.66 | 72.31 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 60 | 0.94 | 0 | 0.76 | 0.02 | 131.44 | 0.97 | 0.52 |
| Hex | F | FB | 3C | 5E | 0 | 4C | 2 | 83 | 61 | 34 |
| Octal | 17 | 373 | 74 | 136 | 0 | 114 | 2 | 203 | 141 | 64 |
| Binary | 1111 | 11111011 | 111100 | 1011110 | 0 | 1001100 | 10 | 10000011 | 1100001 | 110100 |
Color Harmonies of #0FFB3C
Complementary color
Monochromatic Colors of #0FFB3C
Black with #0FFB3C
Text Example
Text Example
White with #0FFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB3C; }
p { color: rgb(15,251,60); }
H1.HeaderClassName
{
color: #0FFB3C;
}
.AnyTagClassName
{
color: #0FFB3C;
}
</style>
background-color css
<style>
a { background-color: #0FFB3C; }
a { background-color: rgb(15,251,60); }
div.DivClassName
{
background-color: #0FFB3C;
}
.BgClassName
{
background-color: #0FFB3C;
}
</style>
border-color css
<style>
span { border-color: #0FFB3C; }
span { border-color: rgb(15,251,60); }
td.TdClassName
{
border-color: #0FFB3C;
}
.TagClassName
{
border-color: #0FFB3C;
}
</style>