#1EB150

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

Shades of Pigment Green #1EB150

Tints of Pigment Green #1EB150

Color information

#1EB150 (or 0x1EB150) is unknown color: approx Pigment Green. HEX triplet: 1E, B1 and 50. RGB value is (30,177,80). Sum of RGB (Red+Green+Blue) = 30+177+80=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EB150 is #E14EAF. Grayscale: #7A7A7A. Windows color (decimal): -14765744 or 5288222. OLE color: 5288222.

HSL color Cylindrical-coordinate representation of color #1EB150: hue angle of 140.41º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB150 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB3017780-
CMYK0.8300.550.31
HSL140.41º71.01%40.59%-
HSV(B)140.41º83.05%69.41%-
XYZ17.7132.312.89-
YUV121.99104.362.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 177 (69.53% from 255) = 61.67%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=10.45%
G=61.67%
B=27.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30177800.8300.550.31140.4171.0140.59
Hex1EB150530371F8c4729
Octal362611201230673721410751
Binary111101011000110100001010011011011111111100011001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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