Shades of Malachite #0FFB4C
Tints of Malachite #0FFB4C
RGB
CMYK
RGB Variations
Color information
#0FFB4C (or 0x0FFB4C) is known color: Malachite. HEX triplet: 0F, FB and 4C. RGB value is (15,251,76). Sum of RGB (Red+Green+Blue) = 15+251+76=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 251 (98.44% from 255 or 73.39% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFB4C is #F004B3. Grayscale: #A0A0A0. Windows color (decimal): -15729844 or 5045007. OLE color: 5045007.
HSL color Cylindrical-coordinate representation of color #0FFB4C: hue angle of 135.51º 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 #0FFB4C is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 76 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.02 |
| HSL | 135.51º | 0.97% | 0.52% | - |
| HSV(B) | 135.51º | 0.94% | 0.98% | - |
| XYZ | 36 | 69.62 | 18.38 | - |
| YUV | 160.49 | 80.31 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 76 | 0.94 | 0 | 0.70 | 0.02 | 135.51 | 0.97 | 0.52 |
| Hex | F | FB | 4C | 5E | 0 | 46 | 2 | 88 | 61 | 34 |
| Octal | 17 | 373 | 114 | 136 | 0 | 106 | 2 | 210 | 141 | 64 |
| Binary | 1111 | 11111011 | 1001100 | 1011110 | 0 | 1000110 | 10 | 10001000 | 1100001 | 110100 |
Color Harmonies of #0FFB4C
Complementary color
Monochromatic Colors of #0FFB4C
Black with #0FFB4C
Text Example
Text Example
White with #0FFB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB4C; }
p { color: rgb(15,251,76); }
H1.HeaderClassName
{
color: #0FFB4C;
}
.AnyTagClassName
{
color: #0FFB4C;
}
</style>
background-color css
<style>
a { background-color: #0FFB4C; }
a { background-color: rgb(15,251,76); }
div.DivClassName
{
background-color: #0FFB4C;
}
.BgClassName
{
background-color: #0FFB4C;
}
</style>
border-color css
<style>
span { border-color: #0FFB4C; }
span { border-color: rgb(15,251,76); }
td.TdClassName
{
border-color: #0FFB4C;
}
.TagClassName
{
border-color: #0FFB4C;
}
</style>