#2ECA96

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

Shades of Shamrock #2ECA96

Tints of Shamrock #2ECA96

Color information

#2ECA96 (or 0x2ECA96) is unknown color: approx Shamrock. HEX triplet: 2E, CA and 96. RGB value is (46,202,150). Sum of RGB (Red+Green+Blue) = 46+202+150=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECA96 is #D13569. Grayscale: #959595. Windows color (decimal): -13710698 or 9882158. OLE color: 9882158.

HSL color Cylindrical-coordinate representation of color #2ECA96: hue angle of 160º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA96 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB46202150-
CMYK0.7700.260.21
HSL160º62.9%48.63%-
HSV(B)160º77.23%79.22%-
XYZ27.7545.0236.08-
YUV149.43128.3254.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.56%
GREEN value IS 202 (79.30% from 255) = 50.75%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=11.56%
G=50.75%
B=37.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal462021500.7700.260.2116062.948.63
Hex2ECA964D01A15a03f31
Octal56312226115032252407761
Binary101110110010101001011010011010110101010110100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ECA96; }

 p { color: rgb(46,202,150); }

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

<style>
 a { background-color: #2ECA96; }

 a { background-color: rgb(46,202,150); }

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

<style>
 span { border-color: #2ECA96; }

 span { border-color: rgb(46,202,150); }

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