#4AE264

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

Shades of Emerald #4AE264

Tints of Emerald #4AE264

Color information

#4AE264 (or 0x4AE264) is unknown color: approx Emerald. HEX triplet: 4A, E2 and 64. RGB value is (74,226,100). Sum of RGB (Red+Green+Blue) = 74+226+100=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 226 (88.67% from 255 or 56.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE264 is #B51D9B. Grayscale: #A6A6A6. Windows color (decimal): -11869596 or 6611530. OLE color: 6611530.

HSL color Cylindrical-coordinate representation of color #4AE264: hue angle of 130.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE264 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB74226100-
CMYK0.6700.560.11
HSL130.26º72.38%58.82%-
HSV(B)130.26º67.26%88.63%-
XYZ32.3256.7721.31-
YUV166.1990.6462.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.5%
GREEN value IS 226 (88.67% from 255) = 56.5%
BLUE value IS 100 (39.45% from 255) = 25%
R=18.5%
G=56.5%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal742261000.6700.560.11130.2672.3858.82
Hex4AE26443038B82483b
Octal1123421441030701320211073
Binary1001010111000101100100100001101110001011100000101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,226,100); }

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

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

 a { background-color: rgb(74,226,100); }

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

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

 span { border-color: rgb(74,226,100); }

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