Html Css Color HEX #1EC096 Mountain Meadow

📋 copy color: '#1EC096'

red 30 ◦ green 192 ◦ blue 150

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

Shades of Mountain Meadow #1EC096

Tints of Mountain Meadow #1EC096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 8.06%
G = 51.61%
B = 40.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#1EC096 (or 0x1EC096) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 96. RGB value is (30,192,150). Sum of RGB (Red+Green+Blue) = 30+192+150=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC096 is #E13F69. Grayscale: #8A8A8A. Windows color (decimal): -14761834 or 9879582. OLE color: 9879582.

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

Color convert

RGB 30 192 150 -
CMYK 0.84 0 0.22 0.25
HSL 164.44º 0.73% 0.44% -
HSV(B) 164.44º 0.84% 0.75% -
XYZ 24.89 40.18 35.3 -
YUV 138.77 134.33 50.42 -
System Red Green Blue C M Y K H S L
Decimal 30 192 150 0.84 0 0.22 0.25 164.44 0.73 0.44
Hex 1E C0 96 54 0 16 19 A4 49 2C
Octal 36 300 226 124 0 26 31 244 111 54
Binary 11110 11000000 10010110 1010100 0 10110 11001 10100100 1001001 101100

Color Harmonies of #1EC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC096

Black with #1EC096

Text Example


Text Example

White with #1EC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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