#1EC149

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

Shades of Dark Pastel Green #1EC149

Tints of Dark Pastel Green #1EC149

Color information

#1EC149 (or 0x1EC149) is unknown color: approx 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

RGB3019373-
CMYK0.8400.620.24
HSL135.83º73.09%43.73%-
HSV(B)135.83º84.46%75.69%-
XYZ20.8138.912.71-
YUV130.5895.556.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 193 (75.78% from 255) = 65.20%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=10.14%
G=65.20%
B=24.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30193730.8400.620.24135.8373.0943.73
Hex1EC1495403E1888492c
Octal363011111240763021011154
Binary111101100000110010011010100011111011000100010001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>