#1EC085

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

Shades of Mountain Meadow #1EC085

Tints of Mountain Meadow #1EC085

Color information

#1EC085 (or 0x1EC085) is unknown color: approx Mountain Meadow. HEX triplet: 1E, C0 and 85. RGB value is (30,192,133). Sum of RGB (Red+Green+Blue) = 30+192+133=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC085 is #E13F7A. Grayscale: #888888. Windows color (decimal): -14761851 or 8765470. OLE color: 8765470.

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

Color convert

RGB30192133-
CMYK0.8400.310.25
HSL158.15º72.97%43.53%-
HSV(B)158.15º84.38%75.29%-
XYZ23.6239.6728.6-
YUV136.84125.8351.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 192 (75.39% from 255) = 54.08%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=8.45%
G=54.08%
B=37.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301921330.8400.310.25158.1572.9743.53
Hex1EC0855401F199e492c
Octal363002051240373123611154
Binary111101100000010000101101010001111111001100111101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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