Html Css Color HEX #1EC04A Dark Pastel Green

📋 copy color: '#1EC04A'

red 30 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #1EC04A

Tints of Dark Pastel Green #1EC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.86%

 BLUE value IS 74 (29.3% from 255) = 25%

R = 10.14%
G = 64.86%
B = 25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#1EC04A (or 0x1EC04A) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 4A. RGB value is (30,192,74). Sum of RGB (Red+Green+Blue) = 30+192+74=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC04A is #E13FB5. Grayscale: #828282. Windows color (decimal): -14761910 or 4898846. OLE color: 4898846.

HSL color Cylindrical-coordinate representation of color #1EC04A: hue angle of 136.3º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC04A is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 74 -
CMYK 0.84 0 0.61 0.25
HSL 136.3º 0.73% 0.44% -
HSV(B) 136.3º 0.84% 0.75% -
XYZ 20.62 38.47 12.82 -
YUV 130.11 96.33 56.59 -
System Red Green Blue C M Y K H S L
Decimal 30 192 74 0.84 0 0.61 0.25 136.3 0.73 0.44
Hex 1E C0 4A 54 0 3D 19 88 49 2C
Octal 36 300 112 124 0 75 31 210 111 54
Binary 11110 11000000 1001010 1010100 0 111101 11001 10001000 1001001 101100

Color Harmonies of #1EC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC04A

Black with #1EC04A

Text Example


Text Example

White with #1EC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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