#1EC374

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

Shades of Mountain Meadow #1EC374

Tints of Mountain Meadow #1EC374

Color information

#1EC374 (or 0x1EC374) is unknown color: approx Mountain Meadow. HEX triplet: 1E, C3 and 74. RGB value is (30,195,116). Sum of RGB (Red+Green+Blue) = 30+195+116=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC374 is #E13C8B. Grayscale: #888888. Windows color (decimal): -14761100 or 7652126. OLE color: 7652126.

HSL color Cylindrical-coordinate representation of color #1EC374: hue angle of 151.27º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC374 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB30195116-
CMYK0.8500.410.24
HSL151.27º73.33%44.12%-
HSV(B)151.27º84.62%76.47%-
XYZ23.240.5723.13-
YUV136.66116.3451.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.80%
GREEN value IS 195 (76.56% from 255) = 57.18%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=8.80%
G=57.18%
B=34.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301951160.8500.410.24151.2773.3344.12
Hex1EC374550291897492c
Octal363031641250513022711154
Binary111101100001111101001010101010100111000100101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,195,116); }

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

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

 a { background-color: rgb(30,195,116); }

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

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

 span { border-color: rgb(30,195,116); }

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