Html Css Color HEX #49E2A8 Shamrock

📋 copy color: '#49E2A8'

red 73 ◦ green 226 ◦ blue 168

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

Shades of Shamrock #49E2A8

Tints of Shamrock #49E2A8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 15.63%
G = 48.39%
B = 35.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#49E2A8 (or 0x49E2A8) is known color: Shamrock. HEX triplet: 49, E2 and A8. RGB value is (73,226,168). Sum of RGB (Red+Green+Blue) = 73+226+168=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #49E2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E2A8 is #B61D57. Grayscale: #ADADAD. Windows color (decimal): -11935064 or 11067977. OLE color: 11067977.

HSL color Cylindrical-coordinate representation of color #49E2A8: hue angle of 157.25º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E2A8 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 226 168 -
CMYK 0.68 0 0.26 0.11
HSL 157.25º 0.73% 0.59% -
HSV(B) 157.25º 0.68% 0.89% -
XYZ 37.01 58.64 46.41 -
YUV 173.64 124.81 56.22 -
System Red Green Blue C M Y K H S L
Decimal 73 226 168 0.68 0 0.26 0.11 157.25 0.73 0.59
Hex 49 E2 A8 44 0 1A B 9D 49 3B
Octal 111 342 250 104 0 32 13 235 111 73
Binary 1001001 11100010 10101000 1000100 0 11010 1011 10011101 1001001 111011

Color Harmonies of #49E2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E2A8

Black with #49E2A8

Text Example


Text Example

White with #49E2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,226,168); }

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

background-color css

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

 a { background-color: rgb(73,226,168); }

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

border-color css

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

 span { border-color: rgb(73,226,168); }

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