#0EC14A

Color #0EC14A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EC14A

Tints of Dark Pastel Green #0EC14A

Color information

#0EC14A (or 0x0EC14A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C1 and 4A. RGB value is (14,193,74). Sum of RGB (Red+Green+Blue) = 14+193+74=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC14A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC14A is #F13EB5. Grayscale: #7E7E7E. Windows color (decimal): -15810230 or 4899086. OLE color: 4899086.

HSL color Cylindrical-coordinate representation of color #0EC14A: hue angle of 140.11º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC14A is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1419374-
CMYK0.9300.620.24
HSL140.11º86.47%40.59%-
HSV(B)140.11º92.75%75.69%-
XYZ20.4938.7312.87-
YUV125.9198.748.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.98%
GREEN value IS 193 (75.78% from 255) = 68.68%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=4.98%
G=68.68%
B=26.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14193740.9300.620.24140.1186.4740.59
HexEC14A5D03E188c5629
Octal163011121350763021412651
Binary11101100000110010101011101011111011000100011001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,193,74); }

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

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

 a { background-color: rgb(14,193,74); }

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

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

 span { border-color: rgb(14,193,74); }

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