#3ADA7D

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

Shades of Emerald #3ADA7D

Tints of Emerald #3ADA7D

Color information

#3ADA7D (or 0x3ADA7D) is unknown color: approx Emerald. HEX triplet: 3A, DA and 7D. RGB value is (58,218,125). Sum of RGB (Red+Green+Blue) = 58+218+125=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADA7D is #C52582. Grayscale: #9F9F9F. Windows color (decimal): -12920195 or 8247866. OLE color: 8247866.

HSL color Cylindrical-coordinate representation of color #3ADA7D: hue angle of 145.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADA7D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB58218125-
CMYK0.7300.430.15
HSL145.12º68.38%54.12%-
HSV(B)145.12º73.39%85.49%-
XYZ30.5252.5227.93-
YUV159.56108.4955.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.46%
GREEN value IS 218 (85.55% from 255) = 54.36%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=14.46%
G=54.36%
B=31.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582181250.7300.430.15145.1268.3854.12
Hex3ADA7D4902BF914436
Octal723321751110531722110466
Binary111010110110101111101100100101010111111100100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,218,125); }

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

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

 a { background-color: rgb(58,218,125); }

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

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

 span { border-color: rgb(58,218,125); }

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