Shades of Malachite #10F356
Tints of Malachite #10F356
RGB
CMYK
RGB Variations
Color information
#10F356 (or 0x10F356) is known color: Malachite. HEX triplet: 10, F3 and 56. RGB value is (16,243,86). Sum of RGB (Red+Green+Blue) = 16+243+86=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #10F356 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F356 is #EF0CA9. Grayscale: #9D9D9D. Windows color (decimal): -15666346 or 5698320. OLE color: 5698320.
HSL color Cylindrical-coordinate representation of color #10F356: hue angle of 138.5º 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 #10F356 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 86 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.05 |
| HSL | 138.5º | 0.9% | 0.51% | - |
| HSV(B) | 138.5º | 0.93% | 0.95% | - |
| XYZ | 33.94 | 64.88 | 19.54 | - |
| YUV | 157.23 | 87.79 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 86 | 0.93 | 0 | 0.65 | 0.05 | 138.5 | 0.9 | 0.51 |
| Hex | 10 | F3 | 56 | 5D | 0 | 41 | 5 | 8B | 5A | 33 |
| Octal | 20 | 363 | 126 | 135 | 0 | 101 | 5 | 213 | 132 | 63 |
| Binary | 10000 | 11110011 | 1010110 | 1011101 | 0 | 1000001 | 101 | 10001011 | 1011010 | 110011 |
Color Harmonies of #10F356
Complementary color
Monochromatic Colors of #10F356
Black with #10F356
Text Example
Text Example
White with #10F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F356; }
p { color: rgb(16,243,86); }
H1.HeaderClassName
{
color: #10F356;
}
.AnyTagClassName
{
color: #10F356;
}
</style>
background-color css
<style>
a { background-color: #10F356; }
a { background-color: rgb(16,243,86); }
div.DivClassName
{
background-color: #10F356;
}
.BgClassName
{
background-color: #10F356;
}
</style>
border-color css
<style>
span { border-color: #10F356; }
span { border-color: rgb(16,243,86); }
td.TdClassName
{
border-color: #10F356;
}
.TagClassName
{
border-color: #10F356;
}
</style>