COLOR #7CC26A

HEX: #7CC26A
RGB: (124,194,106)

Color info

#7CC26A contains mainly green color. Web safe color of #7CC26A is #66CC66 (or #6C6).

RGB color model

#7CC26A color RGB value is (124,194,106).

  • red value is 124;
  • green value is 194;
  • blue value is 106.
RGB:
(124,194,106)
(49%,76%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 194 of 255 = 76%
B 106 of 255 = 42%

124
194
106

R + G + B ~ 56%. #7CC26A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 194 + 106 = 424 (100%)
R 124 of 424 ~ 29.25%
G 194 of 424 ~ 45.75%
B 106 of 424 ~ 25%

%29.25
%45.75
%25

CMYK color model

#7CC26A color CMYK value is (36,0,45,24).

  • cyan value is 36.08%
  • magenta value is 0.00%
  • yellow value is 45.36%
  • key color value is 23.92%
CMYK:
(36,0,45,24)
C36M0Y45K24 
(36%,0%,45%,24%)
(0.36/0.00/0.45/0.24)	

CMYK percentages

%36.08
%0
%45.36
%23.92

Codes

Color #7CC26A in popluar color models

7CC26A
RGB124194106
HSL108°41.90%58.82%
HSB/HSV108°45.36%76.08%
CMYK36.08%0.00%45.36%
23.92%

Color #7CC26A in popluar number systems.

HEX7CC26A
Decimal124194106
Binary1111100110000101101010
Octal174302152

Shades and tints

Shades of #7CC26A

#7CC26A
(124,194,106)
#71B161
(113,177,97)
#66A058
(102,160,88)
#5B8F4F
(91,143,79)
#507E46
(80,126,70)
#456D3D
(69,109,61)
#3A5C34
(58,92,52)
#2F4B2B
(47,75,43)
#243A22
(36,58,34)
#192919
(25,41,25)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #7CC26A

#7CC26A
(124,194,106)
#87C777
(135,199,119)
#92CC84
(146,204,132)
#9DD191
(157,209,145)
#A8D69E
(168,214,158)
#B3DBAB
(179,219,171)
#BEE0B8
(190,224,184)
#C9E5C5
(201,229,197)
#D4EAD2
(212,234,210)
#DFEFDF
(223,239,223)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC26A color. Also use rgb(124,194,106) instead hex code.

Text Font Color

.myTextColor { color: #7CC26A; }

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

This text font color is #7CC26A.


Background Color

.myBgColor { background-color: #7CC26A; }

<div style="background-color:#7CC26A">Inner text</div>

This div background color is #7CC26A.


Border color

.myBorderColor { border: 1px solid #7CC26A; }

<div style="border:3px solid #7CC26A">Div</div>

This div border color is #7CC26A.


Opacity

.myOpacity80 { color: #7CC26A; opacity: 0.8; }

<p style="color:#7CC26A;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CC26A color.

.textShadow {text-shadow: 3px 3px 1px #7CC26A, 3px 3px 1px red;}

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

This text has shadow with #7CC26A primary color and red secondary color.


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

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

This text has shadow with #7CC26A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC26A on black background.


Color preview on white background

This text has color #7CC26A on white background.



Black color preview on #7CC26A background

This text has black color on #7CC26A background.


White color preview on #7CC26A background

This text has white color on #7CC26A background.