#49FA9D

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

Shades of Shamrock #49FA9D

Tints of Shamrock #49FA9D

Color information

#49FA9D (or 0x49FA9D) is unknown color: approx Shamrock. HEX triplet: 49, FA and 9D. RGB value is (73,250,157). Sum of RGB (Red+Green+Blue) = 73+250+157=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FA9D is #B60562. Grayscale: #BABABA. Windows color (decimal): -11928931 or 10353225. OLE color: 10353225.

HSL color Cylindrical-coordinate representation of color #49FA9D: hue angle of 148.47º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FA9D is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB73250157-
CMYK0.7100.370.02
HSL148.47º94.65%63.33%-
HSV(B)148.47º70.8%98.04%-
XYZ43.0272.2243.57-
YUV186.48111.3647.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.21%
GREEN value IS 250 (98.05% from 255) = 52.08%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=15.21%
G=52.08%
B=32.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732501570.7100.370.02148.4794.6563.33
Hex49FA9D470252945f3f
Octal111372235107045222413777
Binary100100111111010100111011000111010010110100101001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,250,157); }

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

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

 a { background-color: rgb(73,250,157); }

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

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

 span { border-color: rgb(73,250,157); }

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