COLOR #125A17

HEX: #125A17
RGB: (18,90,23)

Color info

#125A17 contains mainly green color. Web safe color of #125A17 is #006600 (or #060).

RGB color model

#125A17 color RGB value is (18,90,23).

  • red value is 18;
  • green value is 90;
  • blue value is 23.
RGB:
(18,90,23)
(7%,35%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 90 of 255 = 35%
B 23 of 255 = 9%

18
90
23

R + G + B ~ 17%. #125A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 90 + 23 = 131 (100%)
R 18 of 131 ~ 13.74%
G 90 of 131 ~ 68.7%
B 23 of 131 ~ 17.56%

%13.74
%68.7
%17.56

CMYK color model

#125A17 color CMYK value is (80,0,74,65).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 74.44%
  • key color value is 64.71%
CMYK:
(80,0,74,65)
C80M0Y74K65 
(80%,0%,74%,65%)
(0.80/0.00/0.74/0.65)	

CMYK percentages

%80
%0
%74.44
%64.71

Codes

Color #125A17 in popluar color models

125A17
RGB189023
HSL124°66.67%21.18%
HSB/HSV124°80.00%35.29%
CMYK80.00%0.00%74.44%
64.71%

Color #125A17 in popluar number systems.

HEX125A17
Decimal189023
Binary10010101101010111
Octal2213227

Shades and tints

Shades of #125A17

#125A17
(18,90,23)
#115215
(17,82,21)
#104A13
(16,74,19)
#0F4211
(15,66,17)
#0E3A0F
(14,58,15)
#0D320D
(13,50,13)
#0C2A0B
(12,42,11)
#0B2209
(11,34,9)
#0A1A07
(10,26,7)
#091205
(9,18,5)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #125A17

#125A17
(18,90,23)
#27692C
(39,105,44)
#3C7841
(60,120,65)
#518756
(81,135,86)
#66966B
(102,150,107)
#7BA580
(123,165,128)
#90B495
(144,180,149)
#A5C3AA
(165,195,170)
#BAD2BF
(186,210,191)
#CFE1D4
(207,225,212)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125A17 color. Also use rgb(18,90,23) instead hex code.

Text Font Color

.myTextColor { color: #125A17; }

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

This text font color is #125A17.


Background Color

.myBgColor { background-color: #125A17; }

<div style="background-color:#125A17">Inner text</div>

This div background color is #125A17.


Border color

.myBorderColor { border: 1px solid #125A17; }

<div style="border:3px solid #125A17">Div</div>

This div border color is #125A17.


Opacity

.myOpacity80 { color: #125A17; opacity: 0.8; }

<p style="color:#125A17;opacity:0.8;">80%</p>

Text with #125A17 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 #125A17;}

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

This text has shadow with #125A17 color.

.textShadow {text-shadow: 3px 3px 1px #125A17, 3px 3px 1px red;}

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

This text has shadow with #125A17 primary color and red secondary color.


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

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

This text has shadow with #125A17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125A17 on black background.


Color preview on white background

This text has color #125A17 on white background.



Black color preview on #125A17 background

This text has black color on #125A17 background.


White color preview on #125A17 background

This text has white color on #125A17 background.