Html Css Color HEX #3AD960 Emerald

📋 copy color: '#3AD960'

red 58 ◦ green 217 ◦ blue 96

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

Shades of Emerald #3AD960

Tints of Emerald #3AD960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 15.63%
G = 58.49%
B = 25.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#3AD960 (or 0x3AD960) is known color: Emerald. HEX triplet: 3A, D9 and 60. RGB value is (58,217,96). Sum of RGB (Red+Green+Blue) = 58+217+96=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD960 is #C5269F. Grayscale: #9B9B9B. Windows color (decimal): -12920480 or 6347066. OLE color: 6347066.

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

Color convert

RGB 58 217 96 -
CMYK 0.73 0 0.56 0.15
HSL 134.34º 0.68% 0.54% -
HSV(B) 134.34º 0.73% 0.85% -
XYZ 28.67 51.37 19.47 -
YUV 155.67 94.32 58.34 -
System Red Green Blue C M Y K H S L
Decimal 58 217 96 0.73 0 0.56 0.15 134.34 0.68 0.54
Hex 3A D9 60 49 0 38 F 86 44 36
Octal 72 331 140 111 0 70 17 206 104 66
Binary 111010 11011001 1100000 1001001 0 111000 1111 10000110 1000100 110110

Color Harmonies of #3AD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD960

Black with #3AD960

Text Example


Text Example

White with #3AD960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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