#1EC292

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

Shades of Mountain Meadow #1EC292

Tints of Mountain Meadow #1EC292

Color information

#1EC292 (or 0x1EC292) is unknown color: approx Mountain Meadow. HEX triplet: 1E, C2 and 92. RGB value is (30,194,146). Sum of RGB (Red+Green+Blue) = 30+194+146=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC292 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC292 is #E13D6D. Grayscale: #8B8B8B. Windows color (decimal): -14761326 or 9617950. OLE color: 9617950.

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

Color convert

RGB30194146-
CMYK0.8500.250.24
HSL162.44º73.21%43.92%-
HSV(B)162.44º84.54%76.08%-
XYZ25.0240.9333.78-
YUV139.49131.6749.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.11%
GREEN value IS 194 (76.17% from 255) = 52.43%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=8.11%
G=52.43%
B=39.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301941460.8500.250.24162.4473.2143.92
Hex1EC2925501918a2492c
Octal363022221250313024211154
Binary111101100001010010010101010101100111000101000101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,194,146); }

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

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

 a { background-color: rgb(30,194,146); }

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

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

 span { border-color: rgb(30,194,146); }

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