Shades of Malachite #10F364
Tints of Malachite #10F364
RGB
CMYK
RGB Variations
Color information
#10F364 (or 0x10F364) is known color: Malachite. HEX triplet: 10, F3 and 64. RGB value is (16,243,100). Sum of RGB (Red+Green+Blue) = 16+243+100=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #10F364 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F364 is #EF0C9B. Grayscale: #9F9F9F. Windows color (decimal): -15666332 or 6615824. OLE color: 6615824.
HSL color Cylindrical-coordinate representation of color #10F364: hue angle of 142.2º 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 #10F364 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 100 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.05 |
| HSL | 142.2º | 0.9% | 0.51% | - |
| HSV(B) | 142.2º | 0.93% | 0.95% | - |
| XYZ | 34.56 | 65.13 | 22.81 | - |
| YUV | 158.83 | 94.79 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 100 | 0.93 | 0 | 0.59 | 0.05 | 142.2 | 0.9 | 0.51 |
| Hex | 10 | F3 | 64 | 5D | 0 | 3B | 5 | 8E | 5A | 33 |
| Octal | 20 | 363 | 144 | 135 | 0 | 73 | 5 | 216 | 132 | 63 |
| Binary | 10000 | 11110011 | 1100100 | 1011101 | 0 | 111011 | 101 | 10001110 | 1011010 | 110011 |
Color Harmonies of #10F364
Complementary color
Monochromatic Colors of #10F364
Black with #10F364
Text Example
Text Example
White with #10F364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F364; }
p { color: rgb(16,243,100); }
H1.HeaderClassName
{
color: #10F364;
}
.AnyTagClassName
{
color: #10F364;
}
</style>
background-color css
<style>
a { background-color: #10F364; }
a { background-color: rgb(16,243,100); }
div.DivClassName
{
background-color: #10F364;
}
.BgClassName
{
background-color: #10F364;
}
</style>
border-color css
<style>
span { border-color: #10F364; }
span { border-color: rgb(16,243,100); }
td.TdClassName
{
border-color: #10F364;
}
.TagClassName
{
border-color: #10F364;
}
</style>