#1EB14A

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

Shades of Dark Pastel Green #1EB14A

Tints of Dark Pastel Green #1EB14A

Color information

#1EB14A (or 0x1EB14A) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, B1 and 4A. RGB value is (30,177,74). Sum of RGB (Red+Green+Blue) = 30+177+74=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EB14A is #E14EB5. Grayscale: #797979. Windows color (decimal): -14765750 or 4895006. OLE color: 4895006.

HSL color Cylindrical-coordinate representation of color #1EB14A: hue angle of 137.96º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB14A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB3017774-
CMYK0.8300.580.31
HSL137.96º71.01%40.59%-
HSV(B)137.96º83.05%69.41%-
XYZ17.4932.2111.77-
YUV121.3101.362.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 177 (69.53% from 255) = 62.99%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=10.68%
G=62.99%
B=26.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30177740.8300.580.31137.9671.0140.59
Hex1EB14A5303A1F8a4729
Octal362611121230723721210751
Binary111101011000110010101010011011101011111100010101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,177,74); }

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

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

 a { background-color: rgb(30,177,74); }

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

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

 span { border-color: rgb(30,177,74); }

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