#4ACA74

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

Shades of Emerald #4ACA74

Tints of Emerald #4ACA74

Color information

#4ACA74 (or 0x4ACA74) is unknown color: approx Emerald. HEX triplet: 4A, CA and 74. RGB value is (74,202,116). Sum of RGB (Red+Green+Blue) = 74+202+116=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACA74 is #B5358B. Grayscale: #9A9A9A. Windows color (decimal): -11875724 or 7653962. OLE color: 7653962.

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

Color convert

RGB74202116-
CMYK0.6300.430.21
HSL139.69º54.7%54.12%-
HSV(B)139.69º63.37%79.22%-
XYZ27.144.9623.77-
YUV153.92106.5970.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 202 (79.30% from 255) = 51.53%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=18.88%
G=51.53%
B=29.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021160.6300.430.21139.6954.754.12
Hex4ACA743F02B158c3736
Octal11231216477053252146766
Binary100101011001010111010011111101010111010110001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,202,116); }

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

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

 a { background-color: rgb(74,202,116); }

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

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

 span { border-color: rgb(74,202,116); }

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