Shades of Malachite #10F962
Tints of Malachite #10F962
RGB
CMYK
RGB Variations
Color information
#10F962 (or 0x10F962) is known color: Malachite. HEX triplet: 10, F9 and 62. RGB value is (16,249,98). Sum of RGB (Red+Green+Blue) = 16+249+98=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #10F962 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F962 is #EF069D. Grayscale: #A2A2A2. Windows color (decimal): -15664798 or 6486288. OLE color: 6486288.
HSL color Cylindrical-coordinate representation of color #10F962: hue angle of 141.12º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F962 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 249 | 98 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.02 |
| HSL | 141.12º | 0.95% | 0.52% | - |
| HSV(B) | 141.12º | 0.94% | 0.98% | - |
| XYZ | 36.29 | 68.74 | 22.91 | - |
| YUV | 162.12 | 91.81 | 23.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 249 | 98 | 0.94 | 0 | 0.61 | 0.02 | 141.12 | 0.95 | 0.52 |
| Hex | 10 | F9 | 62 | 5E | 0 | 3D | 2 | 8D | 5F | 34 |
| Octal | 20 | 371 | 142 | 136 | 0 | 75 | 2 | 215 | 137 | 64 |
| Binary | 10000 | 11111001 | 1100010 | 1011110 | 0 | 111101 | 10 | 10001101 | 1011111 | 110100 |
Color Harmonies of #10F962
Complementary color
Monochromatic Colors of #10F962
Black with #10F962
Text Example
Text Example
White with #10F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F962; }
p { color: rgb(16,249,98); }
H1.HeaderClassName
{
color: #10F962;
}
.AnyTagClassName
{
color: #10F962;
}
</style>
background-color css
<style>
a { background-color: #10F962; }
a { background-color: rgb(16,249,98); }
div.DivClassName
{
background-color: #10F962;
}
.BgClassName
{
background-color: #10F962;
}
</style>
border-color css
<style>
span { border-color: #10F962; }
span { border-color: rgb(16,249,98); }
td.TdClassName
{
border-color: #10F962;
}
.TagClassName
{
border-color: #10F962;
}
</style>