Html Css Color HEX #49EC8A Emerald

📋 copy color: '#49EC8A'

red 73 ◦ green 236 ◦ blue 138

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

Shades of Emerald #49EC8A

Tints of Emerald #49EC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.8%

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 16.33%
G = 52.8%
B = 30.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#49EC8A (or 0x49EC8A) is known color: Emerald. HEX triplet: 49, EC and 8A. RGB value is (73,236,138). Sum of RGB (Red+Green+Blue) = 73+236+138=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EC8A is #B61375. Grayscale: #B0B0B0. Windows color (decimal): -11932534 or 9104457. OLE color: 9104457.

HSL color Cylindrical-coordinate representation of color #49EC8A: hue angle of 143.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EC8A is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 138 -
CMYK 0.69 0 0.42 0.07
HSL 143.93º 0.81% 0.61% -
HSV(B) 143.93º 0.69% 0.93% -
XYZ 37.33 63.24 34.28 -
YUV 176.09 106.5 54.47 -
System Red Green Blue C M Y K H S L
Decimal 73 236 138 0.69 0 0.42 0.07 143.93 0.81 0.61
Hex 49 EC 8A 45 0 2A 7 90 51 3D
Octal 111 354 212 105 0 52 7 220 121 75
Binary 1001001 11101100 10001010 1000101 0 101010 111 10010000 1010001 111101

Color Harmonies of #49EC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC8A

Black with #49EC8A

Text Example


Text Example

White with #49EC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,236,138); }

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

background-color css

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

 a { background-color: rgb(73,236,138); }

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

border-color css

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

 span { border-color: rgb(73,236,138); }

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