#4AC78A

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

Shades of Emerald #4AC78A

Tints of Emerald #4AC78A

Color information

#4AC78A (or 0x4AC78A) is unknown color: approx Emerald. HEX triplet: 4A, C7 and 8A. RGB value is (74,199,138). Sum of RGB (Red+Green+Blue) = 74+199+138=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC78A is #B53875. Grayscale: #9A9A9A. Windows color (decimal): -11876470 or 9094986. OLE color: 9094986.

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

Color convert

RGB74199138-
CMYK0.6300.310.22
HSL150.72º52.74%53.53%-
HSV(B)150.72º62.81%78.04%-
XYZ27.8344.1431.1-
YUV154.67118.5970.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.00%
GREEN value IS 199 (78.12% from 255) = 48.42%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=18.00%
G=48.42%
B=33.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal741991380.6300.310.22150.7252.7453.53
Hex4AC78A3F01F16973536
Octal11230721277037262276566
Binary100101011000111100010101111110111111011010010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,199,138); }

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

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

 a { background-color: rgb(74,199,138); }

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

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

 span { border-color: rgb(74,199,138); }

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