Html Css Color HEX #3AD570 Emerald

📋 copy color: '#3AD570'

red 58 ◦ green 213 ◦ blue 112

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

Shades of Emerald #3AD570

Tints of Emerald #3AD570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.61%

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

R = 15.14%
G = 55.61%
B = 29.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#3AD570 (or 0x3AD570) is known color: Emerald. HEX triplet: 3A, D5 and 70. RGB value is (58,213,112). Sum of RGB (Red+Green+Blue) = 58+213+112=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD570 is #C52A8F. Grayscale: #9B9B9B. Windows color (decimal): -12921488 or 7394618. OLE color: 7394618.

HSL color Cylindrical-coordinate representation of color #3AD570: hue angle of 140.9º degrees, saturation: 0.65, 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 #3AD570 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 112 -
CMYK 0.73 0 0.47 0.16
HSL 140.9º 0.65% 0.53% -
HSV(B) 140.9º 0.73% 0.84% -
XYZ 28.46 49.66 23.41 -
YUV 155.14 103.65 58.71 -
System Red Green Blue C M Y K H S L
Decimal 58 213 112 0.73 0 0.47 0.16 140.9 0.65 0.53
Hex 3A D5 70 49 0 2F 10 8D 41 35
Octal 72 325 160 111 0 57 20 215 101 65
Binary 111010 11010101 1110000 1001001 0 101111 10000 10001101 1000001 110101

Color Harmonies of #3AD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD570

Black with #3AD570

Text Example


Text Example

White with #3AD570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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