#1ECF86

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

Shades of Shamrock #1ECF86

Tints of Shamrock #1ECF86

Color information

#1ECF86 (or 0x1ECF86) is unknown color: approx Shamrock. HEX triplet: 1E, CF and 86. RGB value is (30,207,134). Sum of RGB (Red+Green+Blue) = 30+207+134=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECF86 is #E13079. Grayscale: #919191. Windows color (decimal): -14758010 or 8834846. OLE color: 8834846.

HSL color Cylindrical-coordinate representation of color #1ECF86: hue angle of 155.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF86 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB30207134-
CMYK0.8600.350.19
HSL155.25º74.68%46.47%-
HSV(B)155.25º85.51%81.18%-
XYZ27.1546.6230.12-
YUV145.76121.3645.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.09%
GREEN value IS 207 (81.25% from 255) = 55.80%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=8.09%
G=55.80%
B=36.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal302071340.8600.350.19155.2574.6846.47
Hex1ECF8656023139b4b2e
Octal363172061260432323311356
Binary1111011001111100001101010110010001110011100110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,207,134); }

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

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

 a { background-color: rgb(30,207,134); }

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

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

 span { border-color: rgb(30,207,134); }

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