COLOR #07CA6A

HEX: #07CA6A
RGB: (7,202,106)

Color info

#07CA6A contains mainly green color. Web safe color of #07CA6A is #00CC66 (or #0C6).

RGB color model

#07CA6A color RGB value is (7,202,106).

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

RGB channels and saturation

R 7 of 255 = 3%
G 202 of 255 = 79%
B 106 of 255 = 42%

7
202
106

R + G + B ~ 41%. #07CA6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 202 + 106 = 315 (100%)
R 7 of 315 ~ 2.22%
G 202 of 315 ~ 64.13%
B 106 of 315 ~ 33.65%

%64.13
%33.65

CMYK color model

#07CA6A color CMYK value is (97,0,48,21).

  • cyan value is 96.53%
  • magenta value is 0.00%
  • yellow value is 47.52%
  • key color value is 20.78%
CMYK:
(97,0,48,21)
C97M0Y48K21 
(97%,0%,48%,21%)
(0.97/0.00/0.48/0.21)	

CMYK percentages

%96.53
%0
%47.52
%20.78

Codes

Color #07CA6A in popluar color models

07CA6A
RGB7202106
HSL150°93.30%40.98%
HSB/HSV150°96.53%79.22%
CMYK96.53%0.00%47.52%
20.78%

Color #07CA6A in popluar number systems.

HEX07CA6A
Decimal7202106
Binary111110010101101010
Octal7312152

Shades and tints

Shades of #07CA6A

#07CA6A
(7,202,106)
#07B861
(7,184,97)
#07A658
(7,166,88)
#07944F
(7,148,79)
#078246
(7,130,70)
#07703D
(7,112,61)
#075E34
(7,94,52)
#074C2B
(7,76,43)
#073A22
(7,58,34)
#072819
(7,40,25)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #07CA6A

#07CA6A
(7,202,106)
#1DCE77
(29,206,119)
#33D284
(51,210,132)
#49D691
(73,214,145)
#5FDA9E
(95,218,158)
#75DEAB
(117,222,171)
#8BE2B8
(139,226,184)
#A1E6C5
(161,230,197)
#B7EAD2
(183,234,210)
#CDEEDF
(205,238,223)
#E3F2EC
(227,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07CA6A color. Also use rgb(7,202,106) instead hex code.

Text Font Color

.myTextColor { color: #07CA6A; }

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

This text font color is #07CA6A.


Background Color

.myBgColor { background-color: #07CA6A; }

<div style="background-color:#07CA6A">Inner text</div>

This div background color is #07CA6A.


Border color

.myBorderColor { border: 1px solid #07CA6A; }

<div style="border:3px solid #07CA6A">Div</div>

This div border color is #07CA6A.


Opacity

.myOpacity80 { color: #07CA6A; opacity: 0.8; }

<p style="color:#07CA6A;opacity:0.8;">80%</p>

Text with #07CA6A 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 #07CA6A;}

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

This text has shadow with #07CA6A color.

.textShadow {text-shadow: 3px 3px 1px #07CA6A, 3px 3px 1px red;}

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

This text has shadow with #07CA6A primary color and red secondary color.


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

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

This text has shadow with #07CA6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07CA6A on black background.


Color preview on white background

This text has color #07CA6A on white background.



Black color preview on #07CA6A background

This text has black color on #07CA6A background.


White color preview on #07CA6A background

This text has white color on #07CA6A background.