#4ACA76

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

Shades of Emerald #4ACA76

Tints of Emerald #4ACA76

Color information

#4ACA76 (or 0x4ACA76) is unknown color: approx Emerald. HEX triplet: 4A, CA and 76. RGB value is (74,202,118). Sum of RGB (Red+Green+Blue) = 74+202+118=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACA76 is #B53589. Grayscale: #9A9A9A. Windows color (decimal): -11875722 or 7785034. OLE color: 7785034.

HSL color Cylindrical-coordinate representation of color #4ACA76: hue angle of 140.62º degrees, saturation: 0.55, 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 #4ACA76 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB74202118-
CMYK0.6300.420.21
HSL140.62º54.7%54.12%-
HSV(B)140.62º63.37%79.22%-
XYZ27.214524.39-
YUV154.15107.5970.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.78%
GREEN value IS 202 (79.30% from 255) = 51.27%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=18.78%
G=51.27%
B=29.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021180.6300.420.21140.6254.754.12
Hex4ACA763F02A158d3736
Octal11231216677052252156766
Binary100101011001010111011011111101010101010110001101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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