#1EB470

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

Shades of Mountain Meadow #1EB470

Tints of Mountain Meadow #1EB470

Color information

#1EB470 (or 0x1EB470) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B4 and 70. RGB value is (30,180,112). Sum of RGB (Red+Green+Blue) = 30+180+112=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB470 is #E14B8F. Grayscale: #7F7F7F. Windows color (decimal): -14764944 or 7386142. OLE color: 7386142.

HSL color Cylindrical-coordinate representation of color #1EB470: hue angle of 152.8º 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 #1EB470 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB30180112-
CMYK0.8300.380.29
HSL152.8º71.43%41.18%-
HSV(B)152.8º83.33%70.59%-
XYZ19.7834.0920.87-
YUV127.4119.358.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.32%
GREEN value IS 180 (70.70% from 255) = 55.90%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=9.32%
G=55.90%
B=34.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301801120.8300.380.29152.871.4341.18
Hex1EB470530261D994729
Octal362641601230463523110751
Binary111101011010011100001010011010011011101100110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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