Shades of Malachite #10EF38
Tints of Malachite #10EF38
RGB
CMYK
RGB Variations
Color information
#10EF38 (or 0x10EF38) is known color: Malachite. HEX triplet: 10, EF and 38. RGB value is (16,239,56). Sum of RGB (Red+Green+Blue) = 16+239+56=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 239 (93.75% from 255 or 76.85% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF38 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF38 is #EF10C7. Grayscale: #979797. Windows color (decimal): -15667400 or 3731216. OLE color: 3731216.
HSL color Cylindrical-coordinate representation of color #10EF38: hue angle of 130.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EF38 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 56 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.06 |
| HSL | 130.76º | 0.87% | 0.5% | - |
| HSV(B) | 130.76º | 0.93% | 0.94% | - |
| XYZ | 31.79 | 62.13 | 14.06 | - |
| YUV | 151.46 | 74.12 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 56 | 0.93 | 0 | 0.77 | 0.06 | 130.76 | 0.87 | 0.5 |
| Hex | 10 | EF | 38 | 5D | 0 | 4D | 6 | 83 | 57 | 32 |
| Octal | 20 | 357 | 70 | 135 | 0 | 115 | 6 | 203 | 127 | 62 |
| Binary | 10000 | 11101111 | 111000 | 1011101 | 0 | 1001101 | 110 | 10000011 | 1010111 | 110010 |
Color Harmonies of #10EF38
Complementary color
Monochromatic Colors of #10EF38
Black with #10EF38
Text Example
Text Example
White with #10EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EF38; }
p { color: rgb(16,239,56); }
H1.HeaderClassName
{
color: #10EF38;
}
.AnyTagClassName
{
color: #10EF38;
}
</style>
background-color css
<style>
a { background-color: #10EF38; }
a { background-color: rgb(16,239,56); }
div.DivClassName
{
background-color: #10EF38;
}
.BgClassName
{
background-color: #10EF38;
}
</style>
border-color css
<style>
span { border-color: #10EF38; }
span { border-color: rgb(16,239,56); }
td.TdClassName
{
border-color: #10EF38;
}
.TagClassName
{
border-color: #10EF38;
}
</style>