#1EBA4C

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

Shades of Dark Pastel Green #1EBA4C

Tints of Dark Pastel Green #1EBA4C

Color information

#1EBA4C (or 0x1EBA4C) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BA and 4C. RGB value is (30,186,76). Sum of RGB (Red+Green+Blue) = 30+186+76=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA4C is #E145B3. Grayscale: #7F7F7F. Windows color (decimal): -14763444 or 5028382. OLE color: 5028382.

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

Color convert

RGB3018676-
CMYK0.8400.590.27
HSL137.69º72.22%42.35%-
HSV(B)137.69º83.87%72.94%-
XYZ19.435.9212.75-
YUV126.8299.3258.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.27%
GREEN value IS 186 (73.05% from 255) = 63.70%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=10.27%
G=63.70%
B=26.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186760.8400.590.27137.6972.2242.35
Hex1EBA4C5403B1B8a482a
Octal362721141240733321211052
Binary111101011101010011001010100011101111011100010101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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