#4AEA7C

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

Shades of Emerald #4AEA7C

Tints of Emerald #4AEA7C

Color information

#4AEA7C (or 0x4AEA7C) is unknown color: approx Emerald. HEX triplet: 4A, EA and 7C. RGB value is (74,234,124). Sum of RGB (Red+Green+Blue) = 74+234+124=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEA7C is #B51583. Grayscale: #ADADAD. Windows color (decimal): -11867524 or 8186442. OLE color: 8186442.

HSL color Cylindrical-coordinate representation of color #4AEA7C: hue angle of 138.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEA7C is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB74234124-
CMYK0.6800.470.08
HSL138.75º79.21%60.39%-
HSV(B)138.75º68.38%91.76%-
XYZ35.8861.7629.1-
YUV173.6299.9956.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.13%
GREEN value IS 234 (91.80% from 255) = 54.17%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=17.13%
G=54.17%
B=28.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742341240.6800.470.08138.7579.2160.39
Hex4AEA7C4402F88b4f3c
Octal1123521741040571021311774
Binary1001010111010101111100100010001011111000100010111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,234,124); }

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

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

 a { background-color: rgb(74,234,124); }

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

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

 span { border-color: rgb(74,234,124); }

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