Html Css Color HEX #3AD66A Emerald

📋 copy color: '#3AD66A'

red 58 ◦ green 214 ◦ blue 106

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

Shades of Emerald #3AD66A

Tints of Emerald #3AD66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.61%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 15.34%
G = 56.61%
B = 28.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#3AD66A (or 0x3AD66A) is known color: Emerald. HEX triplet: 3A, D6 and 6A. RGB value is (58,214,106). Sum of RGB (Red+Green+Blue) = 58+214+106=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD66A is #C52995. Grayscale: #9B9B9B. Windows color (decimal): -12921238 or 7001658. OLE color: 7001658.

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

Color convert

RGB 58 214 106 -
CMYK 0.73 0 0.50 0.16
HSL 138.46º 0.66% 0.53% -
HSV(B) 138.46º 0.73% 0.84% -
XYZ 28.39 50.03 21.8 -
YUV 155.04 100.32 58.78 -
System Red Green Blue C M Y K H S L
Decimal 58 214 106 0.73 0 0.50 0.16 138.46 0.66 0.53
Hex 3A D6 6A 49 0 32 10 8A 42 35
Octal 72 326 152 111 0 62 20 212 102 65
Binary 111010 11010110 1101010 1001001 0 110010 10000 10001010 1000010 110101

Color Harmonies of #3AD66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD66A

Black with #3AD66A

Text Example


Text Example

White with #3AD66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,214,106); }

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

background-color css

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

 a { background-color: rgb(58,214,106); }

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

border-color css

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

 span { border-color: rgb(58,214,106); }

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