COLOR #25A86D

HEX: #25A86D
RGB: (37,168,109)

Color info

#25A86D contains mainly green and blue colors. Web safe color of #25A86D is #339966 (or #396).

RGB color model

#25A86D color RGB value is (37,168,109).

  • red value is 37;
  • green value is 168;
  • blue value is 109.
RGB:
(37,168,109)
(15%,66%,43%)

RGB channels and saturation

R 37 of 255 = 15%
G 168 of 255 = 66%
B 109 of 255 = 43%

37
168
109

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

Portions of RGB colors in percentages

R + G + B =
37 + 168 + 109 = 314 (100%)
R 37 of 314 ~ 11.78%
G 168 of 314 ~ 53.5%
B 109 of 314 ~ 34.71%

%11.78
%53.5
%34.71

CMYK color model

#25A86D color CMYK value is (78,0,35,34).

  • cyan value is 77.98%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 34.12%
CMYK:
(78,0,35,34)
C78M0Y35K34 
(78%,0%,35%,34%)
(0.78/0.00/0.35/0.34)	

CMYK percentages

%77.98
%0
%35.12
%34.12

Codes

Color #25A86D in popluar color models

25A86D
RGB37168109
HSL153°63.90%40.20%
HSB/HSV153°77.98%65.88%
CMYK77.98%0.00%35.12%
34.12%

Color #25A86D in popluar number systems.

HEX25A86D
Decimal37168109
Binary100101101010001101101
Octal45250155

Shades and tints

Shades of #25A86D

#25A86D
(37,168,109)
#229964
(34,153,100)
#1F8A5B
(31,138,91)
#1C7B52
(28,123,82)
#196C49
(25,108,73)
#165D40
(22,93,64)
#134E37
(19,78,55)
#103F2E
(16,63,46)
#0D3025
(13,48,37)
#0A211C
(10,33,28)
#071213
(7,18,19)
#000000
(0,0,0)

Tints of #25A86D

#25A86D
(37,168,109)
#38AF7A
(56,175,122)
#4BB687
(75,182,135)
#5EBD94
(94,189,148)
#71C4A1
(113,196,161)
#84CBAE
(132,203,174)
#97D2BB
(151,210,187)
#AAD9C8
(170,217,200)
#BDE0D5
(189,224,213)
#D0E7E2
(208,231,226)
#E3EEEF
(227,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25A86D color. Also use rgb(37,168,109) instead hex code.

Text Font Color

.myTextColor { color: #25A86D; }

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

This text font color is #25A86D.


Background Color

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

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

This div background color is #25A86D.


Border color

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

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

This div border color is #25A86D.


Opacity

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

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

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

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

This text has shadow with #25A86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25A86D on black background.


Color preview on white background

This text has color #25A86D on white background.



Black color preview on #25A86D background

This text has black color on #25A86D background.


White color preview on #25A86D background

This text has white color on #25A86D background.