Shades of Malachite #10E644
Tints of Malachite #10E644
RGB
CMYK
RGB Variations
Color information
#10E644 (or 0x10E644) is known color: Malachite. HEX triplet: 10, E6 and 44. RGB value is (16,230,68). Sum of RGB (Red+Green+Blue) = 16+230+68=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 230 (90.23% from 255 or 73.25% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 230 - color contains mainly: green. Hex color #10E644 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10E644 is #EF19BB. Grayscale: #939393. Windows color (decimal): -15669692 or 4515344. OLE color: 4515344.
HSL color Cylindrical-coordinate representation of color #10E644: hue angle of 134.58º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E644 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 68 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.10 |
| HSL | 134.58º | 0.87% | 0.48% | - |
| HSV(B) | 134.58º | 0.93% | 0.9% | - |
| XYZ | 29.55 | 57.12 | 14.94 | - |
| YUV | 147.55 | 83.1 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 68 | 0.93 | 0 | 0.70 | 0.10 | 134.58 | 0.87 | 0.48 |
| Hex | 10 | E6 | 44 | 5D | 0 | 46 | A | 87 | 57 | 30 |
| Octal | 20 | 346 | 104 | 135 | 0 | 106 | 12 | 207 | 127 | 60 |
| Binary | 10000 | 11100110 | 1000100 | 1011101 | 0 | 1000110 | 1010 | 10000111 | 1010111 | 110000 |
Color Harmonies of #10E644
Complementary color
Monochromatic Colors of #10E644
Black with #10E644
Text Example
Text Example
White with #10E644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E644; }
p { color: rgb(16,230,68); }
H1.HeaderClassName
{
color: #10E644;
}
.AnyTagClassName
{
color: #10E644;
}
</style>
background-color css
<style>
a { background-color: #10E644; }
a { background-color: rgb(16,230,68); }
div.DivClassName
{
background-color: #10E644;
}
.BgClassName
{
background-color: #10E644;
}
</style>
border-color css
<style>
span { border-color: #10E644; }
span { border-color: rgb(16,230,68); }
td.TdClassName
{
border-color: #10E644;
}
.TagClassName
{
border-color: #10E644;
}
</style>