#3acc7a

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

Shades of Emerald #3ACC7A

Tints of Emerald #3ACC7A

Color information

#3ACC7A (or 0x3ACC7A) is unknown color: approx Emerald. HEX triplet: 3A, CC and 7A. RGB value is (58,204,122). Sum of RGB (Red+Green+Blue) = 58+204+122=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACC7A is #C53385. Grayscale: #979797. Windows color (decimal): -12923782 or 8047674. OLE color: 8047674.

HSL color Cylindrical-coordinate representation of color #3ACC7A: hue angle of 146.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC7A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB58204122-
CMYK0.7200.400.2
HSL146.3º58.87%51.37%-
HSV(B)146.3º71.57%80%-
XYZ26.8545.4925.78-
YUV151111.6361.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.10%
GREEN value IS 204 (80.08% from 255) = 53.12%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=15.10%
G=53.12%
B=31.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal582041220.7200.400.2146.358.8751.37
Hex3ACC7A4802814923b33
Octal72314172110050242227363
Binary111010110011001111010100100001010001010010010010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3acc7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3acc7a; }

 p { color: rgb(58,204,122); }

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

<style>
 a { background-color: #3acc7a; }

 a { background-color: rgb(58,204,122); }

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

<style>
 span { border-color: #3acc7a; }

 span { border-color: rgb(58,204,122); }

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