#4ABD7C

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

Shades of Emerald #4ABD7C

Tints of Emerald #4ABD7C

Color information

#4ABD7C (or 0x4ABD7C) is unknown color: approx Emerald. HEX triplet: 4A, BD and 7C. RGB value is (74,189,124). Sum of RGB (Red+Green+Blue) = 74+189+124=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD7C is #B54283. Grayscale: #939393. Windows color (decimal): -11879044 or 8174922. OLE color: 8174922.

HSL color Cylindrical-coordinate representation of color #4ABD7C: hue angle of 146.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD7C is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB74189124-
CMYK0.6100.340.26
HSL146.09º46.56%51.57%-
HSV(B)146.09º60.85%74.12%-
XYZ24.6639.3125.36-
YUV147.2114.975.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.12%
GREEN value IS 189 (74.22% from 255) = 48.84%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=19.12%
G=48.84%
B=32.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741891240.6100.340.26146.0946.5651.57
Hex4ABD7C3D0221A922f34
Octal11227517475042322225764
Binary100101010111101111110011110101000101101010010010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,189,124); }

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

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

 a { background-color: rgb(74,189,124); }

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

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

 span { border-color: rgb(74,189,124); }

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