#1ECA8F

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

Shades of Shamrock #1ECA8F

Tints of Shamrock #1ECA8F

Color information

#1ECA8F (or 0x1ECA8F) is unknown color: approx Shamrock. HEX triplet: 1E, CA and 8F. RGB value is (30,202,143). Sum of RGB (Red+Green+Blue) = 30+202+143=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECA8F is #E13570. Grayscale: #8F8F8F. Windows color (decimal): -14759281 or 9423390. OLE color: 9423390.

HSL color Cylindrical-coordinate representation of color #1ECA8F: hue angle of 159.42º 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 #1ECA8F is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB30202143-
CMYK0.8500.290.21
HSL159.42º74.14%45.49%-
HSV(B)159.42º85.15%79.22%-
XYZ26.6144.533.17-
YUV143.85127.5246.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=8%
G=53.87%
B=38.13%

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
Decimal302021430.8500.290.21159.4274.1445.49
Hex1ECA8F5501D159f4a2d
Octal363122171250352523711255
Binary111101100101010001111101010101110110101100111111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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