Shades of Malachite #10DA3A
Tints of Malachite #10DA3A
RGB
CMYK
RGB Variations
Color information
#10DA3A (or 0x10DA3A) is known color: Malachite. HEX triplet: 10, DA and 3A. RGB value is (16,218,58). Sum of RGB (Red+Green+Blue) = 16+218+58=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 218 (85.55% from 255 or 74.66% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DA3A is #EF25C5. Grayscale: #8B8B8B. Windows color (decimal): -15672774 or 3856912. OLE color: 3856912.
HSL color Cylindrical-coordinate representation of color #10DA3A: hue angle of 132.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA3A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 58 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.15 |
| HSL | 132.48º | 0.86% | 0.46% | - |
| HSV(B) | 132.48º | 0.93% | 0.85% | - |
| XYZ | 26.05 | 50.56 | 12.39 | - |
| YUV | 139.36 | 82.08 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 58 | 0.93 | 0 | 0.73 | 0.15 | 132.48 | 0.86 | 0.46 |
| Hex | 10 | DA | 3A | 5D | 0 | 49 | F | 84 | 56 | 2E |
| Octal | 20 | 332 | 72 | 135 | 0 | 111 | 17 | 204 | 126 | 56 |
| Binary | 10000 | 11011010 | 111010 | 1011101 | 0 | 1001001 | 1111 | 10000100 | 1010110 | 101110 |
Color Harmonies of #10DA3A
Complementary color
Monochromatic Colors of #10DA3A
Black with #10DA3A
Text Example
Text Example
White with #10DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA3A; }
p { color: rgb(16,218,58); }
H1.HeaderClassName
{
color: #10DA3A;
}
.AnyTagClassName
{
color: #10DA3A;
}
</style>
background-color css
<style>
a { background-color: #10DA3A; }
a { background-color: rgb(16,218,58); }
div.DivClassName
{
background-color: #10DA3A;
}
.BgClassName
{
background-color: #10DA3A;
}
</style>
border-color css
<style>
span { border-color: #10DA3A; }
span { border-color: rgb(16,218,58); }
td.TdClassName
{
border-color: #10DA3A;
}
.TagClassName
{
border-color: #10DA3A;
}
</style>