Html Css Color HEX #3AD78C Shamrock

📋 copy color: '#3AD78C'

red 58 ◦ green 215 ◦ blue 140

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

Shades of Shamrock #3AD78C

Tints of Shamrock #3AD78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.06%

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 14.04%
G = 52.06%
B = 33.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#3AD78C (or 0x3AD78C) is known color: Shamrock. HEX triplet: 3A, D7 and 8C. RGB value is (58,215,140). Sum of RGB (Red+Green+Blue) = 58+215+140=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD78C is #C52873. Grayscale: #9F9F9F. Windows color (decimal): -12920948 or 9230138. OLE color: 9230138.

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

Color convert

RGB 58 215 140 -
CMYK 0.73 0 0.35 0.16
HSL 151.34º 0.66% 0.54% -
HSV(B) 151.34º 0.73% 0.84% -
XYZ 30.78 51.39 33.11 -
YUV 159.51 116.99 55.6 -
System Red Green Blue C M Y K H S L
Decimal 58 215 140 0.73 0 0.35 0.16 151.34 0.66 0.54
Hex 3A D7 8C 49 0 23 10 97 42 36
Octal 72 327 214 111 0 43 20 227 102 66
Binary 111010 11010111 10001100 1001001 0 100011 10000 10010111 1000010 110110

Color Harmonies of #3AD78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD78C

Black with #3AD78C

Text Example


Text Example

White with #3AD78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,215,140); }

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

background-color css

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

 a { background-color: rgb(58,215,140); }

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

border-color css

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

 span { border-color: rgb(58,215,140); }

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