Shades of Malachite #10F13B
Tints of Malachite #10F13B
RGB
CMYK
RGB Variations
Color information
#10F13B (or 0x10F13B) is known color: Malachite. HEX triplet: 10, F1 and 3B. RGB value is (16,241,59). Sum of RGB (Red+Green+Blue) = 16+241+59=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #10F13B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F13B is #EF0EC4. Grayscale: #999999. Windows color (decimal): -15666885 or 3928336. OLE color: 3928336.
HSL color Cylindrical-coordinate representation of color #10F13B: hue angle of 131.47º 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 #10F13B is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 59 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.05 |
| HSL | 131.47º | 0.89% | 0.5% | - |
| HSV(B) | 131.47º | 0.93% | 0.95% | - |
| XYZ | 32.46 | 63.34 | 14.65 | - |
| YUV | 152.98 | 74.96 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 59 | 0.93 | 0 | 0.76 | 0.05 | 131.47 | 0.89 | 0.5 |
| Hex | 10 | F1 | 3B | 5D | 0 | 4C | 5 | 83 | 59 | 32 |
| Octal | 20 | 361 | 73 | 135 | 0 | 114 | 5 | 203 | 131 | 62 |
| Binary | 10000 | 11110001 | 111011 | 1011101 | 0 | 1001100 | 101 | 10000011 | 1011001 | 110010 |
Color Harmonies of #10F13B
Complementary color
Monochromatic Colors of #10F13B
Black with #10F13B
Text Example
Text Example
White with #10F13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F13B; }
p { color: rgb(16,241,59); }
H1.HeaderClassName
{
color: #10F13B;
}
.AnyTagClassName
{
color: #10F13B;
}
</style>
background-color css
<style>
a { background-color: #10F13B; }
a { background-color: rgb(16,241,59); }
div.DivClassName
{
background-color: #10F13B;
}
.BgClassName
{
background-color: #10F13B;
}
</style>
border-color css
<style>
span { border-color: #10F13B; }
span { border-color: rgb(16,241,59); }
td.TdClassName
{
border-color: #10F13B;
}
.TagClassName
{
border-color: #10F13B;
}
</style>