#0ECD6E

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

Shades of Malachite #0ECD6E

Tints of Malachite #0ECD6E

Color information

#0ECD6E (or 0x0ECD6E) is unknown color: approx Malachite. HEX triplet: 0E, CD and 6E. RGB value is (14,205,110). Sum of RGB (Red+Green+Blue) = 14+205+110=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECD6E is #F13291. Grayscale: #898989. Windows color (decimal): -15807122 or 7261454. OLE color: 7261454.

HSL color Cylindrical-coordinate representation of color #0ECD6E: hue angle of 150.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD6E is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB14205110-
CMYK0.9300.460.20
HSL150.16º87.21%42.94%-
HSV(B)150.16º93.17%80.39%-
XYZ24.8344.8822.11-
YUV137.06112.7240.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 205 (80.47% from 255) = 62.31%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=4.26%
G=62.31%
B=33.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142051100.9300.460.20150.1687.2142.94
HexECD6E5D02E1496572b
Octal163151561350562422612753
Binary11101100110111011101011101010111010100100101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECD6E; }

 p { color: rgb(14,205,110); }

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

<style>
 a { background-color: #0ECD6E; }

 a { background-color: rgb(14,205,110); }

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

<style>
 span { border-color: #0ECD6E; }

 span { border-color: rgb(14,205,110); }

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