Shades of Malachite #10F55C
Tints of Malachite #10F55C
RGB
CMYK
RGB Variations
Color information
#10F55C (or 0x10F55C) is known color: Malachite. HEX triplet: 10, F5 and 5C. RGB value is (16,245,92). Sum of RGB (Red+Green+Blue) = 16+245+92=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 245 (96.09% from 255 or 69.41% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 245 - color contains mainly: green. Hex color #10F55C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F55C is #EF0AA3. Grayscale: #9F9F9F. Windows color (decimal): -15665828 or 6092048. OLE color: 6092048.
HSL color Cylindrical-coordinate representation of color #10F55C: hue angle of 139.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F55C is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 92 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.04 |
| HSL | 139.91º | 0.92% | 0.51% | - |
| HSV(B) | 139.91º | 0.93% | 0.96% | - |
| XYZ | 34.8 | 66.19 | 21.07 | - |
| YUV | 159.09 | 90.13 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 92 | 0.93 | 0 | 0.62 | 0.04 | 139.91 | 0.92 | 0.51 |
| Hex | 10 | F5 | 5C | 5D | 0 | 3E | 4 | 8C | 5C | 33 |
| Octal | 20 | 365 | 134 | 135 | 0 | 76 | 4 | 214 | 134 | 63 |
| Binary | 10000 | 11110101 | 1011100 | 1011101 | 0 | 111110 | 100 | 10001100 | 1011100 | 110011 |
Color Harmonies of #10F55C
Complementary color
Monochromatic Colors of #10F55C
Black with #10F55C
Text Example
Text Example
White with #10F55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F55C; }
p { color: rgb(16,245,92); }
H1.HeaderClassName
{
color: #10F55C;
}
.AnyTagClassName
{
color: #10F55C;
}
</style>
background-color css
<style>
a { background-color: #10F55C; }
a { background-color: rgb(16,245,92); }
div.DivClassName
{
background-color: #10F55C;
}
.BgClassName
{
background-color: #10F55C;
}
</style>
border-color css
<style>
span { border-color: #10F55C; }
span { border-color: rgb(16,245,92); }
td.TdClassName
{
border-color: #10F55C;
}
.TagClassName
{
border-color: #10F55C;
}
</style>