Html Css Color HEX #1EC149 Dark Pastel Green

📋 copy color: '#1EC149'

red 30 ◦ green 193 ◦ blue 73

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

Shades of Dark Pastel Green #1EC149

Tints of Dark Pastel Green #1EC149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 10.14%
G = 65.2%
B = 24.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#1EC149 (or 0x1EC149) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 49. RGB value is (30,193,73). Sum of RGB (Red+Green+Blue) = 30+193+73=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC149 is #E13EB6. Grayscale: #828282. Windows color (decimal): -14761655 or 4833566. OLE color: 4833566.

HSL color Cylindrical-coordinate representation of color #1EC149: hue angle of 135.83º 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 #1EC149 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 73 -
CMYK 0.84 0 0.62 0.24
HSL 135.83º 0.73% 0.44% -
HSV(B) 135.83º 0.84% 0.76% -
XYZ 20.81 38.9 12.71 -
YUV 130.58 95.5 56.26 -
System Red Green Blue C M Y K H S L
Decimal 30 193 73 0.84 0 0.62 0.24 135.83 0.73 0.44
Hex 1E C1 49 54 0 3E 18 88 49 2C
Octal 36 301 111 124 0 76 30 210 111 54
Binary 11110 11000001 1001001 1010100 0 111110 11000 10001000 1001001 101100

Color Harmonies of #1EC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC149

Black with #1EC149

Text Example


Text Example

White with #1EC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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