#4AC982

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

Shades of Emerald #4AC982

Tints of Emerald #4AC982

Color information

#4AC982 (or 0x4AC982) is unknown color: approx Emerald. HEX triplet: 4A, C9 and 82. RGB value is (74,201,130). Sum of RGB (Red+Green+Blue) = 74+201+130=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC982 is #B5367D. Grayscale: #9B9B9B. Windows color (decimal): -11875966 or 8571210. OLE color: 8571210.

HSL color Cylindrical-coordinate representation of color #4AC982: hue angle of 146.46º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC982 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB74201130-
CMYK0.6300.350.21
HSL146.46º54.04%53.92%-
HSV(B)146.46º63.18%78.82%-
XYZ27.7444.8428.31-
YUV154.93113.9270.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.27%
GREEN value IS 201 (78.91% from 255) = 49.63%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=18.27%
G=49.63%
B=32.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742011300.6300.350.21146.4654.0453.92
Hex4AC9823F02315923636
Octal11231120277043252226666
Binary1001010110010011000001011111101000111010110010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,201,130); }

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

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

 a { background-color: rgb(74,201,130); }

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

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

 span { border-color: rgb(74,201,130); }

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