#1EC194

Color #1EC194 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1EC194

Tints of Mountain Meadow #1EC194

Color information

#1EC194 (or 0x1EC194) is unknown color: approx Mountain Meadow. HEX triplet: 1E, C1 and 94. RGB value is (30,193,148). Sum of RGB (Red+Green+Blue) = 30+193+148=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC194 is #E13E6B. Grayscale: #8B8B8B. Windows color (decimal): -14761580 or 9748766. OLE color: 9748766.

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

Color convert

RGB30193148-
CMYK0.8400.230.24
HSL163.44º73.09%43.73%-
HSV(B)163.44º84.46%75.69%-
XYZ24.9540.5534.53-
YUV139.1313350.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.09%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=8.09%
G=52.02%
B=39.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301931480.8400.230.24163.4473.0943.73
Hex1EC1945401718a3492c
Octal363012241240273024311154
Binary111101100000110010100101010001011111000101000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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