Html Css Color HEX #1EB150 Pigment Green

📋 copy color: '#1EB150'

red 30 ◦ green 177 ◦ blue 80

#1EB150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #1EB150

Tints of Pigment Green #1EB150

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 value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#1EB150 (or 0x1EB150) is known color: 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

RGB 30 177 80 -
CMYK 0.83 0 0.55 0.31
HSL 140.41º 0.71% 0.41% -
HSV(B) 140.41º 0.83% 0.69% -
XYZ 17.71 32.3 12.89 -
YUV 121.99 104.3 62.39 -
System Red Green Blue C M Y K H S L
Decimal 30 177 80 0.83 0 0.55 0.31 140.41 0.71 0.41
Hex 1E B1 50 53 0 37 1F 8C 47 29
Octal 36 261 120 123 0 67 37 214 107 51
Binary 11110 10110001 1010000 1010011 0 110111 11111 10001100 1000111 101001

Color Harmonies of #1EB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB150

Black with #1EB150

Text Example


Text Example

White with #1EB150

Text Example


Text Example

HTML Codes & Css Web 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>