#1ECA90

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

Shades of Shamrock #1ECA90

Tints of Shamrock #1ECA90

Color information

#1ECA90 (or 0x1ECA90) is unknown color: approx Shamrock. HEX triplet: 1E, CA and 90. RGB value is (30,202,144). Sum of RGB (Red+Green+Blue) = 30+202+144=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECA90 is #E1356F. Grayscale: #909090. Windows color (decimal): -14759280 or 9488926. OLE color: 9488926.

HSL color Cylindrical-coordinate representation of color #1ECA90: hue angle of 159.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECA90 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB30202144-
CMYK0.8500.290.21
HSL159.77º74.14%45.49%-
HSV(B)159.77º85.15%79.22%-
XYZ26.6944.5333.57-
YUV143.96128.0246.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.98%
GREEN value IS 202 (79.30% from 255) = 53.72%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=7.98%
G=53.72%
B=38.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal302021440.8500.290.21159.7774.1445.49
Hex1ECA905501D15a04a2d
Octal363122201250352524011255
Binary111101100101010010000101010101110110101101000001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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