Shades of Malachite #10F15D
Tints of Malachite #10F15D
RGB
CMYK
RGB Variations
Color information
#10F15D (or 0x10F15D) is known color: Malachite. HEX triplet: 10, F1 and 5D. RGB value is (16,241,93). Sum of RGB (Red+Green+Blue) = 16+241+93=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #10F15D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F15D is #EF0EA2. Grayscale: #9D9D9D. Windows color (decimal): -15666851 or 6156560. OLE color: 6156560.
HSL color Cylindrical-coordinate representation of color #10F15D: hue angle of 140.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F15D is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 93 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.05 |
| HSL | 140.53º | 0.89% | 0.5% | - |
| HSV(B) | 140.53º | 0.93% | 0.95% | - |
| XYZ | 33.64 | 63.81 | 20.9 | - |
| YUV | 156.85 | 91.96 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 93 | 0.93 | 0 | 0.61 | 0.05 | 140.53 | 0.89 | 0.5 |
| Hex | 10 | F1 | 5D | 5D | 0 | 3D | 5 | 8D | 59 | 32 |
| Octal | 20 | 361 | 135 | 135 | 0 | 75 | 5 | 215 | 131 | 62 |
| Binary | 10000 | 11110001 | 1011101 | 1011101 | 0 | 111101 | 101 | 10001101 | 1011001 | 110010 |
Color Harmonies of #10F15D
Complementary color
Monochromatic Colors of #10F15D
Black with #10F15D
Text Example
Text Example
White with #10F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F15D; }
p { color: rgb(16,241,93); }
H1.HeaderClassName
{
color: #10F15D;
}
.AnyTagClassName
{
color: #10F15D;
}
</style>
background-color css
<style>
a { background-color: #10F15D; }
a { background-color: rgb(16,241,93); }
div.DivClassName
{
background-color: #10F15D;
}
.BgClassName
{
background-color: #10F15D;
}
</style>
border-color css
<style>
span { border-color: #10F15D; }
span { border-color: rgb(16,241,93); }
td.TdClassName
{
border-color: #10F15D;
}
.TagClassName
{
border-color: #10F15D;
}
</style>