Shades of Malachite #10E252
Tints of Malachite #10E252
RGB
CMYK
RGB Variations
Color information
#10E252 (or 0x10E252) is known color: Malachite. HEX triplet: 10, E2 and 52. RGB value is (16,226,82). Sum of RGB (Red+Green+Blue) = 16+226+82=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 226 (88.67% from 255 or 69.75% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 226 - color contains mainly: green. Hex color #10E252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E252 is #EF1DAD. Grayscale: #939393. Windows color (decimal): -15670702 or 5431824. OLE color: 5431824.
HSL color Cylindrical-coordinate representation of color #10E252: hue angle of 138.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E252 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 226 | 82 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.11 |
| HSL | 138.86º | 0.87% | 0.47% | - |
| HSV(B) | 138.86º | 0.93% | 0.89% | - |
| XYZ | 28.93 | 55.11 | 17.1 | - |
| YUV | 146.79 | 91.43 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 82 | 0.93 | 0 | 0.64 | 0.11 | 138.86 | 0.87 | 0.47 |
| Hex | 10 | E2 | 52 | 5D | 0 | 40 | B | 8B | 57 | 2F |
| Octal | 20 | 342 | 122 | 135 | 0 | 100 | 13 | 213 | 127 | 57 |
| Binary | 10000 | 11100010 | 1010010 | 1011101 | 0 | 1000000 | 1011 | 10001011 | 1010111 | 101111 |
Color Harmonies of #10E252
Complementary color
Monochromatic Colors of #10E252
Black with #10E252
Text Example
Text Example
White with #10E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E252; }
p { color: rgb(16,226,82); }
H1.HeaderClassName
{
color: #10E252;
}
.AnyTagClassName
{
color: #10E252;
}
</style>
background-color css
<style>
a { background-color: #10E252; }
a { background-color: rgb(16,226,82); }
div.DivClassName
{
background-color: #10E252;
}
.BgClassName
{
background-color: #10E252;
}
</style>
border-color css
<style>
span { border-color: #10E252; }
span { border-color: rgb(16,226,82); }
td.TdClassName
{
border-color: #10E252;
}
.TagClassName
{
border-color: #10E252;
}
</style>