COLOR #60AF27

HEX: #60AF27
RGB: (96,175,39)

Color info

#60AF27 contains mainly green color. Web safe color of #60AF27 is #669933 (or #693).

RGB color model

#60AF27 color RGB value is (96,175,39).

  • red value is 96;
  • green value is 175;
  • blue value is 39.
RGB:
(96,175,39)
(38%,69%,15%)

RGB channels and saturation

R 96 of 255 = 38%
G 175 of 255 = 69%
B 39 of 255 = 15%

96
175
39

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

Portions of RGB colors in percentages

R + G + B =
96 + 175 + 39 = 310 (100%)
R 96 of 310 ~ 30.97%
G 175 of 310 ~ 56.45%
B 39 of 310 ~ 12.58%

%30.97
%56.45
%12.58

CMYK color model

#60AF27 color CMYK value is (45,0,78,31).

  • cyan value is 45.14%
  • magenta value is 0.00%
  • yellow value is 77.71%
  • key color value is 31.37%
CMYK:
(45,0,78,31)
C45M0Y78K31 
(45%,0%,78%,31%)
(0.45/0.00/0.78/0.31)	

CMYK percentages

%45.14
%0
%77.71
%31.37

Codes

Color #60AF27 in popluar color models

60AF27
RGB9617539
HSL95°63.55%41.96%
HSB/HSV95°77.71%68.63%
CMYK45.14%0.00%77.71%
31.37%

Color #60AF27 in popluar number systems.

HEX60AF27
Decimal9617539
Binary110000010101111100111
Octal14025747

Shades and tints

Shades of #60AF27

#60AF27
(96,175,39)
#58A024
(88,160,36)
#509121
(80,145,33)
#48821E
(72,130,30)
#40731B
(64,115,27)
#386418
(56,100,24)
#305515
(48,85,21)
#284612
(40,70,18)
#20370F
(32,55,15)
#18280C
(24,40,12)
#101909
(16,25,9)
#000000
(0,0,0)

Tints of #60AF27

#60AF27
(96,175,39)
#6EB63A
(110,182,58)
#7CBD4D
(124,189,77)
#8AC460
(138,196,96)
#98CB73
(152,203,115)
#A6D286
(166,210,134)
#B4D999
(180,217,153)
#C2E0AC
(194,224,172)
#D0E7BF
(208,231,191)
#DEEED2
(222,238,210)
#ECF5E5
(236,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AF27 color. Also use rgb(96,175,39) instead hex code.

Text Font Color

.myTextColor { color: #60AF27; }

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

This text font color is #60AF27.


Background Color

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

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

This div background color is #60AF27.


Border color

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

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

This div border color is #60AF27.


Opacity

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

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

Text with #60AF27 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 #60AF27;}

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

This text has shadow with #60AF27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AF27 on black background.


Color preview on white background

This text has color #60AF27 on white background.



Black color preview on #60AF27 background

This text has black color on #60AF27 background.


White color preview on #60AF27 background

This text has white color on #60AF27 background.