Shades of Malachite #0FE53C
Tints of Malachite #0FE53C
RGB
CMYK
RGB Variations
Color information
#0FE53C (or 0x0FE53C) is known color: Malachite. HEX triplet: 0F, E5 and 3C. RGB value is (15,229,60). Sum of RGB (Red+Green+Blue) = 15+229+60=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE53C is #F01AC3. Grayscale: #929292. Windows color (decimal): -15735492 or 3990799. OLE color: 3990799.
HSL color Cylindrical-coordinate representation of color #0FE53C: hue angle of 132.62º 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 #0FE53C is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 60 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.10 |
| HSL | 132.62º | 0.88% | 0.48% | - |
| HSV(B) | 132.62º | 0.93% | 0.9% | - |
| XYZ | 29.03 | 56.47 | 13.64 | - |
| YUV | 145.75 | 79.6 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 60 | 0.93 | 0 | 0.74 | 0.10 | 132.62 | 0.88 | 0.48 |
| Hex | F | E5 | 3C | 5D | 0 | 4A | A | 85 | 58 | 30 |
| Octal | 17 | 345 | 74 | 135 | 0 | 112 | 12 | 205 | 130 | 60 |
| Binary | 1111 | 11100101 | 111100 | 1011101 | 0 | 1001010 | 1010 | 10000101 | 1011000 | 110000 |
Color Harmonies of #0FE53C
Complementary color
Monochromatic Colors of #0FE53C
Black with #0FE53C
Text Example
Text Example
White with #0FE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE53C; }
p { color: rgb(15,229,60); }
H1.HeaderClassName
{
color: #0FE53C;
}
.AnyTagClassName
{
color: #0FE53C;
}
</style>
background-color css
<style>
a { background-color: #0FE53C; }
a { background-color: rgb(15,229,60); }
div.DivClassName
{
background-color: #0FE53C;
}
.BgClassName
{
background-color: #0FE53C;
}
</style>
border-color css
<style>
span { border-color: #0FE53C; }
span { border-color: rgb(15,229,60); }
td.TdClassName
{
border-color: #0FE53C;
}
.TagClassName
{
border-color: #0FE53C;
}
</style>