#1EBC74

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

Shades of Mountain Meadow #1EBC74

Tints of Mountain Meadow #1EBC74

Color information

#1EBC74 (or 0x1EBC74) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BC and 74. RGB value is (30,188,116). Sum of RGB (Red+Green+Blue) = 30+188+116=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBC74 is #E1438B. Grayscale: #848484. Windows color (decimal): -14762892 or 7650334. OLE color: 7650334.

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

Color convert

RGB30188116-
CMYK0.8400.380.26
HSL152.66º72.48%42.75%-
HSV(B)152.66º84.04%73.73%-
XYZ21.6737.522.62-
YUV132.55118.6554.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.98%
GREEN value IS 188 (73.83% from 255) = 56.29%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=8.98%
G=56.29%
B=34.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301881160.8400.380.26152.6672.4842.75
Hex1EBC74540261A99482b
Octal362741641240463223111053
Binary111101011110011101001010100010011011010100110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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