#4ACA78

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

Shades of Emerald #4ACA78

Tints of Emerald #4ACA78

Color information

#4ACA78 (or 0x4ACA78) is unknown color: approx Emerald. HEX triplet: 4A, CA and 78. RGB value is (74,202,120). Sum of RGB (Red+Green+Blue) = 74+202+120=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACA78 is #B53587. Grayscale: #9A9A9A. Windows color (decimal): -11875720 or 7916106. OLE color: 7916106.

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

Color convert

RGB74202120-
CMYK0.6300.410.21
HSL141.56º54.7%54.12%-
HSV(B)141.56º63.37%79.22%-
XYZ27.3345.0525.02-
YUV154.38108.5970.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.69%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=18.69%
G=51.01%
B=30.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021200.6300.410.21141.5654.754.12
Hex4ACA783F029158e3736
Octal11231217077051252166766
Binary100101011001010111100011111101010011010110001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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