Html Css Color HEX #3AD560 Emerald

📋 copy color: '#3AD560'

red 58 ◦ green 213 ◦ blue 96

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

Shades of Emerald #3AD560

Tints of Emerald #3AD560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.04%

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

R = 15.8%
G = 58.04%
B = 26.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#3AD560 (or 0x3AD560) is known color: Emerald. HEX triplet: 3A, D5 and 60. RGB value is (58,213,96). Sum of RGB (Red+Green+Blue) = 58+213+96=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD560 is #C52A9F. Grayscale: #999999. Windows color (decimal): -12921504 or 6346042. OLE color: 6346042.

HSL color Cylindrical-coordinate representation of color #3AD560: hue angle of 134.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD560 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 96 -
CMYK 0.73 0 0.55 0.16
HSL 134.71º 0.65% 0.53% -
HSV(B) 134.71º 0.73% 0.84% -
XYZ 27.65 49.33 19.13 -
YUV 153.32 95.65 60.01 -
System Red Green Blue C M Y K H S L
Decimal 58 213 96 0.73 0 0.55 0.16 134.71 0.65 0.53
Hex 3A D5 60 49 0 37 10 87 41 35
Octal 72 325 140 111 0 67 20 207 101 65
Binary 111010 11010101 1100000 1001001 0 110111 10000 10000111 1000001 110101

Color Harmonies of #3AD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD560

Black with #3AD560

Text Example


Text Example

White with #3AD560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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