Shades of Malachite #10E650
Tints of Malachite #10E650
RGB
CMYK
RGB Variations
Color information
#10E650 (or 0x10E650) is known color: Malachite. HEX triplet: 10, E6 and 50. RGB value is (16,230,80). Sum of RGB (Red+Green+Blue) = 16+230+80=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 230 (90.23% from 255 or 70.55% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 230 - color contains mainly: green. Hex color #10E650 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E650 is #EF19AF. Grayscale: #959595. Windows color (decimal): -15669680 or 5301776. OLE color: 5301776.
HSL color Cylindrical-coordinate representation of color #10E650: hue angle of 137.94º 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 #10E650 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 80 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.10 |
| HSL | 137.94º | 0.87% | 0.48% | - |
| HSV(B) | 137.94º | 0.93% | 0.9% | - |
| XYZ | 29.96 | 57.28 | 17.07 | - |
| YUV | 148.91 | 89.1 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 80 | 0.93 | 0 | 0.65 | 0.10 | 137.94 | 0.87 | 0.48 |
| Hex | 10 | E6 | 50 | 5D | 0 | 41 | A | 8A | 57 | 30 |
| Octal | 20 | 346 | 120 | 135 | 0 | 101 | 12 | 212 | 127 | 60 |
| Binary | 10000 | 11100110 | 1010000 | 1011101 | 0 | 1000001 | 1010 | 10001010 | 1010111 | 110000 |
Color Harmonies of #10E650
Complementary color
Monochromatic Colors of #10E650
Black with #10E650
Text Example
Text Example
White with #10E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E650; }
p { color: rgb(16,230,80); }
H1.HeaderClassName
{
color: #10E650;
}
.AnyTagClassName
{
color: #10E650;
}
</style>
background-color css
<style>
a { background-color: #10E650; }
a { background-color: rgb(16,230,80); }
div.DivClassName
{
background-color: #10E650;
}
.BgClassName
{
background-color: #10E650;
}
</style>
border-color css
<style>
span { border-color: #10E650; }
span { border-color: rgb(16,230,80); }
td.TdClassName
{
border-color: #10E650;
}
.TagClassName
{
border-color: #10E650;
}
</style>