Html Css Color HEX #4AEC7A Emerald

📋 copy color: '#4AEC7A'

red 74 ◦ green 236 ◦ blue 122

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

Shades of Emerald #4AEC7A

Tints of Emerald #4AEC7A

RGB

 RED value IS 74 (29.3% from 255) = 17.13%

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

 BLUE value IS 122 (48.05% from 255) = 28.24%

R = 17.13%
G = 54.63%
B = 28.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#4AEC7A (or 0x4AEC7A) is known color: Emerald. HEX triplet: 4A, EC and 7A. RGB value is (74,236,122). Sum of RGB (Red+Green+Blue) = 74+236+122=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEC7A is #B51385. Grayscale: #AEAEAE. Windows color (decimal): -11867014 or 8055882. OLE color: 8055882.

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

Color convert

RGB 74 236 122 -
CMYK 0.69 0 0.48 0.07
HSL 137.78º 0.81% 0.61% -
HSV(B) 137.78º 0.69% 0.93% -
XYZ 36.33 62.85 28.63 -
YUV 174.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 74 236 122 0.69 0 0.48 0.07 137.78 0.81 0.61
Hex 4A EC 7A 45 0 30 7 8A 51 3D
Octal 112 354 172 105 0 60 7 212 121 75
Binary 1001010 11101100 1111010 1000101 0 110000 111 10001010 1010001 111101

Color Harmonies of #4AEC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC7A

Black with #4AEC7A

Text Example


Text Example

White with #4AEC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AEC7A;
 }
 .AnyTagClassName
 {
   color: #4AEC7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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