#1EC14B

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

Shades of Dark Pastel Green #1EC14B

Tints of Dark Pastel Green #1EC14B

Color information

#1EC14B (or 0x1EC14B) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, C1 and 4B. RGB value is (30,193,75). Sum of RGB (Red+Green+Blue) = 30+193+75=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC14B is #E13EB4. Grayscale: #838383. Windows color (decimal): -14761653 or 4964638. OLE color: 4964638.

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

Color convert

RGB3019375-
CMYK0.8400.610.24
HSL136.56º73.09%43.73%-
HSV(B)136.56º84.46%75.69%-
XYZ20.8838.9213.07-
YUV130.8196.556.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 193 (75.78% from 255) = 64.77%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=10.07%
G=64.77%
B=25.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30193750.8400.610.24136.5673.0943.73
Hex1EC14B5403D1889492c
Octal363011131240753021111154
Binary111101100000110010111010100011110111000100010011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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