COLOR #14B231

HEX: #14B231 RGB: (20,178,49)

Color info

#14B231 contains mainly green color. Web safe color of #14B231 is #009933 (or #093).

RGB color model

#14B231 color RGB value is (20,178,49).

RGB: (20,178,49) (8%, 70%, 19%)

RGB channels and saturation

R 20 of 255 = 8%
G 178 of 255 = 70%
B 49 of 255 = 19%

20
178
49

R + G + B ~ 32%. #14B231 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 178 + 49 = 247 (100%)
R 20 of 247 ~ 8.1%
G 178 of 247 ~ 72.06%
B 49 of 247 ~ 19.84'%

%72.06
%19.84

CMYK color model

#14B231 color CMYK value is (89,0,72,30).

  • cyan value is 88.76%
  • magenta value is 0.00%
  • yellow value is 72.47%
  • key color value is 30.20%

CMYK: (89,0,72,30)
C89M0Y72K30 (89%, 0%, 72%, 30%)
(0.89 / 0.00 / 0.72 / 0.30)

CMYK percentages

%88.76
%0
%72.47
%30.2

Codes

Color #14B231 in popluar color models

14 B2 31
RGB 20 178 49
HSL 131° 79.80% 38.82%
HSB/HSV 131° 88.76% 69.80%
CMYK 88.76% 0.00% 72.47%
30.20%

Color #14B231 in popluar number systems.

HEX 14 B2 31
Decimal 20 178 49
Binary 10100 10110010 110001
Octal 24 262 61

Shades and tints

Shades of #14B231

#14B231
(20,178,49)
#13A22D
(19,162,45)
#129229
(18,146,41)
#118225
(17,130,37)
#107221
(16,114,33)
#0F621D
(15,98,29)
#0E5219
(14,82,25)
#0D4215
(13,66,21)
#0C3211
(12,50,17)
#0B220D
(11,34,13)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #14B231

#14B231
(20,178,49)
#29B943
(41,185,67)
#3EC055
(62,192,85)
#53C767
(83,199,103)
#68CE79
(104,206,121)
#7DD58B
(125,213,139)
#92DC9D
(146,220,157)
#A7E3AF
(167,227,175)
#BCEAC1
(188,234,193)
#D1F1D3
(209,241,211)
#E6F8E5
(230,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14B231 color. Also use rgb(20,178,49) instead hex code.

Text Font Color

.myTextColor { color: #14B231; }

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

This text font color is #14B231.

Background Color

.myBgColor { background-color: #14B231; }

<div style="background-color:#14B231">Inner text</div>

This div background color is #14B231.

Border color

.myBorderColor { border: 1px solid #14B231; }

<div style="border:3px solid #14B231">Div</div>

This div border color is #14B231.

Opacity

.myOpacity80 { color: #14B231; opacity: 0.8; }

<p style="color:#14B231;opacity:0.8;">80%</p>

Text with #14B231 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 #14B231;}

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

This text has shadow with #14B231 color.


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

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

This text has shadow with #14B231 primary color and red secondary color.


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

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

This text has shadow with #14B231 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #14B231.

Preview

Color preview on black background

This text has color #14B231 on black background.


Color preview on white background

This text has color #14B231 on white background.


Black color preview on #14B231 background

This text has black color on #14B231 background.


White color preview on #14B231 background

This text has white color on #14B231 background.


Related colors

Complementary color

Complementary color for #hex is #EB4DCE.


I love getcolorcode.com

Triadic colors

1 #3114B2 and #B23114 with #14B231 are triadic colors.

2 #31B214 and #B21431 with #14B231 are triadic colors.