Shades of Malachite #10F15C
Tints of Malachite #10F15C
RGB
CMYK
RGB Variations
Color information
#10F15C (or 0x10F15C) is known color: Malachite. HEX triplet: 10, F1 and 5C. RGB value is (16,241,92). Sum of RGB (Red+Green+Blue) = 16+241+92=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #10F15C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F15C is #EF0EA3. Grayscale: #9D9D9D. Windows color (decimal): -15666852 or 6091024. OLE color: 6091024.
HSL color Cylindrical-coordinate representation of color #10F15C: hue angle of 140.27º 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 #10F15C is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 92 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.05 |
| HSL | 140.27º | 0.89% | 0.5% | - |
| HSV(B) | 140.27º | 0.93% | 0.95% | - |
| XYZ | 33.6 | 63.79 | 20.67 | - |
| YUV | 156.74 | 91.46 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 92 | 0.93 | 0 | 0.62 | 0.05 | 140.27 | 0.89 | 0.5 |
| Hex | 10 | F1 | 5C | 5D | 0 | 3E | 5 | 8C | 59 | 32 |
| Octal | 20 | 361 | 134 | 135 | 0 | 76 | 5 | 214 | 131 | 62 |
| Binary | 10000 | 11110001 | 1011100 | 1011101 | 0 | 111110 | 101 | 10001100 | 1011001 | 110010 |
Color Harmonies of #10F15C
Complementary color
Monochromatic Colors of #10F15C
Black with #10F15C
Text Example
Text Example
White with #10F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F15C; }
p { color: rgb(16,241,92); }
H1.HeaderClassName
{
color: #10F15C;
}
.AnyTagClassName
{
color: #10F15C;
}
</style>
background-color css
<style>
a { background-color: #10F15C; }
a { background-color: rgb(16,241,92); }
div.DivClassName
{
background-color: #10F15C;
}
.BgClassName
{
background-color: #10F15C;
}
</style>
border-color css
<style>
span { border-color: #10F15C; }
span { border-color: rgb(16,241,92); }
td.TdClassName
{
border-color: #10F15C;
}
.TagClassName
{
border-color: #10F15C;
}
</style>