Shades of Malachite #0FF35C
Tints of Malachite #0FF35C
RGB
CMYK
RGB Variations
Color information
#0FF35C (or 0x0FF35C) is known color: Malachite. HEX triplet: 0F, F3 and 5C. RGB value is (15,243,92). Sum of RGB (Red+Green+Blue) = 15+243+92=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF35C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF35C is #F00CA3. Grayscale: #9D9D9D. Windows color (decimal): -15731876 or 6091535. OLE color: 6091535.
HSL color Cylindrical-coordinate representation of color #0FF35C: hue angle of 140.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF35C is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 92 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.05 |
| HSL | 140.26º | 0.9% | 0.51% | - |
| HSV(B) | 140.26º | 0.94% | 0.95% | - |
| XYZ | 34.18 | 64.98 | 20.87 | - |
| YUV | 157.61 | 90.96 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 92 | 0.94 | 0 | 0.62 | 0.05 | 140.26 | 0.9 | 0.51 |
| Hex | F | F3 | 5C | 5E | 0 | 3E | 5 | 8C | 5A | 33 |
| Octal | 17 | 363 | 134 | 136 | 0 | 76 | 5 | 214 | 132 | 63 |
| Binary | 1111 | 11110011 | 1011100 | 1011110 | 0 | 111110 | 101 | 10001100 | 1011010 | 110011 |
Color Harmonies of #0FF35C
Complementary color
Monochromatic Colors of #0FF35C
Black with #0FF35C
Text Example
Text Example
White with #0FF35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF35C; }
p { color: rgb(15,243,92); }
H1.HeaderClassName
{
color: #0FF35C;
}
.AnyTagClassName
{
color: #0FF35C;
}
</style>
background-color css
<style>
a { background-color: #0FF35C; }
a { background-color: rgb(15,243,92); }
div.DivClassName
{
background-color: #0FF35C;
}
.BgClassName
{
background-color: #0FF35C;
}
</style>
border-color css
<style>
span { border-color: #0FF35C; }
span { border-color: rgb(15,243,92); }
td.TdClassName
{
border-color: #0FF35C;
}
.TagClassName
{
border-color: #0FF35C;
}
</style>