#4AE06D

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

Shades of Emerald #4AE06D

Tints of Emerald #4AE06D

Color information

#4AE06D (or 0x4AE06D) is unknown color: approx Emerald. HEX triplet: 4A, E0 and 6D. RGB value is (74,224,109). Sum of RGB (Red+Green+Blue) = 74+224+109=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE06D is #B51F92. Grayscale: #A6A6A6. Windows color (decimal): -11870099 or 7200842. OLE color: 7200842.

HSL color Cylindrical-coordinate representation of color #4AE06D: hue angle of 134º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE06D is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB74224109-
CMYK0.6700.510.12
HSL134º70.75%58.43%-
HSV(B)134º66.96%87.84%-
XYZ32.2455.8723.55-
YUV166.0495.862.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.18%
GREEN value IS 224 (87.89% from 255) = 55.04%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=18.18%
G=55.04%
B=26.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal742241090.6700.510.1213470.7558.43
Hex4AE06D43033C86473a
Octal1123401551030631420610772
Binary1001010111000001101101100001101100111100100001101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,224,109); }

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

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

 a { background-color: rgb(74,224,109); }

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

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

 span { border-color: rgb(74,224,109); }

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