#1EBD8F

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

Shades of Mountain Meadow #1EBD8F

Tints of Mountain Meadow #1EBD8F

Color information

#1EBD8F (or 0x1EBD8F) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BD and 8F. RGB value is (30,189,143). Sum of RGB (Red+Green+Blue) = 30+189+143=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBD8F is #E14270. Grayscale: #888888. Windows color (decimal): -14762609 or 9420062. OLE color: 9420062.

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

Color convert

RGB30189143-
CMYK0.8400.240.26
HSL162.64º72.6%42.94%-
HSV(B)162.64º84.13%74.12%-
XYZ23.6938.6532.2-
YUV136.22131.8252.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.29%
GREEN value IS 189 (74.22% from 255) = 52.21%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=8.29%
G=52.21%
B=39.50%

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
Decimal301891430.8400.240.26162.6472.642.94
Hex1EBD8F540181Aa3492b
Octal362752171240303224311153
Binary111101011110110001111101010001100011010101000111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,189,143); }

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

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

 a { background-color: rgb(30,189,143); }

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

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

 span { border-color: rgb(30,189,143); }

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