#10EB5A

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

Shades of Malachite #10EB5A

Tints of Malachite #10EB5A

Color information

#10EB5A (or 0x10EB5A) is unknown color: approx Malachite. HEX triplet: 10, EB and 5A. RGB value is (16,235,90). Sum of RGB (Red+Green+Blue) = 16+235+90=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 235 (92.19% from 255 or 68.91% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 235 - color contains mainly: green. Hex color #10EB5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EB5A is #EF14A5. Grayscale: #999999. Windows color (decimal): -15668390 or 5958416. OLE color: 5958416.

HSL color Cylindrical-coordinate representation of color #10EB5A: hue angle of 140.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EB5A is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB1623590-
CMYK0.9300.620.08
HSL140.27º87.25%49.22%-
HSV(B)140.27º93.19%92.16%-
XYZ31.7760.2719.63-
YUV152.9992.4530.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 235 (92.19% from 255) = 68.91%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=4.69%
G=68.91%
B=26.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal16235900.9300.620.08140.2787.2549.22
Hex10EB5A5D03E88c5731
Octal203531321350761021412761
Binary10000111010111011010101110101111101000100011001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,235,90); }

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

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

 a { background-color: rgb(16,235,90); }

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

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

 span { border-color: rgb(16,235,90); }

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