Shades of Malachite #10FF3C
Tints of Malachite #10FF3C
RGB
CMYK
RGB Variations
Color information
#10FF3C (or 0x10FF3C) is known color: Malachite. HEX triplet: 10, FF and 3C. RGB value is (16,255,60). Sum of RGB (Red+Green+Blue) = 16+255+60=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF3C is #EF00C3. Grayscale: #A1A1A1. Windows color (decimal): -15663300 or 3997456. OLE color: 3997456.
HSL color Cylindrical-coordinate representation of color #10FF3C: hue angle of 131.05º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF3C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 60 | - |
| CMYK | 0.94 | 0 | 0.76 | 0 |
| HSL | 131.05º | 1% | 0.53% | - |
| HSV(B) | 131.05º | 0.94% | 1% | - |
| XYZ | 36.79 | 71.96 | 16.22 | - |
| YUV | 161.31 | 70.82 | 24.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 60 | 0.94 | 0 | 0.76 | 0 | 131.05 | 1 | 0.53 |
| Hex | 10 | FF | 3C | 5E | 0 | 4C | 0 | 83 | 64 | 35 |
| Octal | 20 | 377 | 74 | 136 | 0 | 114 | 0 | 203 | 144 | 65 |
| Binary | 10000 | 11111111 | 111100 | 1011110 | 0 | 1001100 | 0 | 10000011 | 1100100 | 110101 |
Color Harmonies of #10FF3C
Complementary color
Monochromatic Colors of #10FF3C
Black with #10FF3C
Text Example
Text Example
White with #10FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF3C; }
p { color: rgb(16,255,60); }
H1.HeaderClassName
{
color: #10FF3C;
}
.AnyTagClassName
{
color: #10FF3C;
}
</style>
background-color css
<style>
a { background-color: #10FF3C; }
a { background-color: rgb(16,255,60); }
div.DivClassName
{
background-color: #10FF3C;
}
.BgClassName
{
background-color: #10FF3C;
}
</style>
border-color css
<style>
span { border-color: #10FF3C; }
span { border-color: rgb(16,255,60); }
td.TdClassName
{
border-color: #10FF3C;
}
.TagClassName
{
border-color: #10FF3C;
}
</style>