#4AC270

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

Shades of Emerald #4AC270

Tints of Emerald #4AC270

Color information

#4AC270 (or 0x4AC270) is unknown color: approx Emerald. HEX triplet: 4A, C2 and 70. RGB value is (74,194,112). Sum of RGB (Red+Green+Blue) = 74+194+112=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC270 is #B53D8F. Grayscale: #949494. Windows color (decimal): -11877776 or 7389770. OLE color: 7389770.

HSL color Cylindrical-coordinate representation of color #4AC270: hue angle of 139º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC270 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB74194112-
CMYK0.6200.420.24
HSL139º49.59%52.55%-
HSV(B)139º61.86%76.08%-
XYZ25.0441.2121.96-
YUV148.77107.2474.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.47%
GREEN value IS 194 (76.17% from 255) = 51.05%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=19.47%
G=51.05%
B=29.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal741941120.6200.420.2413949.5952.55
Hex4AC2703E02A188b3235
Octal11230216076052302136265
Binary100101011000010111000011111001010101100010001011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,194,112); }

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

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

 a { background-color: rgb(74,194,112); }

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

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

 span { border-color: rgb(74,194,112); }

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