Shades of Malachite #10ED36
Tints of Malachite #10ED36
RGB
CMYK
RGB Variations
Color information
#10ED36 (or 0x10ED36) is known color: Malachite. HEX triplet: 10, ED and 36. RGB value is (16,237,54). Sum of RGB (Red+Green+Blue) = 16+237+54=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 237 (92.97% from 255 or 77.20% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 237 - color contains mainly: green. Hex color #10ED36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10ED36 is #EF12C9. Grayscale: #969696. Windows color (decimal): -15667914 or 3599632. OLE color: 3599632.
HSL color Cylindrical-coordinate representation of color #10ED36: hue angle of 130.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ED36 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 237 | 54 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.07 |
| HSL | 130.32º | 0.87% | 0.5% | - |
| HSV(B) | 130.32º | 0.93% | 0.93% | - |
| XYZ | 31.16 | 60.94 | 13.61 | - |
| YUV | 150.06 | 73.78 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 54 | 0.93 | 0 | 0.77 | 0.07 | 130.32 | 0.87 | 0.5 |
| Hex | 10 | ED | 36 | 5D | 0 | 4D | 7 | 82 | 57 | 32 |
| Octal | 20 | 355 | 66 | 135 | 0 | 115 | 7 | 202 | 127 | 62 |
| Binary | 10000 | 11101101 | 110110 | 1011101 | 0 | 1001101 | 111 | 10000010 | 1010111 | 110010 |
Color Harmonies of #10ED36
Complementary color
Monochromatic Colors of #10ED36
Black with #10ED36
Text Example
Text Example
White with #10ED36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ED36; }
p { color: rgb(16,237,54); }
H1.HeaderClassName
{
color: #10ED36;
}
.AnyTagClassName
{
color: #10ED36;
}
</style>
background-color css
<style>
a { background-color: #10ED36; }
a { background-color: rgb(16,237,54); }
div.DivClassName
{
background-color: #10ED36;
}
.BgClassName
{
background-color: #10ED36;
}
</style>
border-color css
<style>
span { border-color: #10ED36; }
span { border-color: rgb(16,237,54); }
td.TdClassName
{
border-color: #10ED36;
}
.TagClassName
{
border-color: #10ED36;
}
</style>