#1EBC4A

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

Shades of Dark Pastel Green #1EBC4A

Tints of Dark Pastel Green #1EBC4A

Color information

#1EBC4A (or 0x1EBC4A) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BC and 4A. RGB value is (30,188,74). Sum of RGB (Red+Green+Blue) = 30+188+74=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBC4A is #E143B5. Grayscale: #808080. Windows color (decimal): -14762934 or 4897822. OLE color: 4897822.

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

Color convert

RGB3018874-
CMYK0.8400.610.26
HSL136.71º72.48%42.75%-
HSV(B)136.71º84.04%73.73%-
XYZ19.7536.7412.53-
YUV127.7697.6558.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.27%
GREEN value IS 188 (73.83% from 255) = 64.38%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=10.27%
G=64.38%
B=25.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30188740.8400.610.26136.7172.4842.75
Hex1EBC4A5403D1A89482b
Octal362741121240753221111053
Binary111101011110010010101010100011110111010100010011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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