Shades of Malachite #10F33D
Tints of Malachite #10F33D
RGB
CMYK
RGB Variations
Color information
#10F33D (or 0x10F33D) is known color: Malachite. HEX triplet: 10, F3 and 3D. RGB value is (16,243,61). Sum of RGB (Red+Green+Blue) = 16+243+61=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #10F33D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F33D is #EF0CC2. Grayscale: #9A9A9A. Windows color (decimal): -15666371 or 4059920. OLE color: 4059920.
HSL color Cylindrical-coordinate representation of color #10F33D: hue angle of 131.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F33D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 61 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.05 |
| HSL | 131.89º | 0.9% | 0.51% | - |
| HSV(B) | 131.89º | 0.93% | 0.95% | - |
| XYZ | 33.11 | 64.55 | 15.13 | - |
| YUV | 154.38 | 75.29 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 61 | 0.93 | 0 | 0.75 | 0.05 | 131.89 | 0.9 | 0.51 |
| Hex | 10 | F3 | 3D | 5D | 0 | 4B | 5 | 84 | 5A | 33 |
| Octal | 20 | 363 | 75 | 135 | 0 | 113 | 5 | 204 | 132 | 63 |
| Binary | 10000 | 11110011 | 111101 | 1011101 | 0 | 1001011 | 101 | 10000100 | 1011010 | 110011 |
Color Harmonies of #10F33D
Complementary color
Monochromatic Colors of #10F33D
Black with #10F33D
Text Example
Text Example
White with #10F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F33D; }
p { color: rgb(16,243,61); }
H1.HeaderClassName
{
color: #10F33D;
}
.AnyTagClassName
{
color: #10F33D;
}
</style>
background-color css
<style>
a { background-color: #10F33D; }
a { background-color: rgb(16,243,61); }
div.DivClassName
{
background-color: #10F33D;
}
.BgClassName
{
background-color: #10F33D;
}
</style>
border-color css
<style>
span { border-color: #10F33D; }
span { border-color: rgb(16,243,61); }
td.TdClassName
{
border-color: #10F33D;
}
.TagClassName
{
border-color: #10F33D;
}
</style>