#4AEB7E

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

Shades of Emerald #4AEB7E

Tints of Emerald #4AEB7E

Color information

#4AEB7E (or 0x4AEB7E) is unknown color: approx Emerald. HEX triplet: 4A, EB and 7E. RGB value is (74,235,126). Sum of RGB (Red+Green+Blue) = 74+235+126=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEB7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEB7E is #B51481. Grayscale: #AEAEAE. Windows color (decimal): -11867266 or 8317770. OLE color: 8317770.

HSL color Cylindrical-coordinate representation of color #4AEB7E: hue angle of 139.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEB7E is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB74235126-
CMYK0.6900.460.08
HSL139.38º80.1%60.59%-
HSV(B)139.38º68.51%92.16%-
XYZ36.362.3829.87-
YUV174.44100.6656.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.01%
GREEN value IS 235 (92.19% from 255) = 54.02%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=17.01%
G=54.02%
B=28.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742351260.6900.460.08139.3880.160.59
Hex4AEB7E4502E88b503d
Octal1123531761050561021312075
Binary1001010111010111111110100010101011101000100010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,235,126); }

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

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

 a { background-color: rgb(74,235,126); }

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

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

 span { border-color: rgb(74,235,126); }

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