Html Css Color HEX #3AD59D Shamrock

📋 copy color: '#3AD59D'

red 58 ◦ green 213 ◦ blue 157

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

Shades of Shamrock #3AD59D

Tints of Shamrock #3AD59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 13.55%
G = 49.77%
B = 36.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#3AD59D (or 0x3AD59D) is known color: Shamrock. HEX triplet: 3A, D5 and 9D. RGB value is (58,213,157). Sum of RGB (Red+Green+Blue) = 58+213+157=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD59D is #C52A62. Grayscale: #A0A0A0. Windows color (decimal): -12921443 or 10343738. OLE color: 10343738.

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

Color convert

RGB 58 213 157 -
CMYK 0.73 0 0.26 0.16
HSL 158.32º 0.65% 0.53% -
HSV(B) 158.32º 0.73% 0.84% -
XYZ 31.62 50.92 40.06 -
YUV 160.27 126.15 55.05 -
System Red Green Blue C M Y K H S L
Decimal 58 213 157 0.73 0 0.26 0.16 158.32 0.65 0.53
Hex 3A D5 9D 49 0 1A 10 9E 41 35
Octal 72 325 235 111 0 32 20 236 101 65
Binary 111010 11010101 10011101 1001001 0 11010 10000 10011110 1000001 110101

Color Harmonies of #3AD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD59D

Black with #3AD59D

Text Example


Text Example

White with #3AD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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