#4AC876

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

Shades of Emerald #4AC876

Tints of Emerald #4AC876

Color information

#4AC876 (or 0x4AC876) is unknown color: approx Emerald. HEX triplet: 4A, C8 and 76. RGB value is (74,200,118). Sum of RGB (Red+Green+Blue) = 74+200+118=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC876 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC876 is #B53789. Grayscale: #999999. Windows color (decimal): -11876234 or 7784522. OLE color: 7784522.

HSL color Cylindrical-coordinate representation of color #4AC876: hue angle of 140.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC876 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB74200118-
CMYK0.6300.410.22
HSL140.95º53.39%53.73%-
HSV(B)140.95º63%78.43%-
XYZ26.7544.0724.24-
YUV152.98108.2671.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 200 (78.52% from 255) = 51.02%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=18.88%
G=51.02%
B=30.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal742001180.6300.410.22140.9553.3953.73
Hex4AC8763F029168d3536
Octal11231016677051262156566
Binary100101011001000111011011111101010011011010001101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,200,118); }

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

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

 a { background-color: rgb(74,200,118); }

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

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

 span { border-color: rgb(74,200,118); }

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