#4AE88B

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

Shades of Emerald #4AE88B

Tints of Emerald #4AE88B

Color information

#4AE88B (or 0x4AE88B) is unknown color: approx Emerald. HEX triplet: 4A, E8 and 8B. RGB value is (74,232,139). Sum of RGB (Red+Green+Blue) = 74+232+139=445 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.63% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE88B is #B51774. Grayscale: #AEAEAE. Windows color (decimal): -11868021 or 9168970. OLE color: 9168970.

HSL color Cylindrical-coordinate representation of color #4AE88B: hue angle of 144.68º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE88B is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB74232139-
CMYK0.6800.400.09
HSL144.68º77.45%60%-
HSV(B)144.68º68.1%90.98%-
XYZ36.3461.0334.29-
YUV174.16108.1556.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.63%
GREEN value IS 232 (91.02% from 255) = 52.13%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=16.63%
G=52.13%
B=31.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal742321390.6800.400.09144.6877.4560
Hex4AE88B440289914d3c
Octal1123502131040501122111574
Binary10010101110100010001011100010001010001001100100011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,232,139); }

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

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

 a { background-color: rgb(74,232,139); }

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

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

 span { border-color: rgb(74,232,139); }

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