Html Css Color HEX #3AD770 Emerald

📋 copy color: '#3AD770'

red 58 ◦ green 215 ◦ blue 112

#3AD770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3AD770

Tints of Emerald #3AD770

RGB

 RED value IS 58 (23.05% from 255) = 15.06%

 GREEN value IS 215 (84.38% from 255) = 55.84%

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 15.06%
G = 55.84%
B = 29.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#3AD770 (or 0x3AD770) is known color: Emerald. HEX triplet: 3A, D7 and 70. RGB value is (58,215,112). Sum of RGB (Red+Green+Blue) = 58+215+112=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD770 is #C5288F. Grayscale: #9C9C9C. Windows color (decimal): -12920976 or 7395130. OLE color: 7395130.

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

Color convert

RGB 58 215 112 -
CMYK 0.73 0 0.48 0.16
HSL 140.64º 0.66% 0.54% -
HSV(B) 140.64º 0.73% 0.84% -
XYZ 28.97 50.67 23.58 -
YUV 156.32 102.99 57.88 -
System Red Green Blue C M Y K H S L
Decimal 58 215 112 0.73 0 0.48 0.16 140.64 0.66 0.54
Hex 3A D7 70 49 0 30 10 8D 42 36
Octal 72 327 160 111 0 60 20 215 102 66
Binary 111010 11010111 1110000 1001001 0 110000 10000 10001101 1000010 110110

Color Harmonies of #3AD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD770

Black with #3AD770

Text Example


Text Example

White with #3AD770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,215,112); }

 H1.HeaderClassName
 {
   color: #3AD770;
 }
 .AnyTagClassName
 {
   color: #3AD770;
 }
</style>

background-color css

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

 a { background-color: rgb(58,215,112); }

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

border-color css

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

 span { border-color: rgb(58,215,112); }

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