#1EDA93

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

Shades of Shamrock #1EDA93

Tints of Shamrock #1EDA93

Color information

#1EDA93 (or 0x1EDA93) is unknown color: approx Shamrock. HEX triplet: 1E, DA and 93. RGB value is (30,218,147). Sum of RGB (Red+Green+Blue) = 30+218+147=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDA93 is #E1256C. Grayscale: #999999. Windows color (decimal): -14755181 or 9689630. OLE color: 9689630.

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

Color convert

RGB30218147-
CMYK0.8600.330.15
HSL157.34º75.81%48.63%-
HSV(B)157.34º86.24%85.49%-
XYZ30.8752.5336.11-
YUV153.69124.2239.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.59%
GREEN value IS 218 (85.55% from 255) = 55.19%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=7.59%
G=55.19%
B=37.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal302181470.8600.330.15157.3475.8148.63
Hex1EDA9356021F9d4c31
Octal363322231260411723511461
Binary111101101101010010011101011001000011111100111011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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