#1EBC80

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

Shades of Mountain Meadow #1EBC80

Tints of Mountain Meadow #1EBC80

Color information

#1EBC80 (or 0x1EBC80) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BC and 80. RGB value is (30,188,128). Sum of RGB (Red+Green+Blue) = 30+188+128=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBC80 is #E1437F. Grayscale: #868686. Windows color (decimal): -14762880 or 8436766. OLE color: 8436766.

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

Color convert

RGB30188128-
CMYK0.8400.320.26
HSL157.22º72.48%42.75%-
HSV(B)157.22º84.04%73.73%-
XYZ22.4137.826.54-
YUV133.92124.6553.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.67%
GREEN value IS 188 (73.83% from 255) = 54.34%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=8.67%
G=54.34%
B=36.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301881280.8400.320.26157.2272.4842.75
Hex1EBC80540201A9d482b
Octal362742001240403223511053
Binary1111010111100100000001010100010000011010100111011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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