Html Css Color HEX #3AD86F Emerald

📋 copy color: '#3AD86F'

red 58 ◦ green 216 ◦ blue 111

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

Shades of Emerald #3AD86F

Tints of Emerald #3AD86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.1%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 15.06%
G = 56.1%
B = 28.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#3AD86F (or 0x3AD86F) is known color: Emerald. HEX triplet: 3A, D8 and 6F. RGB value is (58,216,111). Sum of RGB (Red+Green+Blue) = 58+216+111=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD86F is #C52790. Grayscale: #9D9D9D. Windows color (decimal): -12920721 or 7329850. OLE color: 7329850.

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

Color convert

RGB 58 216 111 -
CMYK 0.73 0 0.49 0.15
HSL 140.13º 0.67% 0.54% -
HSV(B) 140.13º 0.73% 0.85% -
XYZ 29.17 51.16 23.38 -
YUV 156.79 102.15 57.54 -
System Red Green Blue C M Y K H S L
Decimal 58 216 111 0.73 0 0.49 0.15 140.13 0.67 0.54
Hex 3A D8 6F 49 0 31 F 8C 43 36
Octal 72 330 157 111 0 61 17 214 103 66
Binary 111010 11011000 1101111 1001001 0 110001 1111 10001100 1000011 110110

Color Harmonies of #3AD86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD86F

Black with #3AD86F

Text Example


Text Example

White with #3AD86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,111); }

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

background-color css

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

 a { background-color: rgb(58,216,111); }

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

border-color css

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

 span { border-color: rgb(58,216,111); }

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