#1EBC8E

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

Shades of Mountain Meadow #1EBC8E

Tints of Mountain Meadow #1EBC8E

Color information

#1EBC8E (or 0x1EBC8E) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BC and 8E. RGB value is (30,188,142). Sum of RGB (Red+Green+Blue) = 30+188+142=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBC8E is #E14371. Grayscale: #878787. Windows color (decimal): -14762866 or 9354270. OLE color: 9354270.

HSL color Cylindrical-coordinate representation of color #1EBC8E: hue angle of 162.53º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC8E is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB30188142-
CMYK0.8400.240.26
HSL162.53º72.48%42.75%-
HSV(B)162.53º84.04%73.73%-
XYZ23.438.231.73-
YUV135.51131.6552.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.33%
GREEN value IS 188 (73.83% from 255) = 52.22%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=8.33%
G=52.22%
B=39.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301881420.8400.240.26162.5372.4842.75
Hex1EBC8E540181Aa3482b
Octal362742161240303224311053
Binary111101011110010001110101010001100011010101000111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,188,142); }

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

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

 a { background-color: rgb(30,188,142); }

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

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

 span { border-color: rgb(30,188,142); }

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