Shades of Malachite #0FFB3A
Tints of Malachite #0FFB3A
RGB
CMYK
RGB Variations
Color information
#0FFB3A (or 0x0FFB3A) is known color: Malachite. HEX triplet: 0F, FB and 3A. RGB value is (15,251,58). Sum of RGB (Red+Green+Blue) = 15+251+58=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 251 (98.44% from 255 or 77.47% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFB3A is #F004C5. Grayscale: #9E9E9E. Windows color (decimal): -15729862 or 3865359. OLE color: 3865359.
HSL color Cylindrical-coordinate representation of color #0FFB3A: hue angle of 130.93º 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 #0FFB3A is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 58 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.02 |
| HSL | 130.93º | 0.97% | 0.52% | - |
| HSV(B) | 130.93º | 0.94% | 0.98% | - |
| XYZ | 35.46 | 69.4 | 15.53 | - |
| YUV | 158.43 | 71.31 | 25.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 58 | 0.94 | 0 | 0.77 | 0.02 | 130.93 | 0.97 | 0.52 |
| Hex | F | FB | 3A | 5E | 0 | 4D | 2 | 83 | 61 | 34 |
| Octal | 17 | 373 | 72 | 136 | 0 | 115 | 2 | 203 | 141 | 64 |
| Binary | 1111 | 11111011 | 111010 | 1011110 | 0 | 1001101 | 10 | 10000011 | 1100001 | 110100 |
Color Harmonies of #0FFB3A
Complementary color
Monochromatic Colors of #0FFB3A
Black with #0FFB3A
Text Example
Text Example
White with #0FFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB3A; }
p { color: rgb(15,251,58); }
H1.HeaderClassName
{
color: #0FFB3A;
}
.AnyTagClassName
{
color: #0FFB3A;
}
</style>
background-color css
<style>
a { background-color: #0FFB3A; }
a { background-color: rgb(15,251,58); }
div.DivClassName
{
background-color: #0FFB3A;
}
.BgClassName
{
background-color: #0FFB3A;
}
</style>
border-color css
<style>
span { border-color: #0FFB3A; }
span { border-color: rgb(15,251,58); }
td.TdClassName
{
border-color: #0FFB3A;
}
.TagClassName
{
border-color: #0FFB3A;
}
</style>