#1eda90

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

Shades of Shamrock #1EDA90

Tints of Shamrock #1EDA90

Color information

#1EDA90 (or 0x1EDA90) is unknown color: approx Shamrock. HEX triplet: 1E, DA and 90. RGB value is (30,218,144). Sum of RGB (Red+Green+Blue) = 30+218+144=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDA90 is #E1256F. Grayscale: #999999. Windows color (decimal): -14755184 or 9493022. OLE color: 9493022.

HSL color Cylindrical-coordinate representation of color #1EDA90: hue angle of 156.38º 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 #1EDA90 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB30218144-
CMYK0.8600.340.15
HSL156.38º75.81%48.63%-
HSV(B)156.38º86.24%85.49%-
XYZ30.6452.4334.89-
YUV153.35122.7240.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.65%
GREEN value IS 218 (85.55% from 255) = 55.61%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=7.65%
G=55.61%
B=36.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal302181440.8600.340.15156.3875.8148.63
Hex1EDA9056022F9c4c31
Octal363322201260421723411461
Binary111101101101010010000101011001000101111100111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eda90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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