Html Css Color HEX #1EDA80 Shamrock

📋 copy color: '#1EDA80'

red 30 ◦ green 218 ◦ blue 128

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

Shades of Shamrock #1EDA80

Tints of Shamrock #1EDA80

RGB

 RED value IS 30 (12.11% from 255) = 7.98%

 GREEN value IS 218 (85.55% from 255) = 57.98%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 7.98%
G = 57.98%
B = 34.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#1EDA80 (or 0x1EDA80) is known color: Shamrock. HEX triplet: 1E, DA and 80. RGB value is (30,218,128). Sum of RGB (Red+Green+Blue) = 30+218+128=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDA80 is #E1257F. Grayscale: #979797. Windows color (decimal): -14755200 or 8444446. OLE color: 8444446.

HSL color Cylindrical-coordinate representation of color #1EDA80: hue angle of 151.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA80 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 218 128 -
CMYK 0.86 0 0.41 0.15
HSL 151.28º 0.76% 0.49% -
HSV(B) 151.28º 0.86% 0.85% -
XYZ 29.5 51.98 28.9 -
YUV 151.53 114.72 41.32 -
System Red Green Blue C M Y K H S L
Decimal 30 218 128 0.86 0 0.41 0.15 151.28 0.76 0.49
Hex 1E DA 80 56 0 29 F 97 4C 31
Octal 36 332 200 126 0 51 17 227 114 61
Binary 11110 11011010 10000000 1010110 0 101001 1111 10010111 1001100 110001

Color Harmonies of #1EDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDA80

Black with #1EDA80

Text Example


Text Example

White with #1EDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,128); }

 H1.HeaderClassName
 {
   color: #1EDA80;
 }
 .AnyTagClassName
 {
   color: #1EDA80;
 }
</style>

background-color css

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

 a { background-color: rgb(30,218,128); }

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

border-color css

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

 span { border-color: rgb(30,218,128); }

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