#49EFA1

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

Shades of Shamrock #49EFA1

Tints of Shamrock #49EFA1

Color information

#49EFA1 (or 0x49EFA1) is unknown color: approx Shamrock. HEX triplet: 49, EF and A1. RGB value is (73,239,161). Sum of RGB (Red+Green+Blue) = 73+239+161=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EFA1 is #B6105E. Grayscale: #B4B4B4. Windows color (decimal): -11931743 or 10612553. OLE color: 10612553.

HSL color Cylindrical-coordinate representation of color #49EFA1: hue angle of 151.81º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFA1 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB73239161-
CMYK0.6900.330.06
HSL151.81º83.84%61.18%-
HSV(B)151.81º69.46%93.73%-
XYZ40.0565.7244.29-
YUV180.4711751.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.43%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=15.43%
G=50.53%
B=34.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732391610.6900.330.06151.8183.8461.18
Hex49EFA145021698543d
Octal111357241105041623012475
Binary1001001111011111010000110001010100001110100110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49EFA1; }

 p { color: rgb(73,239,161); }

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

<style>
 a { background-color: #49EFA1; }

 a { background-color: rgb(73,239,161); }

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

<style>
 span { border-color: #49EFA1; }

 span { border-color: rgb(73,239,161); }

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