#49F6A7

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

Shades of Shamrock #49F6A7

Tints of Shamrock #49F6A7

Color information

#49F6A7 (or 0x49F6A7) is unknown color: approx Shamrock. HEX triplet: 49, F6 and A7. RGB value is (73,246,167). Sum of RGB (Red+Green+Blue) = 73+246+167=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F6A7 is #B60958. Grayscale: #B9B9B9. Windows color (decimal): -11929945 or 11007561. OLE color: 11007561.

HSL color Cylindrical-coordinate representation of color #49F6A7: hue angle of 152.6º 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 #49F6A7 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB73246167-
CMYK0.7000.320.04
HSL152.6º90.58%62.55%-
HSV(B)152.6º70.33%96.47%-
XYZ42.6870.1247.84-
YUV185.27117.6947.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.02%
GREEN value IS 246 (96.48% from 255) = 50.62%
BLUE value IS 167 (65.62% from 255) = 34.36%
R=15.02%
G=50.62%
B=34.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732461670.7000.320.04152.690.5862.55
Hex49F6A7460204995b3f
Octal111366247106040423113377
Binary1001001111101101010011110001100100000100100110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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