#1EB94A

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

Shades of Dark Pastel Green #1EB94A

Tints of Dark Pastel Green #1EB94A

Color information

#1EB94A (or 0x1EB94A) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, B9 and 4A. RGB value is (30,185,74). Sum of RGB (Red+Green+Blue) = 30+185+74=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB94A is #E146B5. Grayscale: #7E7E7E. Windows color (decimal): -14763702 or 4897054. OLE color: 4897054.

HSL color Cylindrical-coordinate representation of color #1EB94A: hue angle of 137.03º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB94A is Cyan = 0.84, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB3018574-
CMYK0.8400.60.27
HSL137.03º72.09%42.16%-
HSV(B)137.03º83.78%72.55%-
XYZ19.1235.4712.32-
YUV12698.6559.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 185 (72.66% from 255) = 64.01%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=10.38%
G=64.01%
B=25.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30185740.8400.60.27137.0372.0942.16
Hex1EB94A5403C1B89482a
Octal362711121240743321111052
Binary111101011100110010101010100011110011011100010011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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