Html Css Color HEX #3AD966 Emerald

📋 copy color: '#3AD966'

red 58 ◦ green 217 ◦ blue 102

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

Shades of Emerald #3AD966

Tints of Emerald #3AD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.56%

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 15.38%
G = 57.56%
B = 27.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#3AD966 (or 0x3AD966) is known color: Emerald. HEX triplet: 3A, D9 and 66. RGB value is (58,217,102). Sum of RGB (Red+Green+Blue) = 58+217+102=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD966 is #C52699. Grayscale: #9C9C9C. Windows color (decimal): -12920474 or 6740282. OLE color: 6740282.

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

Color convert

RGB 58 217 102 -
CMYK 0.73 0 0.53 0.15
HSL 136.6º 0.68% 0.54% -
HSV(B) 136.6º 0.73% 0.85% -
XYZ 28.96 51.48 20.98 -
YUV 156.35 97.32 57.85 -
System Red Green Blue C M Y K H S L
Decimal 58 217 102 0.73 0 0.53 0.15 136.6 0.68 0.54
Hex 3A D9 66 49 0 35 F 89 44 36
Octal 72 331 146 111 0 65 17 211 104 66
Binary 111010 11011001 1100110 1001001 0 110101 1111 10001001 1000100 110110

Color Harmonies of #3AD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD966

Black with #3AD966

Text Example


Text Example

White with #3AD966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,217,102); }

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

background-color css

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

 a { background-color: rgb(58,217,102); }

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

border-color css

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

 span { border-color: rgb(58,217,102); }

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