#4AC68B

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

Shades of Emerald #4AC68B

Tints of Emerald #4AC68B

Color information

#4AC68B (or 0x4AC68B) is unknown color: approx Emerald. HEX triplet: 4A, C6 and 8B. RGB value is (74,198,139). Sum of RGB (Red+Green+Blue) = 74+198+139=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC68B is #B53974. Grayscale: #9A9A9A. Windows color (decimal): -11876725 or 9160266. OLE color: 9160266.

HSL color Cylindrical-coordinate representation of color #4AC68B: hue angle of 151.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC68B is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB74198139-
CMYK0.6300.300.22
HSL151.45º52.1%53.33%-
HSV(B)151.45º62.63%77.65%-
XYZ27.6843.7131.4-
YUV154.2119.4270.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.00%
GREEN value IS 198 (77.73% from 255) = 48.18%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=18.00%
G=48.18%
B=33.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal741981390.6300.300.22151.4552.153.33
Hex4AC68B3F01E16973435
Octal11230621377036262276465
Binary100101011000110100010111111110111101011010010111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,198,139); }

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

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

 a { background-color: rgb(74,198,139); }

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

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

 span { border-color: rgb(74,198,139); }

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