#1ECB94

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

Shades of Shamrock #1ECB94

Tints of Shamrock #1ECB94

Color information

#1ECB94 (or 0x1ECB94) is unknown color: approx Shamrock. HEX triplet: 1E, CB and 94. RGB value is (30,203,148). Sum of RGB (Red+Green+Blue) = 30+203+148=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECB94 is #E1346B. Grayscale: #919191. Windows color (decimal): -14759020 or 9751326. OLE color: 9751326.

HSL color Cylindrical-coordinate representation of color #1ECB94: hue angle of 160.92º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECB94 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB30203148-
CMYK0.8500.270.20
HSL160.92º74.25%45.69%-
HSV(B)160.92º85.22%79.61%-
XYZ27.2445.1335.29-
YUV145129.6945.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.87%
GREEN value IS 203 (79.69% from 255) = 53.28%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=7.87%
G=53.28%
B=38.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal302031480.8500.270.20160.9274.2545.69
Hex1ECB945501B14a14a2e
Octal363132241250332424111256
Binary111101100101110010100101010101101110100101000011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,203,148); }

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

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

 a { background-color: rgb(30,203,148); }

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

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

 span { border-color: rgb(30,203,148); }

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