Shades of Malachite #10E144
Tints of Malachite #10E144
RGB
CMYK
RGB Variations
Color information
#10E144 (or 0x10E144) is known color: Malachite. HEX triplet: 10, E1 and 44. RGB value is (16,225,68). Sum of RGB (Red+Green+Blue) = 16+225+68=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #10E144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E144 is #EF1EBB. Grayscale: #919191. Windows color (decimal): -15670972 or 4514064. OLE color: 4514064.
HSL color Cylindrical-coordinate representation of color #10E144: hue angle of 134.93º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E144 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 68 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.12 |
| HSL | 134.93º | 0.87% | 0.47% | - |
| HSV(B) | 134.93º | 0.93% | 0.88% | - |
| XYZ | 28.18 | 54.38 | 14.48 | - |
| YUV | 144.61 | 84.76 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 68 | 0.93 | 0 | 0.70 | 0.12 | 134.93 | 0.87 | 0.47 |
| Hex | 10 | E1 | 44 | 5D | 0 | 46 | C | 87 | 57 | 2F |
| Octal | 20 | 341 | 104 | 135 | 0 | 106 | 14 | 207 | 127 | 57 |
| Binary | 10000 | 11100001 | 1000100 | 1011101 | 0 | 1000110 | 1100 | 10000111 | 1010111 | 101111 |
Color Harmonies of #10E144
Complementary color
Monochromatic Colors of #10E144
Black with #10E144
Text Example
Text Example
White with #10E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E144; }
p { color: rgb(16,225,68); }
H1.HeaderClassName
{
color: #10E144;
}
.AnyTagClassName
{
color: #10E144;
}
</style>
background-color css
<style>
a { background-color: #10E144; }
a { background-color: rgb(16,225,68); }
div.DivClassName
{
background-color: #10E144;
}
.BgClassName
{
background-color: #10E144;
}
</style>
border-color css
<style>
span { border-color: #10E144; }
span { border-color: rgb(16,225,68); }
td.TdClassName
{
border-color: #10E144;
}
.TagClassName
{
border-color: #10E144;
}
</style>