Shades of Malachite #0FE53A
Tints of Malachite #0FE53A
RGB
CMYK
RGB Variations
Color information
#0FE53A (or 0x0FE53A) is known color: Malachite. HEX triplet: 0F, E5 and 3A. RGB value is (15,229,58). Sum of RGB (Red+Green+Blue) = 15+229+58=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 229 (89.84% from 255 or 75.83% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE53A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE53A is #F01AC5. Grayscale: #919191. Windows color (decimal): -15735494 or 3859727. OLE color: 3859727.
HSL color Cylindrical-coordinate representation of color #0FE53A: hue angle of 132.06º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE53A is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 58 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.10 |
| HSL | 132.06º | 0.88% | 0.48% | - |
| HSV(B) | 132.06º | 0.93% | 0.9% | - |
| XYZ | 28.98 | 56.45 | 13.37 | - |
| YUV | 145.52 | 78.6 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 58 | 0.93 | 0 | 0.75 | 0.10 | 132.06 | 0.88 | 0.48 |
| Hex | F | E5 | 3A | 5D | 0 | 4B | A | 84 | 58 | 30 |
| Octal | 17 | 345 | 72 | 135 | 0 | 113 | 12 | 204 | 130 | 60 |
| Binary | 1111 | 11100101 | 111010 | 1011101 | 0 | 1001011 | 1010 | 10000100 | 1011000 | 110000 |
Color Harmonies of #0FE53A
Complementary color
Monochromatic Colors of #0FE53A
Black with #0FE53A
Text Example
Text Example
White with #0FE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE53A; }
p { color: rgb(15,229,58); }
H1.HeaderClassName
{
color: #0FE53A;
}
.AnyTagClassName
{
color: #0FE53A;
}
</style>
background-color css
<style>
a { background-color: #0FE53A; }
a { background-color: rgb(15,229,58); }
div.DivClassName
{
background-color: #0FE53A;
}
.BgClassName
{
background-color: #0FE53A;
}
</style>
border-color css
<style>
span { border-color: #0FE53A; }
span { border-color: rgb(15,229,58); }
td.TdClassName
{
border-color: #0FE53A;
}
.TagClassName
{
border-color: #0FE53A;
}
</style>