#1EBD4C

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

Shades of Dark Pastel Green #1EBD4C

Tints of Dark Pastel Green #1EBD4C

Color information

#1EBD4C (or 0x1EBD4C) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BD and 4C. RGB value is (30,189,76). Sum of RGB (Red+Green+Blue) = 30+189+76=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD4C is #E142B3. Grayscale: #808080. Windows color (decimal): -14762676 or 5029150. OLE color: 5029150.

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

Color convert

RGB3018976-
CMYK0.8400.600.26
HSL137.36º72.6%42.94%-
HSV(B)137.36º84.13%74.12%-
XYZ20.0437.1912.96-
YUV128.5898.3257.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 189 (74.22% from 255) = 64.07%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=10.17%
G=64.07%
B=25.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30189760.8400.600.26137.3672.642.94
Hex1EBD4C5403C1A89492b
Octal362751141240743221111153
Binary111101011110110011001010100011110011010100010011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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