COLOR #60AF01

HEX: #60AF01
RGB: (96,175,1)

Color info

#60AF01 contains mainly green color. Web safe color of #60AF01 is #669900 (or #690).

RGB color model

#60AF01 color RGB value is (96,175,1).

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

RGB channels and saturation

R 96 of 255 = 38%
G 175 of 255 = 69%
B 1 of 255 = 0%

96
175
1

R + G + B ~ 36%. #60AF01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 175 + 1 = 272 (100%)
R 96 of 272 ~ 35.29%
G 175 of 272 ~ 64.34%
B 1 of 272 ~ 0.37%

%35.29
%64.34

CMYK color model

#60AF01 color CMYK value is (45,0,99,31).

  • cyan value is 45.14%
  • magenta value is 0.00%
  • yellow value is 99.43%
  • key color value is 31.37%
CMYK:
(45,0,99,31)
C45M0Y99K31 
(45%,0%,99%,31%)
(0.45/0.00/0.99/0.31)	

CMYK percentages

%45.14
%0
%99.43
%31.37

Codes

Color #60AF01 in popluar color models

60AF01
RGB961751
HSL87°98.86%34.51%
HSB/HSV87°99.43%68.63%
CMYK45.14%0.00%99.43%
31.37%

Color #60AF01 in popluar number systems.

HEX60AF01
Decimal961751
Binary1100000101011111
Octal1402571

Shades and tints

Shades of #60AF01

#60AF01
(96,175,1)
#58A001
(88,160,1)
#509101
(80,145,1)
#488201
(72,130,1)
#407301
(64,115,1)
#386401
(56,100,1)
#305501
(48,85,1)
#284601
(40,70,1)
#203701
(32,55,1)
#182801
(24,40,1)
#101901
(16,25,1)
#000000
(0,0,0)

Tints of #60AF01

#60AF01
(96,175,1)
#6EB618
(110,182,24)
#7CBD2F
(124,189,47)
#8AC446
(138,196,70)
#98CB5D
(152,203,93)
#A6D274
(166,210,116)
#B4D98B
(180,217,139)
#C2E0A2
(194,224,162)
#D0E7B9
(208,231,185)
#DEEED0
(222,238,208)
#ECF5E7
(236,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AF01; }

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

This text font color is #60AF01.


Background Color

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

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

This div background color is #60AF01.


Border color

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

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

This div border color is #60AF01.


Opacity

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

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

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

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

This text has shadow with #60AF01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AF01 on black background.


Color preview on white background

This text has color #60AF01 on white background.



Black color preview on #60AF01 background

This text has black color on #60AF01 background.


White color preview on #60AF01 background

This text has white color on #60AF01 background.