Html Css Color HEX #3ADC6E Emerald

📋 copy color: '#3ADC6E'

red 58 ◦ green 220 ◦ blue 110

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

Shades of Emerald #3ADC6E

Tints of Emerald #3ADC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 14.95%
G = 56.7%
B = 28.35%

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

#3ADC6E (or 0x3ADC6E) is known color: Emerald. HEX triplet: 3A, DC and 6E. RGB value is (58,220,110). Sum of RGB (Red+Green+Blue) = 58+220+110=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADC6E is #C52391. Grayscale: #9F9F9F. Windows color (decimal): -12919698 or 7265338. OLE color: 7265338.

HSL color Cylindrical-coordinate representation of color #3ADC6E: hue angle of 139.26º 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 #3ADC6E is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 110 -
CMYK 0.74 0 0.50 0.14
HSL 139.26º 0.7% 0.55% -
HSV(B) 139.26º 0.74% 0.86% -
XYZ 30.15 53.21 23.43 -
YUV 159.02 100.33 55.94 -
System Red Green Blue C M Y K H S L
Decimal 58 220 110 0.74 0 0.50 0.14 139.26 0.7 0.55
Hex 3A DC 6E 4A 0 32 E 8B 46 37
Octal 72 334 156 112 0 62 16 213 106 67
Binary 111010 11011100 1101110 1001010 0 110010 1110 10001011 1000110 110111

Color Harmonies of #3ADC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC6E

Black with #3ADC6E

Text Example


Text Example

White with #3ADC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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