#49F5A2

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

Shades of Shamrock #49F5A2

Tints of Shamrock #49F5A2

Color information

#49F5A2 (or 0x49F5A2) is unknown color: approx Shamrock. HEX triplet: 49, F5 and A2. RGB value is (73,245,162). Sum of RGB (Red+Green+Blue) = 73+245+162=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F5A2 is #B60A5D. Grayscale: #B8B8B8. Windows color (decimal): -11930206 or 10679625. OLE color: 10679625.

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

Color convert

RGB73245162-
CMYK0.7000.340.04
HSL151.05º89.58%62.35%-
HSV(B)151.05º70.2%96.08%-
XYZ41.9269.3345.35-
YUV184.11115.5248.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.21%
GREEN value IS 245 (96.09% from 255) = 51.04%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=15.21%
G=51.04%
B=33.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732451620.7000.340.04151.0589.5862.35
Hex49F5A2460224975a3e
Octal111365242106042422713276
Binary1001001111101011010001010001100100010100100101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,245,162); }

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

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

 a { background-color: rgb(73,245,162); }

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

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

 span { border-color: rgb(73,245,162); }

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