Shades of Malachite #10F13D
Tints of Malachite #10F13D
RGB
CMYK
RGB Variations
Color information
#10F13D (or 0x10F13D) is known color: Malachite. HEX triplet: 10, F1 and 3D. RGB value is (16,241,61). Sum of RGB (Red+Green+Blue) = 16+241+61=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 241 (94.53% from 255 or 75.79% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 241 - color contains mainly: green. Hex color #10F13D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F13D is #EF0EC2. Grayscale: #999999. Windows color (decimal): -15666883 or 4059408. OLE color: 4059408.
HSL color Cylindrical-coordinate representation of color #10F13D: hue angle of 132º 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 #10F13D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 61 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.05 |
| HSL | 132º | 0.89% | 0.5% | - |
| HSV(B) | 132º | 0.93% | 0.95% | - |
| XYZ | 32.51 | 63.36 | 14.93 | - |
| YUV | 153.21 | 75.96 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 61 | 0.93 | 0 | 0.75 | 0.05 | 132 | 0.89 | 0.5 |
| Hex | 10 | F1 | 3D | 5D | 0 | 4B | 5 | 84 | 59 | 32 |
| Octal | 20 | 361 | 75 | 135 | 0 | 113 | 5 | 204 | 131 | 62 |
| Binary | 10000 | 11110001 | 111101 | 1011101 | 0 | 1001011 | 101 | 10000100 | 1011001 | 110010 |
Color Harmonies of #10F13D
Complementary color
Monochromatic Colors of #10F13D
Black with #10F13D
Text Example
Text Example
White with #10F13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F13D; }
p { color: rgb(16,241,61); }
H1.HeaderClassName
{
color: #10F13D;
}
.AnyTagClassName
{
color: #10F13D;
}
</style>
background-color css
<style>
a { background-color: #10F13D; }
a { background-color: rgb(16,241,61); }
div.DivClassName
{
background-color: #10F13D;
}
.BgClassName
{
background-color: #10F13D;
}
</style>
border-color css
<style>
span { border-color: #10F13D; }
span { border-color: rgb(16,241,61); }
td.TdClassName
{
border-color: #10F13D;
}
.TagClassName
{
border-color: #10F13D;
}
</style>