#3AD66D

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

Shades of Emerald #3AD66D

Tints of Emerald #3AD66D

Color information

#3AD66D (or 0x3AD66D) is unknown color: approx Emerald. HEX triplet: 3A, D6 and 6D. RGB value is (58,214,109). Sum of RGB (Red+Green+Blue) = 58+214+109=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD66D is #C52992. Grayscale: #9B9B9B. Windows color (decimal): -12921235 or 7198266. OLE color: 7198266.

HSL color Cylindrical-coordinate representation of color #3AD66D: hue angle of 139.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD66D is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB58214109-
CMYK0.7300.490.16
HSL139.62º65.55%53.33%-
HSV(B)139.62º72.9%83.92%-
XYZ28.5550.122.63-
YUV155.39101.8258.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.22%
GREEN value IS 214 (83.98% from 255) = 56.17%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=15.22%
G=56.17%
B=28.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal582141090.7300.490.16139.6265.5553.33
Hex3AD66D49031108c4235
Octal723261551110612021410265
Binary1110101101011011011011001001011000110000100011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,214,109); }

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

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

 a { background-color: rgb(58,214,109); }

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

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

 span { border-color: rgb(58,214,109); }

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