Shades of Malachite #10DE5A
Tints of Malachite #10DE5A
RGB
CMYK
RGB Variations
Color information
#10DE5A (or 0x10DE5A) is known color: Malachite. HEX triplet: 10, DE and 5A. RGB value is (16,222,90). Sum of RGB (Red+Green+Blue) = 16+222+90=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 222 (87.11% from 255 or 67.68% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DE5A is #EF21A5. Grayscale: #919191. Windows color (decimal): -15671718 or 5955088. OLE color: 5955088.
HSL color Cylindrical-coordinate representation of color #10DE5A: hue angle of 141.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DE5A is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 90 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.13 |
| HSL | 141.55º | 0.87% | 0.47% | - |
| HSV(B) | 141.55º | 0.93% | 0.87% | - |
| XYZ | 28.18 | 53.09 | 18.44 | - |
| YUV | 145.36 | 96.75 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 90 | 0.93 | 0 | 0.59 | 0.13 | 141.55 | 0.87 | 0.47 |
| Hex | 10 | DE | 5A | 5D | 0 | 3B | D | 8E | 57 | 2F |
| Octal | 20 | 336 | 132 | 135 | 0 | 73 | 15 | 216 | 127 | 57 |
| Binary | 10000 | 11011110 | 1011010 | 1011101 | 0 | 111011 | 1101 | 10001110 | 1010111 | 101111 |
Color Harmonies of #10DE5A
Complementary color
Monochromatic Colors of #10DE5A
Black with #10DE5A
Text Example
Text Example
White with #10DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DE5A; }
p { color: rgb(16,222,90); }
H1.HeaderClassName
{
color: #10DE5A;
}
.AnyTagClassName
{
color: #10DE5A;
}
</style>
background-color css
<style>
a { background-color: #10DE5A; }
a { background-color: rgb(16,222,90); }
div.DivClassName
{
background-color: #10DE5A;
}
.BgClassName
{
background-color: #10DE5A;
}
</style>
border-color css
<style>
span { border-color: #10DE5A; }
span { border-color: rgb(16,222,90); }
td.TdClassName
{
border-color: #10DE5A;
}
.TagClassName
{
border-color: #10DE5A;
}
</style>