Html Css Color HEX #3ADC6D Emerald

📋 copy color: '#3ADC6D'

red 58 ◦ green 220 ◦ blue 109

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

Shades of Emerald #3ADC6D

Tints of Emerald #3ADC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.85%

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 14.99%
G = 56.85%
B = 28.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#3ADC6D (or 0x3ADC6D) is known color: Emerald. HEX triplet: 3A, DC and 6D. RGB value is (58,220,109). Sum of RGB (Red+Green+Blue) = 58+220+109=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADC6D is #C52392. Grayscale: #9F9F9F. Windows color (decimal): -12919699 or 7199802. OLE color: 7199802.

HSL color Cylindrical-coordinate representation of color #3ADC6D: hue angle of 138.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADC6D is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 109 -
CMYK 0.74 0 0.50 0.14
HSL 138.89º 0.7% 0.55% -
HSV(B) 138.89º 0.74% 0.86% -
XYZ 30.1 53.19 23.15 -
YUV 158.91 99.83 56.03 -
System Red Green Blue C M Y K H S L
Decimal 58 220 109 0.74 0 0.50 0.14 138.89 0.7 0.55
Hex 3A DC 6D 4A 0 32 E 8B 46 37
Octal 72 334 155 112 0 62 16 213 106 67
Binary 111010 11011100 1101101 1001010 0 110010 1110 10001011 1000110 110111

Color Harmonies of #3ADC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC6D

Black with #3ADC6D

Text Example


Text Example

White with #3ADC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,109); }

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

background-color css

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

 a { background-color: rgb(58,220,109); }

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

border-color css

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

 span { border-color: rgb(58,220,109); }

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