#4ABA7D

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

Shades of Emerald #4ABA7D

Tints of Emerald #4ABA7D

Color information

#4ABA7D (or 0x4ABA7D) is unknown color: approx Emerald. HEX triplet: 4A, BA and 7D. RGB value is (74,186,125). Sum of RGB (Red+Green+Blue) = 74+186+125=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABA7D is #B54582. Grayscale: #919191. Windows color (decimal): -11879811 or 8239690. OLE color: 8239690.

HSL color Cylindrical-coordinate representation of color #4ABA7D: hue angle of 147.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABA7D is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB74186125-
CMYK0.6000.330.27
HSL147.32º44.8%50.98%-
HSV(B)147.32º60.22%72.94%-
XYZ24.0838.0525.48-
YUV145.56116.3976.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=19.22%
G=48.31%
B=32.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741861250.6000.330.27147.3244.850.98
Hex4ABA7D3C0211B932d33
Octal11227217574041332235563
Binary100101010111010111110111110001000011101110010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,186,125); }

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

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

 a { background-color: rgb(74,186,125); }

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

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

 span { border-color: rgb(74,186,125); }

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