COLOR #60AC63

HEX: #60AC63
RGB: (96,172,99)

Color info

#60AC63 contains mainly green color. Web safe color of #60AC63 is #669966 (or #696).

RGB color model

#60AC63 color RGB value is (96,172,99).

  • red value is 96;
  • green value is 172;
  • blue value is 99.
RGB:
(96,172,99)
(38%,67%,39%)

RGB channels and saturation

R 96 of 255 = 38%
G 172 of 255 = 67%
B 99 of 255 = 39%

96
172
99

R + G + B ~ 48%. #60AC63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 172 + 99 = 367 (100%)
R 96 of 367 ~ 26.16%
G 172 of 367 ~ 46.87%
B 99 of 367 ~ 26.98%

%26.16
%46.87
%26.98

CMYK color model

#60AC63 color CMYK value is (44,0,42,33).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 32.55%
CMYK:
(44,0,42,33)
C44M0Y42K33 
(44%,0%,42%,33%)
(0.44/0.00/0.42/0.33)	

CMYK percentages

%44.19
%0
%42.44
%32.55

Codes

Color #60AC63 in popluar color models

60AC63
RGB9617299
HSL122°31.40%52.55%
HSB/HSV122°44.19%67.45%
CMYK44.19%0.00%42.44%
32.55%

Color #60AC63 in popluar number systems.

HEX60AC63
Decimal9617299
Binary1100000101011001100011
Octal140254143

Shades and tints

Shades of #60AC63

#60AC63
(96,172,99)
#589D5A
(88,157,90)
#508E51
(80,142,81)
#487F48
(72,127,72)
#40703F
(64,112,63)
#386136
(56,97,54)
#30522D
(48,82,45)
#284324
(40,67,36)
#20341B
(32,52,27)
#182512
(24,37,18)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #60AC63

#60AC63
(96,172,99)
#6EB371
(110,179,113)
#7CBA7F
(124,186,127)
#8AC18D
(138,193,141)
#98C89B
(152,200,155)
#A6CFA9
(166,207,169)
#B4D6B7
(180,214,183)
#C2DDC5
(194,221,197)
#D0E4D3
(208,228,211)
#DEEBE1
(222,235,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AC63 color. Also use rgb(96,172,99) instead hex code.

Text Font Color

.myTextColor { color: #60AC63; }

<p style="color:#60AC63">This sample text font color is #60AC63.</p>

This text font color is #60AC63.


Background Color

.myBgColor { background-color: #60AC63; }

<div style="background-color:#60AC63">Inner text</div>

This div background color is #60AC63.


Border color

.myBorderColor { border: 1px solid #60AC63; }

<div style="border:3px solid #60AC63">Div</div>

This div border color is #60AC63.


Opacity

.myOpacity80 { color: #60AC63; opacity: 0.8; }

<p style="color:#60AC63;opacity:0.8;">80%</p>

Text with #60AC63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #60AC63;}

<p style="text-shadow: 3px 3px 1px #60AC63">Text here.</p>

This text has shadow with #60AC63 color.

.textShadow {text-shadow: 3px 3px 1px #60AC63, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #60AC63, 5px 5px 20px red">Text here.</p>

This text has shadow with #60AC63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#60AC63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#60AC63, Direction=45, Strength=4)">Text</p>

This text has shadow with #60AC63 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #60AC63;
  -webkit-box-shadow:	1px 1px 3px 2px #60AC63;
  box-shadow:		1px 1px 3px 2px #60AC63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #60AC63;
-webkit-box-shadow: 1px 1px 3px 2px #60AC63;
box-shadow:1px 1px 3px 2px #60AC63;">
Div content here</div>
This div box has shadow with color #60AC63.

Preview

Color preview on black background

This text has color #60AC63 on black background.


Color preview on white background

This text has color #60AC63 on white background.



Black color preview on #60AC63 background

This text has black color on #60AC63 background.


White color preview on #60AC63 background

This text has white color on #60AC63 background.