Shades of Malachite #10F351
Tints of Malachite #10F351
RGB
CMYK
RGB Variations
Color information
#10F351 (or 0x10F351) is known color: Malachite. HEX triplet: 10, F3 and 51. RGB value is (16,243,81). Sum of RGB (Red+Green+Blue) = 16+243+81=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 243 (95.31% from 255 or 71.47% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 243 - color contains mainly: green. Hex color #10F351 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F351 is #EF0CAE. Grayscale: #9D9D9D. Windows color (decimal): -15666351 or 5370640. OLE color: 5370640.
HSL color Cylindrical-coordinate representation of color #10F351: hue angle of 137.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F351 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 81 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.05 |
| HSL | 137.18º | 0.9% | 0.51% | - |
| HSV(B) | 137.18º | 0.93% | 0.95% | - |
| XYZ | 33.75 | 64.81 | 18.51 | - |
| YUV | 156.66 | 85.29 | 27.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 81 | 0.93 | 0 | 0.67 | 0.05 | 137.18 | 0.9 | 0.51 |
| Hex | 10 | F3 | 51 | 5D | 0 | 43 | 5 | 89 | 5A | 33 |
| Octal | 20 | 363 | 121 | 135 | 0 | 103 | 5 | 211 | 132 | 63 |
| Binary | 10000 | 11110011 | 1010001 | 1011101 | 0 | 1000011 | 101 | 10001001 | 1011010 | 110011 |
Color Harmonies of #10F351
Complementary color
Monochromatic Colors of #10F351
Black with #10F351
Text Example
Text Example
White with #10F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F351; }
p { color: rgb(16,243,81); }
H1.HeaderClassName
{
color: #10F351;
}
.AnyTagClassName
{
color: #10F351;
}
</style>
background-color css
<style>
a { background-color: #10F351; }
a { background-color: rgb(16,243,81); }
div.DivClassName
{
background-color: #10F351;
}
.BgClassName
{
background-color: #10F351;
}
</style>
border-color css
<style>
span { border-color: #10F351; }
span { border-color: rgb(16,243,81); }
td.TdClassName
{
border-color: #10F351;
}
.TagClassName
{
border-color: #10F351;
}
</style>