#10D94E

Color #10D94E Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #10D94E

Tints of Malachite #10D94E

Color information

#10D94E (or 0x10D94E) is unknown color: approx Malachite. HEX triplet: 10, D9 and 4E. RGB value is (16,217,78). Sum of RGB (Red+Green+Blue) = 16+217+78=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #10D94E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D94E is #EF26B1. Grayscale: #8D8D8D. Windows color (decimal): -15673010 or 5167376. OLE color: 5167376.

HSL color Cylindrical-coordinate representation of color #10D94E: hue angle of 138.51º 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 #10D94E is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB1621778-
CMYK0.9300.640.15
HSL138.51º86.27%45.69%-
HSV(B)138.51º92.63%85.1%-
XYZ26.450.2915.52-
YUV141.0592.4138.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 5.14%
GREEN value IS 217 (85.16% from 255) = 69.77%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=5.14%
G=69.77%
B=25.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16217780.9300.640.15138.5186.2745.69
Hex10D94E5D040F8b562e
Octal2033111613501001721312656
Binary100001101100110011101011101010000001111100010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10D94E; }

 p { color: rgb(16,217,78); }

 H1.HeaderClassName
 {
   color: #10D94E;
 }
 .AnyTagClassName
 {
   color: #10D94E;
 }
</style>
background-color css

<style>
 a { background-color: #10D94E; }

 a { background-color: rgb(16,217,78); }

 div.DivClassName
 {
   background-color: #10D94E;
 }
 .BgClassName
 {
   background-color: #10D94E;
 }
</style>
border-color css

<style>
 span { border-color: #10D94E; }

 span { border-color: rgb(16,217,78); }

 td.TdClassName
 {
   border-color: #10D94E;
 }
 .TagClassName
 {
   border-color: #10D94E;
 }
</style>