#1EBA4E

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

Shades of Dark Pastel Green #1EBA4E

Tints of Dark Pastel Green #1EBA4E

Color information

#1EBA4E (or 0x1EBA4E) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BA and 4E. RGB value is (30,186,78). Sum of RGB (Red+Green+Blue) = 30+186+78=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA4E is #E145B1. Grayscale: #7F7F7F. Windows color (decimal): -14763442 or 5159454. OLE color: 5159454.

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

Color convert

RGB3018678-
CMYK0.8400.580.27
HSL138.46º72.22%42.35%-
HSV(B)138.46º83.87%72.94%-
XYZ19.4735.9413.12-
YUV127.04100.3258.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=10.20%
G=63.27%
B=26.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186780.8400.580.27138.4672.2242.35
Hex1EBA4E5403A1B8a482a
Octal362721161240723321211052
Binary111101011101010011101010100011101011011100010101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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