#10EF5A

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

Shades of Malachite #10EF5A

Tints of Malachite #10EF5A

Color information

#10EF5A (or 0x10EF5A) is unknown color: approx Malachite. HEX triplet: 10, EF and 5A. RGB value is (16,239,90). Sum of RGB (Red+Green+Blue) = 16+239+90=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EF5A is #EF10A5. Grayscale: #9B9B9B. Windows color (decimal): -15667366 or 5959440. OLE color: 5959440.

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

Color convert

RGB1623990-
CMYK0.9300.620.06
HSL139.91º87.45%50%-
HSV(B)139.91º93.31%93.73%-
XYZ32.9362.5820.02-
YUV155.3491.1228.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.64%
GREEN value IS 239 (93.75% from 255) = 69.28%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=4.64%
G=69.28%
B=26.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16239900.9300.620.06139.9187.4550
Hex10EF5A5D03E68c5732
Octal20357132135076621412762
Binary1000011101111101101010111010111110110100011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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