Html Css Color HEX #49E896 Shamrock

📋 copy color: '#49E896'

red 73 ◦ green 232 ◦ blue 150

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

Shades of Shamrock #49E896

Tints of Shamrock #49E896

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.99%

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 16.04%
G = 50.99%
B = 32.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#49E896 (or 0x49E896) is known color: Shamrock. HEX triplet: 49, E8 and 96. RGB value is (73,232,150). Sum of RGB (Red+Green+Blue) = 73+232+150=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #49E896 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E896 is #B61769. Grayscale: #AFAFAF. Windows color (decimal): -11933546 or 9889865. OLE color: 9889865.

HSL color Cylindrical-coordinate representation of color #49E896: hue angle of 149.06º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E896 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 232 150 -
CMYK 0.69 0 0.35 0.09
HSL 149.06º 0.78% 0.6% -
HSV(B) 149.06º 0.69% 0.91% -
XYZ 37.11 61.33 38.74 -
YUV 175.11 113.82 55.17 -
System Red Green Blue C M Y K H S L
Decimal 73 232 150 0.69 0 0.35 0.09 149.06 0.78 0.6
Hex 49 E8 96 45 0 23 9 95 4E 3C
Octal 111 350 226 105 0 43 11 225 116 74
Binary 1001001 11101000 10010110 1000101 0 100011 1001 10010101 1001110 111100

Color Harmonies of #49E896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E896

Black with #49E896

Text Example


Text Example

White with #49E896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,232,150); }

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

background-color css

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

 a { background-color: rgb(73,232,150); }

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

border-color css

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

 span { border-color: rgb(73,232,150); }

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