COLOR #196A14

HEX: #196A14 RGB: (25,106,20)

Color info

#196A14 contains mainly green color. Web safe color of #196A14 is #006600 (or #060).

RGB color model

#196A14 color RGB value is (25,106,20).

RGB: (25,106,20) (10%, 42%, 8%)

RGB channels and saturation

R 25 of 255 = 10%
G 106 of 255 = 42%
B 20 of 255 = 8%

25
106
20

R + G + B ~ 20%. #196A14 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 106 + 20 = 151 (100%)
R 25 of 151 ~ 16.56%
G 106 of 151 ~ 70.2%
B 20 of 151 ~ 13.25'%

%16.56
%70.2
%13.25

CMYK color model

#196A14 color CMYK value is (76,0,81,58).

  • cyan value is 76.42%
  • magenta value is 0.00%
  • yellow value is 81.13%
  • key color value is 58.43%

CMYK: (76,0,81,58)
C76M0Y81K58 (76%, 0%, 81%, 58%)
(0.76 / 0.00 / 0.81 / 0.58)

CMYK percentages

%76.42
%0
%81.13
%58.43

Codes

Color #196A14 in popluar color models

19 6A 14
RGB 25 106 20
HSL 117° 68.25% 24.71%
HSB/HSV 117° 81.13% 41.57%
CMYK 76.42% 0.00% 81.13%
58.43%

Color #196A14 in popluar number systems.

HEX 19 6A 14
Decimal 25 106 20
Binary 11001 1101010 10100
Octal 31 152 24

Shades and tints

Shades of #196A14

#196A14
(25,106,20)
#176113
(23,97,19)
#155812
(21,88,18)
#134F11
(19,79,17)
#114610
(17,70,16)
#0F3D0F
(15,61,15)
#0D340E
(13,52,14)
#0B2B0D
(11,43,13)
#09220C
(9,34,12)
#07190B
(7,25,11)
#05100A
(5,16,10)
#000000
(0,0,0)

Tints of #196A14

#196A14
(25,106,20)
#2D7729
(45,119,41)
#41843E
(65,132,62)
#559153
(85,145,83)
#699E68
(105,158,104)
#7DAB7D
(125,171,125)
#91B892
(145,184,146)
#A5C5A7
(165,197,167)
#B9D2BC
(185,210,188)
#CDDFD1
(205,223,209)
#E1ECE6
(225,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196A14 color. Also use rgb(25,106,20) instead hex code.

Text Font Color

.myTextColor { color: #196A14; }

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

This text font color is #196A14.

Background Color

.myBgColor { background-color: #196A14; }

<div style="background-color:#196A14">Inner text</div>

This div background color is #196A14.

Border color

.myBorderColor { border: 1px solid #196A14; }

<div style="border:3px solid #196A14">Div</div>

This div border color is #196A14.

Opacity

.myOpacity80 { color: #196A14; opacity: 0.8; }

<p style="color:#196A14;opacity:0.8;">80%</p>

Text with #196A14 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 #196A14;}

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

This text has shadow with #196A14 color.


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

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

This text has shadow with #196A14 primary color and red secondary color.


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

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

This text has shadow with #196A14 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #196A14.

Preview

Color preview on black background

This text has color #196A14 on black background.


Color preview on white background

This text has color #196A14 on white background.


Black color preview on #196A14 background

This text has black color on #196A14 background.


White color preview on #196A14 background

This text has white color on #196A14 background.


Related colors

Complementary color

Complementary color for #hex is #E695EB.


I love getcolorcode.com

Triadic colors

1 #14196A and #6A1419 with #196A14 are triadic colors.

2 #146A19 and #6A1914 with #196A14 are triadic colors.