#0ECA6E

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

Shades of Malachite #0ECA6E

Tints of Malachite #0ECA6E

Color information

#0ECA6E (or 0x0ECA6E) is unknown color: approx Malachite. HEX triplet: 0E, CA and 6E. RGB value is (14,202,110). Sum of RGB (Red+Green+Blue) = 14+202+110=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECA6E is #F13591. Grayscale: #878787. Windows color (decimal): -15807890 or 7260686. OLE color: 7260686.

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

Color convert

RGB14202110-
CMYK0.9300.460.21
HSL150.64º87.04%42.35%-
HSV(B)150.64º93.07%79.22%-
XYZ24.1243.4621.87-
YUV135.3113.7241.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.29%
GREEN value IS 202 (79.30% from 255) = 61.96%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=4.29%
G=61.96%
B=33.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142021100.9300.460.21150.6487.0442.35
HexECA6E5D02E1597572a
Octal163121561350562522712752
Binary11101100101011011101011101010111010101100101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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