Html Css Color HEX #49D5A0 Shamrock

📋 copy color: '#49D5A0'

red 73 ◦ green 213 ◦ blue 160

#49D5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #49D5A0

Tints of Shamrock #49D5A0

RGB

 RED value IS 73 (28.91% from 255) = 16.37%

 GREEN value IS 213 (83.59% from 255) = 47.76%

 BLUE value IS 160 (62.89% from 255) = 35.87%

R = 16.37%
G = 47.76%
B = 35.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#49D5A0 (or 0x49D5A0) is known color: Shamrock. HEX triplet: 49, D5 and A0. RGB value is (73,213,160). Sum of RGB (Red+Green+Blue) = 73+213+160=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D5A0 is #B62A5F. Grayscale: #A5A5A5. Windows color (decimal): -11938400 or 10540361. OLE color: 10540361.

HSL color Cylindrical-coordinate representation of color #49D5A0: hue angle of 157.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D5A0 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 160 -
CMYK 0.66 0 0.25 0.16
HSL 157.29º 0.63% 0.56% -
HSV(B) 157.29º 0.66% 0.84% -
XYZ 32.89 51.54 41.47 -
YUV 165.1 125.12 62.31 -
System Red Green Blue C M Y K H S L
Decimal 73 213 160 0.66 0 0.25 0.16 157.29 0.63 0.56
Hex 49 D5 A0 42 0 19 10 9D 3E 38
Octal 111 325 240 102 0 31 20 235 76 70
Binary 1001001 11010101 10100000 1000010 0 11001 10000 10011101 111110 111000

Color Harmonies of #49D5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D5A0

Black with #49D5A0

Text Example


Text Example

White with #49D5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,213,160); }

 H1.HeaderClassName
 {
   color: #49D5A0;
 }
 .AnyTagClassName
 {
   color: #49D5A0;
 }
</style>

background-color css

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

 a { background-color: rgb(73,213,160); }

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

border-color css

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

 span { border-color: rgb(73,213,160); }

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