#49E98A

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

Shades of Emerald #49E98A

Tints of Emerald #49E98A

Color information

#49E98A (or 0x49E98A) is unknown color: approx Emerald. HEX triplet: 49, E9 and 8A. RGB value is (73,233,138). Sum of RGB (Red+Green+Blue) = 73+233+138=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #49E98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E98A is #B61675. Grayscale: #AEAEAE. Windows color (decimal): -11933302 or 9103689. OLE color: 9103689.

HSL color Cylindrical-coordinate representation of color #49E98A: hue angle of 144.38º 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 #49E98A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB73233138-
CMYK0.6900.410.09
HSL144.38º78.43%60%-
HSV(B)144.38º68.67%91.37%-
XYZ36.4761.5334-
YUV174.33107.4955.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.44%
GREEN value IS 233 (91.41% from 255) = 52.48%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=16.44%
G=52.48%
B=31.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732331380.6900.410.09144.3878.4360
Hex49E98A450299904e3c
Octal1113512121050511122011674
Binary10010011110100110001010100010101010011001100100001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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