Shades of Malachite #10E334
Tints of Malachite #10E334
RGB
CMYK
RGB Variations
Color information
#10E334 (or 0x10E334) is known color: Malachite. HEX triplet: 10, E3 and 34. RGB value is (16,227,52). Sum of RGB (Red+Green+Blue) = 16+227+52=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 227 (89.06% from 255 or 76.95% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 227 - color contains mainly: green. Hex color #10E334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E334 is #EF1CCB. Grayscale: #909090. Windows color (decimal): -15670476 or 3466000. OLE color: 3466000.
HSL color Cylindrical-coordinate representation of color #10E334: hue angle of 130.24º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E334 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 227 | 52 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.11 |
| HSL | 130.24º | 0.87% | 0.48% | - |
| HSV(B) | 130.24º | 0.93% | 0.89% | - |
| XYZ | 28.3 | 55.3 | 12.43 | - |
| YUV | 143.96 | 76.1 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 227 | 52 | 0.93 | 0 | 0.77 | 0.11 | 130.24 | 0.87 | 0.48 |
| Hex | 10 | E3 | 34 | 5D | 0 | 4D | B | 82 | 57 | 30 |
| Octal | 20 | 343 | 64 | 135 | 0 | 115 | 13 | 202 | 127 | 60 |
| Binary | 10000 | 11100011 | 110100 | 1011101 | 0 | 1001101 | 1011 | 10000010 | 1010111 | 110000 |
Color Harmonies of #10E334
Complementary color
Monochromatic Colors of #10E334
Black with #10E334
Text Example
Text Example
White with #10E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E334; }
p { color: rgb(16,227,52); }
H1.HeaderClassName
{
color: #10E334;
}
.AnyTagClassName
{
color: #10E334;
}
</style>
background-color css
<style>
a { background-color: #10E334; }
a { background-color: rgb(16,227,52); }
div.DivClassName
{
background-color: #10E334;
}
.BgClassName
{
background-color: #10E334;
}
</style>
border-color css
<style>
span { border-color: #10E334; }
span { border-color: rgb(16,227,52); }
td.TdClassName
{
border-color: #10E334;
}
.TagClassName
{
border-color: #10E334;
}
</style>