COLOR #25A472

HEX: #25A472
RGB: (37,164,114)

Color info

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

RGB color model

#25A472 color RGB value is (37,164,114).

  • red value is 37;
  • green value is 164;
  • blue value is 114.
RGB:
(37,164,114)
(15%,64%,45%)

RGB channels and saturation

R 37 of 255 = 15%
G 164 of 255 = 64%
B 114 of 255 = 45%

37
164
114

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

Portions of RGB colors in percentages

R + G + B =
37 + 164 + 114 = 315 (100%)
R 37 of 315 ~ 11.75%
G 164 of 315 ~ 52.06%
B 114 of 315 ~ 36.19%

%11.75
%52.06
%36.19

CMYK color model

#25A472 color CMYK value is (77,0,30,36).

  • cyan value is 77.44%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(77,0,30,36)
C77M0Y30K36 
(77%,0%,30%,36%)
(0.77/0.00/0.30/0.36)	

CMYK percentages

%77.44
%0
%30.49
%35.69

Codes

Color #25A472 in popluar color models

25A472
RGB37164114
HSL156°63.18%39.41%
HSB/HSV156°77.44%64.31%
CMYK77.44%0.00%30.49%
35.69%

Color #25A472 in popluar number systems.

HEX25A472
Decimal37164114
Binary100101101001001110010
Octal45244162

Shades and tints

Shades of #25A472

#25A472
(37,164,114)
#229668
(34,150,104)
#1F885E
(31,136,94)
#1C7A54
(28,122,84)
#196C4A
(25,108,74)
#165E40
(22,94,64)
#135036
(19,80,54)
#10422C
(16,66,44)
#0D3422
(13,52,34)
#0A2618
(10,38,24)
#07180E
(7,24,14)
#000000
(0,0,0)

Tints of #25A472

#25A472
(37,164,114)
#38AC7E
(56,172,126)
#4BB48A
(75,180,138)
#5EBC96
(94,188,150)
#71C4A2
(113,196,162)
#84CCAE
(132,204,174)
#97D4BA
(151,212,186)
#AADCC6
(170,220,198)
#BDE4D2
(189,228,210)
#D0ECDE
(208,236,222)
#E3F4EA
(227,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25A472 color. Also use rgb(37,164,114) instead hex code.

Text Font Color

.myTextColor { color: #25A472; }

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

This text font color is #25A472.


Background Color

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

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

This div background color is #25A472.


Border color

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

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

This div border color is #25A472.


Opacity

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

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

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

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

This text has shadow with #25A472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25A472 on black background.


Color preview on white background

This text has color #25A472 on white background.



Black color preview on #25A472 background

This text has black color on #25A472 background.


White color preview on #25A472 background

This text has white color on #25A472 background.