Html Css Color HEX #1EC085 Mountain Meadow

📋 copy color: '#1EC085'

red 30 ◦ green 192 ◦ blue 133

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

Shades of Mountain Meadow #1EC085

Tints of Mountain Meadow #1EC085

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 value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#1EC085 (or 0x1EC085) is known color: 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

RGB 30 192 133 -
CMYK 0.84 0 0.31 0.25
HSL 158.15º 0.73% 0.44% -
HSV(B) 158.15º 0.84% 0.75% -
XYZ 23.62 39.67 28.6 -
YUV 136.84 125.83 51.8 -
System Red Green Blue C M Y K H S L
Decimal 30 192 133 0.84 0 0.31 0.25 158.15 0.73 0.44
Hex 1E C0 85 54 0 1F 19 9E 49 2C
Octal 36 300 205 124 0 37 31 236 111 54
Binary 11110 11000000 10000101 1010100 0 11111 11001 10011110 1001001 101100

Color Harmonies of #1EC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC085

Black with #1EC085

Text Example


Text Example

White with #1EC085

Text Example


Text Example

HTML Codes & Css Web 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>