#1EBC7A

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

Shades of Mountain Meadow #1EBC7A

Tints of Mountain Meadow #1EBC7A

Color information

#1EBC7A (or 0x1EBC7A) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BC and 7A. RGB value is (30,188,122). Sum of RGB (Red+Green+Blue) = 30+188+122=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBC7A is #E14385. Grayscale: #858585. Windows color (decimal): -14762886 or 8043550. OLE color: 8043550.

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

Color convert

RGB30188122-
CMYK0.8400.350.26
HSL154.94º72.48%42.75%-
HSV(B)154.94º84.04%73.73%-
XYZ22.0337.6524.52-
YUV133.23121.6554.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 188 (73.83% from 255) = 55.29%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=8.82%
G=55.29%
B=35.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301881220.8400.350.26154.9472.4842.75
Hex1EBC7A540231A9b482b
Octal362741721240433223311053
Binary111101011110011110101010100010001111010100110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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