Html Css Color HEX #3AD982 Emerald

📋 copy color: '#3AD982'

red 58 ◦ green 217 ◦ blue 130

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

Shades of Emerald #3AD982

Tints of Emerald #3AD982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.58%

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 14.32%
G = 53.58%
B = 32.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#3AD982 (or 0x3AD982) is known color: Emerald. HEX triplet: 3A, D9 and 82. RGB value is (58,217,130). Sum of RGB (Red+Green+Blue) = 58+217+130=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD982 is #C5267D. Grayscale: #9F9F9F. Windows color (decimal): -12920446 or 8575290. OLE color: 8575290.

HSL color Cylindrical-coordinate representation of color #3AD982: hue angle of 147.17º 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 #3AD982 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 130 -
CMYK 0.73 0 0.40 0.15
HSL 147.17º 0.68% 0.54% -
HSV(B) 147.17º 0.73% 0.85% -
XYZ 30.59 52.14 29.57 -
YUV 159.54 111.32 55.57 -
System Red Green Blue C M Y K H S L
Decimal 58 217 130 0.73 0 0.40 0.15 147.17 0.68 0.54
Hex 3A D9 82 49 0 28 F 93 44 36
Octal 72 331 202 111 0 50 17 223 104 66
Binary 111010 11011001 10000010 1001001 0 101000 1111 10010011 1000100 110110

Color Harmonies of #3AD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD982

Black with #3AD982

Text Example


Text Example

White with #3AD982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,217,130); }

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

background-color css

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

 a { background-color: rgb(58,217,130); }

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

border-color css

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

 span { border-color: rgb(58,217,130); }

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