#49F6A1

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

Shades of Shamrock #49F6A1

Tints of Shamrock #49F6A1

Color information

#49F6A1 (or 0x49F6A1) is unknown color: approx Shamrock. HEX triplet: 49, F6 and A1. RGB value is (73,246,161). Sum of RGB (Red+Green+Blue) = 73+246+161=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F6A1 is #B6095E. Grayscale: #B8B8B8. Windows color (decimal): -11929951 or 10614345. OLE color: 10614345.

HSL color Cylindrical-coordinate representation of color #49F6A1: hue angle of 150.52º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F6A1 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB73246161-
CMYK0.7000.350.04
HSL150.52º90.58%62.55%-
HSV(B)150.52º70.33%96.47%-
XYZ42.1469.944.99-
YUV184.58114.6948.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.21%
GREEN value IS 246 (96.48% from 255) = 51.25%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=15.21%
G=51.25%
B=33.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732461610.7000.350.04150.5290.5862.55
Hex49F6A1460234975b3f
Octal111366241106043422713377
Binary1001001111101101010000110001100100011100100101111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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