#4AC96E

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

Shades of Emerald #4AC96E

Tints of Emerald #4AC96E

Color information

#4AC96E (or 0x4AC96E) is unknown color: approx Emerald. HEX triplet: 4A, C9 and 6E. RGB value is (74,201,110). Sum of RGB (Red+Green+Blue) = 74+201+110=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC96E is #B53691. Grayscale: #989898. Windows color (decimal): -11875986 or 7260490. OLE color: 7260490.

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

Color convert

RGB74201110-
CMYK0.6300.450.21
HSL137.01º54.04%53.92%-
HSV(B)137.01º63.18%78.82%-
XYZ26.5344.3521.92-
YUV152.65103.9271.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 201 (78.91% from 255) = 52.21%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=19.22%
G=52.21%
B=28.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742011100.6300.450.21137.0154.0453.92
Hex4AC96E3F02D15893636
Octal11231115677055252116666
Binary100101011001001110111011111101011011010110001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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