Html Css Color HEX #1EC14C Dark Pastel Green

📋 copy color: '#1EC14C'

red 30 ◦ green 193 ◦ blue 76

#1EC14C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #1EC14C

Tints of Dark Pastel Green #1EC14C

RGB

 RED value IS 30 (12.11% from 255) = 10.03%

 GREEN value IS 193 (75.78% from 255) = 64.55%

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 10.03%
G = 64.55%
B = 25.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#1EC14C (or 0x1EC14C) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 4C. RGB value is (30,193,76). Sum of RGB (Red+Green+Blue) = 30+193+76=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC14C is #E13EB3. Grayscale: #838383. Windows color (decimal): -14761652 or 5030174. OLE color: 5030174.

HSL color Cylindrical-coordinate representation of color #1EC14C: hue angle of 136.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC14C is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 76 -
CMYK 0.84 0 0.61 0.24
HSL 136.93º 0.73% 0.44% -
HSV(B) 136.93º 0.84% 0.76% -
XYZ 20.91 38.94 13.25 -
YUV 130.93 97 56.01 -
System Red Green Blue C M Y K H S L
Decimal 30 193 76 0.84 0 0.61 0.24 136.93 0.73 0.44
Hex 1E C1 4C 54 0 3D 18 89 49 2C
Octal 36 301 114 124 0 75 30 211 111 54
Binary 11110 11000001 1001100 1010100 0 111101 11000 10001001 1001001 101100

Color Harmonies of #1EC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC14C

Black with #1EC14C

Text Example


Text Example

White with #1EC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EC14C; }

 p { color: rgb(30,193,76); }

 H1.HeaderClassName
 {
   color: #1EC14C;
 }
 .AnyTagClassName
 {
   color: #1EC14C;
 }
</style>

background-color css

<style>
 a { background-color: #1EC14C; }

 a { background-color: rgb(30,193,76); }

 div.DivClassName
 {
   background-color: #1EC14C;
 }
 .BgClassName
 {
   background-color: #1EC14C;
 }
</style>

border-color css

<style>
 span { border-color: #1EC14C; }

 span { border-color: rgb(30,193,76); }

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