Shades of Malachite #10BE5D
Tints of Malachite #10BE5D
RGB
CMYK
RGB Variations
Color information
#10BE5D (or 0x10BE5D) is known color: Malachite. HEX triplet: 10, BE and 5D. RGB value is (16,190,93). Sum of RGB (Red+Green+Blue) = 16+190+93=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 190 (74.61% from 255 or 63.55% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BE5D is #EF41A2. Grayscale: #7F7F7F. Windows color (decimal): -15679907 or 6143504. OLE color: 6143504.
HSL color Cylindrical-coordinate representation of color #10BE5D: hue angle of 146.55º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE5D is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 93 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.25 |
| HSL | 146.55º | 0.84% | 0.4% | - |
| HSV(B) | 146.55º | 0.92% | 0.75% | - |
| XYZ | 20.6 | 37.73 | 16.55 | - |
| YUV | 126.92 | 108.85 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 93 | 0.92 | 0 | 0.51 | 0.25 | 146.55 | 0.84 | 0.4 |
| Hex | 10 | BE | 5D | 5C | 0 | 33 | 19 | 93 | 54 | 28 |
| Octal | 20 | 276 | 135 | 134 | 0 | 63 | 31 | 223 | 124 | 50 |
| Binary | 10000 | 10111110 | 1011101 | 1011100 | 0 | 110011 | 11001 | 10010011 | 1010100 | 101000 |
Color Harmonies of #10BE5D
Complementary color
Monochromatic Colors of #10BE5D
Black with #10BE5D
Text Example
Text Example
White with #10BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE5D; }
p { color: rgb(16,190,93); }
H1.HeaderClassName
{
color: #10BE5D;
}
.AnyTagClassName
{
color: #10BE5D;
}
</style>
background-color css
<style>
a { background-color: #10BE5D; }
a { background-color: rgb(16,190,93); }
div.DivClassName
{
background-color: #10BE5D;
}
.BgClassName
{
background-color: #10BE5D;
}
</style>
border-color css
<style>
span { border-color: #10BE5D; }
span { border-color: rgb(16,190,93); }
td.TdClassName
{
border-color: #10BE5D;
}
.TagClassName
{
border-color: #10BE5D;
}
</style>