#1EBC70

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

Shades of Mountain Meadow #1EBC70

Tints of Mountain Meadow #1EBC70

Color information

#1EBC70 (or 0x1EBC70) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BC and 70. RGB value is (30,188,112). Sum of RGB (Red+Green+Blue) = 30+188+112=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBC70 is #E1438F. Grayscale: #848484. Windows color (decimal): -14762896 or 7388190. OLE color: 7388190.

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

Color convert

RGB30188112-
CMYK0.8400.400.26
HSL151.14º72.48%42.75%-
HSV(B)151.14º84.04%73.73%-
XYZ21.4437.4121.42-
YUV132.09116.6555.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 188 (73.83% from 255) = 56.97%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=9.09%
G=56.97%
B=33.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301881120.8400.400.26151.1472.4842.75
Hex1EBC70540281A97482b
Octal362741601240503222711053
Binary111101011110011100001010100010100011010100101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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