Html Css Color HEX #3AD06D Emerald

📋 copy color: '#3AD06D'

red 58 ◦ green 208 ◦ blue 109

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

Shades of Emerald #3AD06D

Tints of Emerald #3AD06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.47%

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

R = 15.47%
G = 55.47%
B = 29.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#3AD06D (or 0x3AD06D) is known color: Emerald. HEX triplet: 3A, D0 and 6D. RGB value is (58,208,109). Sum of RGB (Red+Green+Blue) = 58+208+109=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD06D is #C52F92. Grayscale: #989898. Windows color (decimal): -12922771 or 7196730. OLE color: 7196730.

HSL color Cylindrical-coordinate representation of color #3AD06D: hue angle of 140.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD06D is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 109 -
CMYK 0.72 0 0.48 0.18
HSL 140.4º 0.61% 0.52% -
HSV(B) 140.4º 0.72% 0.82% -
XYZ 27.06 47.12 22.14 -
YUV 151.86 103.81 61.05 -
System Red Green Blue C M Y K H S L
Decimal 58 208 109 0.72 0 0.48 0.18 140.4 0.61 0.52
Hex 3A D0 6D 48 0 30 12 8C 3D 34
Octal 72 320 155 110 0 60 22 214 75 64
Binary 111010 11010000 1101101 1001000 0 110000 10010 10001100 111101 110100

Color Harmonies of #3AD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD06D

Black with #3AD06D

Text Example


Text Example

White with #3AD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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