COLOR #19CA07

HEX: #19CA07
RGB: (25,202,7)

Color info

#19CA07 contains mainly green color. Web safe color of #19CA07 is #00CC00 (or #0C0).

RGB color model

#19CA07 color RGB value is (25,202,7).

  • red value is 25;
  • green value is 202;
  • blue value is 7.
RGB:
(25,202,7)
(10%,79%,3%)

RGB channels and saturation

R 25 of 255 = 10%
G 202 of 255 = 79%
B 7 of 255 = 3%

25
202
7

R + G + B ~ 31%. #19CA07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 202 + 7 = 234 (100%)
R 25 of 234 ~ 10.68%
G 202 of 234 ~ 86.32%
B 7 of 234 ~ 2.99%

%10.68
%86.32

CMYK color model

#19CA07 color CMYK value is (88,0,97,21).

  • cyan value is 87.62%
  • magenta value is 0.00%
  • yellow value is 96.53%
  • key color value is 20.78%
CMYK:
(88,0,97,21)
C88M0Y97K21 
(88%,0%,97%,21%)
(0.88/0.00/0.97/0.21)	

CMYK percentages

%87.62
%0
%96.53
%20.78

Codes

Color #19CA07 in popluar color models

19CA07
RGB252027
HSL114°93.30%40.98%
HSB/HSV114°96.53%79.22%
CMYK87.62%0.00%96.53%
20.78%

Color #19CA07 in popluar number systems.

HEX19CA07
Decimal252027
Binary1100111001010111
Octal313127

Shades and tints

Shades of #19CA07

#19CA07
(25,202,7)
#17B807
(23,184,7)
#15A607
(21,166,7)
#139407
(19,148,7)
#118207
(17,130,7)
#0F7007
(15,112,7)
#0D5E07
(13,94,7)
#0B4C07
(11,76,7)
#093A07
(9,58,7)
#072807
(7,40,7)
#051607
(5,22,7)
#000000
(0,0,0)

Tints of #19CA07

#19CA07
(25,202,7)
#2DCE1D
(45,206,29)
#41D233
(65,210,51)
#55D649
(85,214,73)
#69DA5F
(105,218,95)
#7DDE75
(125,222,117)
#91E28B
(145,226,139)
#A5E6A1
(165,230,161)
#B9EAB7
(185,234,183)
#CDEECD
(205,238,205)
#E1F2E3
(225,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19CA07 color. Also use rgb(25,202,7) instead hex code.

Text Font Color

.myTextColor { color: #19CA07; }

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

This text font color is #19CA07.


Background Color

.myBgColor { background-color: #19CA07; }

<div style="background-color:#19CA07">Inner text</div>

This div background color is #19CA07.


Border color

.myBorderColor { border: 1px solid #19CA07; }

<div style="border:3px solid #19CA07">Div</div>

This div border color is #19CA07.


Opacity

.myOpacity80 { color: #19CA07; opacity: 0.8; }

<p style="color:#19CA07;opacity:0.8;">80%</p>

Text with #19CA07 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 #19CA07;}

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

This text has shadow with #19CA07 color.

.textShadow {text-shadow: 3px 3px 1px #19CA07, 3px 3px 1px red;}

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

This text has shadow with #19CA07 primary color and red secondary color.


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

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

This text has shadow with #19CA07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19CA07 on black background.


Color preview on white background

This text has color #19CA07 on white background.



Black color preview on #19CA07 background

This text has black color on #19CA07 background.


White color preview on #19CA07 background

This text has white color on #19CA07 background.