Shades of Malachite #10F15F
Tints of Malachite #10F15F
RGB
CMYK
RGB Variations
Color information
#10F15F (or 0x10F15F) is known color: Malachite. HEX triplet: 10, F1 and 5F. RGB value is (16,241,95). Sum of RGB (Red+Green+Blue) = 16+241+95=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #10F15F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F15F is #EF0EA0. Grayscale: #9D9D9D. Windows color (decimal): -15666849 or 6287632. OLE color: 6287632.
HSL color Cylindrical-coordinate representation of color #10F15F: hue angle of 141.07º 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 #10F15F is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 95 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.05 |
| HSL | 141.07º | 0.89% | 0.5% | - |
| HSV(B) | 141.07º | 0.93% | 0.95% | - |
| XYZ | 33.73 | 63.85 | 21.37 | - |
| YUV | 157.08 | 92.96 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 95 | 0.93 | 0 | 0.61 | 0.05 | 141.07 | 0.89 | 0.5 |
| Hex | 10 | F1 | 5F | 5D | 0 | 3D | 5 | 8D | 59 | 32 |
| Octal | 20 | 361 | 137 | 135 | 0 | 75 | 5 | 215 | 131 | 62 |
| Binary | 10000 | 11110001 | 1011111 | 1011101 | 0 | 111101 | 101 | 10001101 | 1011001 | 110010 |
Color Harmonies of #10F15F
Complementary color
Monochromatic Colors of #10F15F
Black with #10F15F
Text Example
Text Example
White with #10F15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F15F; }
p { color: rgb(16,241,95); }
H1.HeaderClassName
{
color: #10F15F;
}
.AnyTagClassName
{
color: #10F15F;
}
</style>
background-color css
<style>
a { background-color: #10F15F; }
a { background-color: rgb(16,241,95); }
div.DivClassName
{
background-color: #10F15F;
}
.BgClassName
{
background-color: #10F15F;
}
</style>
border-color css
<style>
span { border-color: #10F15F; }
span { border-color: rgb(16,241,95); }
td.TdClassName
{
border-color: #10F15F;
}
.TagClassName
{
border-color: #10F15F;
}
</style>