#1EB471

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

Shades of Mountain Meadow #1EB471

Tints of Mountain Meadow #1EB471

Color information

#1EB471 (or 0x1EB471) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B4 and 71. RGB value is (30,180,113). Sum of RGB (Red+Green+Blue) = 30+180+113=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB471 is #E14B8E. Grayscale: #7F7F7F. Windows color (decimal): -14764943 or 7451678. OLE color: 7451678.

HSL color Cylindrical-coordinate representation of color #1EB471: hue angle of 153.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB471 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB30180113-
CMYK0.8300.370.29
HSL153.2º71.43%41.18%-
HSV(B)153.2º83.33%70.59%-
XYZ19.8434.1121.16-
YUV127.51119.858.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.29%
GREEN value IS 180 (70.70% from 255) = 55.73%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=9.29%
G=55.73%
B=34.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301801130.8300.370.29153.271.4341.18
Hex1EB471530251D994729
Octal362641611230453523110751
Binary111101011010011100011010011010010111101100110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,180,113); }

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

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

 a { background-color: rgb(30,180,113); }

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

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

 span { border-color: rgb(30,180,113); }

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