#4AED7A

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

Shades of Emerald #4AED7A

Tints of Emerald #4AED7A

Color information

#4AED7A (or 0x4AED7A) is unknown color: approx Emerald. HEX triplet: 4A, ED and 7A. RGB value is (74,237,122). Sum of RGB (Red+Green+Blue) = 74+237+122=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AED7A is #B51285. Grayscale: #AFAFAF. Windows color (decimal): -11866758 or 8056138. OLE color: 8056138.

HSL color Cylindrical-coordinate representation of color #4AED7A: hue angle of 137.67º degrees, saturation: 0.82, 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 #4AED7A is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB74237122-
CMYK0.6900.490.07
HSL137.67º81.91%60.98%-
HSV(B)137.67º68.78%92.94%-
XYZ36.6263.4328.73-
YUV175.159855.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.09%
GREEN value IS 237 (92.97% from 255) = 54.73%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=17.09%
G=54.73%
B=28.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742371220.6900.490.07137.6781.9160.98
Hex4AED7A4503178a523d
Octal112355172105061721212275
Binary100101011101101111101010001010110001111100010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AED7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AED7A; }

 p { color: rgb(74,237,122); }

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

<style>
 a { background-color: #4AED7A; }

 a { background-color: rgb(74,237,122); }

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

<style>
 span { border-color: #4AED7A; }

 span { border-color: rgb(74,237,122); }

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