COLOR #25A162

HEX: #25A162
RGB: (37,161,98)

Color info

#25A162 contains mainly green color. Web safe color of #25A162 is #339966 (or #396).

RGB color model

#25A162 color RGB value is (37,161,98).

  • red value is 37;
  • green value is 161;
  • blue value is 98.
RGB:
(37,161,98)
(15%,63%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 161 of 255 = 63%
B 98 of 255 = 38%

37
161
98

R + G + B ~ 39%. #25A162 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 161 + 98 = 296 (100%)
R 37 of 296 ~ 12.5%
G 161 of 296 ~ 54.39%
B 98 of 296 ~ 33.11%

%12.5
%54.39
%33.11

CMYK color model

#25A162 color CMYK value is (77,0,39,37).

  • cyan value is 77.02%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 36.86%
CMYK:
(77,0,39,37)
C77M0Y39K37 
(77%,0%,39%,37%)
(0.77/0.00/0.39/0.37)	

CMYK percentages

%77.02
%0
%39.13
%36.86

Codes

Color #25A162 in popluar color models

25A162
RGB3716198
HSL150°62.63%38.82%
HSB/HSV150°77.02%63.14%
CMYK77.02%0.00%39.13%
36.86%

Color #25A162 in popluar number systems.

HEX25A162
Decimal3716198
Binary100101101000011100010
Octal45241142

Shades and tints

Shades of #25A162

#25A162
(37,161,98)
#22935A
(34,147,90)
#1F8552
(31,133,82)
#1C774A
(28,119,74)
#196942
(25,105,66)
#165B3A
(22,91,58)
#134D32
(19,77,50)
#103F2A
(16,63,42)
#0D3122
(13,49,34)
#0A231A
(10,35,26)
#071512
(7,21,18)
#000000
(0,0,0)

Tints of #25A162

#25A162
(37,161,98)
#38A970
(56,169,112)
#4BB17E
(75,177,126)
#5EB98C
(94,185,140)
#71C19A
(113,193,154)
#84C9A8
(132,201,168)
#97D1B6
(151,209,182)
#AAD9C4
(170,217,196)
#BDE1D2
(189,225,210)
#D0E9E0
(208,233,224)
#E3F1EE
(227,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25A162 color. Also use rgb(37,161,98) instead hex code.

Text Font Color

.myTextColor { color: #25A162; }

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

This text font color is #25A162.


Background Color

.myBgColor { background-color: #25A162; }

<div style="background-color:#25A162">Inner text</div>

This div background color is #25A162.


Border color

.myBorderColor { border: 1px solid #25A162; }

<div style="border:3px solid #25A162">Div</div>

This div border color is #25A162.


Opacity

.myOpacity80 { color: #25A162; opacity: 0.8; }

<p style="color:#25A162;opacity:0.8;">80%</p>

Text with #25A162 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 #25A162;}

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

This text has shadow with #25A162 color.

.textShadow {text-shadow: 3px 3px 1px #25A162, 3px 3px 1px red;}

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

This text has shadow with #25A162 primary color and red secondary color.


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

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

This text has shadow with #25A162 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25A162 on black background.


Color preview on white background

This text has color #25A162 on white background.



Black color preview on #25A162 background

This text has black color on #25A162 background.


White color preview on #25A162 background

This text has white color on #25A162 background.