#3AC981

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

Shades of Emerald #3AC981

Tints of Emerald #3AC981

Color information

#3AC981 (or 0x3AC981) is unknown color: approx Emerald. HEX triplet: 3A, C9 and 81. RGB value is (58,201,129). Sum of RGB (Red+Green+Blue) = 58+201+129=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC981 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC981 is #C5367E. Grayscale: #969696. Windows color (decimal): -12924543 or 8505658. OLE color: 8505658.

HSL color Cylindrical-coordinate representation of color #3AC981: hue angle of 149.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC981 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB58201129-
CMYK0.7100.360.21
HSL149.79º56.97%50.78%-
HSV(B)149.79º71.14%78.82%-
XYZ26.5944.2627.91-
YUV150.04116.1262.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.95%
GREEN value IS 201 (78.91% from 255) = 51.80%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=14.95%
G=51.80%
B=33.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582011290.7100.360.21149.7956.9750.78
Hex3AC9814702415963933
Octal72311201107044252267163
Binary1110101100100110000001100011101001001010110010110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,201,129); }

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

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

 a { background-color: rgb(58,201,129); }

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

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

 span { border-color: rgb(58,201,129); }

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