#1EBA50

Color #1EBA50 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1EBA50

Tints of Dark Pastel Green #1EBA50

Color information

#1EBA50 (or 0x1EBA50) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BA and 50. RGB value is (30,186,80). Sum of RGB (Red+Green+Blue) = 30+186+80=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA50 is #E145AF. Grayscale: #7F7F7F. Windows color (decimal): -14763440 or 5290526. OLE color: 5290526.

HSL color Cylindrical-coordinate representation of color #1EBA50: hue angle of 139.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA50 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB3018680-
CMYK0.8400.570.27
HSL139.23º72.22%42.35%-
HSV(B)139.23º83.87%72.94%-
XYZ19.5435.9713.5-
YUV127.27101.3258.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 186 (73.05% from 255) = 62.84%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=10.14%
G=62.84%
B=27.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186800.8400.570.27139.2372.2242.35
Hex1EBA50540391B8b482a
Octal362721201240713321311052
Binary111101011101010100001010100011100111011100010111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,186,80); }

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

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

 a { background-color: rgb(30,186,80); }

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

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

 span { border-color: rgb(30,186,80); }

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