COLOR #25AC26

HEX: #25AC26 RGB: (37,172,38)

Color info

#25AC26 contains mainly green color. Web safe color of #25AC26 is #339933 (or #393).

RGB color model

#25AC26 color RGB value is (37,172,38).

RGB: (37,172,38) (15%, 67%, 15%)

RGB channels and saturation

R 37 of 255 = 15%
G 172 of 255 = 67%
B 38 of 255 = 15%

37
172
38

R + G + B ~ 32%. #25AC26 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 172 + 38 = 247 (100%)
R 37 of 247 ~ 14.98%
G 172 of 247 ~ 69.64%
B 38 of 247 ~ 15.38'%

%14.98
%69.64
%15.38

CMYK color model

#25AC26 color CMYK value is (78,0,78,33).

  • cyan value is 78.49%
  • magenta value is 0.00%
  • yellow value is 77.91%
  • key color value is 32.55%

CMYK: (78,0,78,33)
C78M0Y78K33 (78%, 0%, 78%, 33%)
(0.78 / 0.00 / 0.78 / 0.33)

CMYK percentages

%78.49
%0
%77.91
%32.55

Codes

Color #25AC26 in popluar color models

25 AC 26
RGB 37 172 38
HSL 120° 64.59% 40.98%
HSB/HSV 120° 78.49% 67.45%
CMYK 78.49% 0.00% 77.91%
32.55%

Color #25AC26 in popluar number systems.

HEX 25 AC 26
Decimal 37 172 38
Binary 100101 10101100 100110
Octal 45 254 46

Shades and tints

Shades of #25AC26

#25AC26
(37,172,38)
#229D23
(34,157,35)
#1F8E20
(31,142,32)
#1C7F1D
(28,127,29)
#19701A
(25,112,26)
#166117
(22,97,23)
#135214
(19,82,20)
#104311
(16,67,17)
#0D340E
(13,52,14)
#0A250B
(10,37,11)
#071608
(7,22,8)
#000000
(0,0,0)

Tints of #25AC26

#25AC26
(37,172,38)
#38B339
(56,179,57)
#4BBA4C
(75,186,76)
#5EC15F
(94,193,95)
#71C872
(113,200,114)
#84CF85
(132,207,133)
#97D698
(151,214,152)
#AADDAB
(170,221,171)
#BDE4BE
(189,228,190)
#D0EBD1
(208,235,209)
#E3F2E4
(227,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25AC26 color. Also use rgb(37,172,38) instead hex code.

Text Font Color

.myTextColor { color: #25AC26; }

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

This text font color is #25AC26.

Background Color

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

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

This div background color is #25AC26.

Border color

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

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

This div border color is #25AC26.

Opacity

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

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

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

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

This text has shadow with #25AC26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25AC26.

Preview

Color preview on black background

This text has color #25AC26 on black background.


Color preview on white background

This text has color #25AC26 on white background.


Black color preview on #25AC26 background

This text has black color on #25AC26 background.


White color preview on #25AC26 background

This text has white color on #25AC26 background.


Related colors

Complementary color

Complementary color for #hex is #DA53D9.


I love getcolorcode.com

Triadic colors

1 #2625AC and #AC2625 with #25AC26 are triadic colors.

2 #26AC25 and #AC2526 with #25AC26 are triadic colors.