COLOR #06C96D

HEX: #06C96D
RGB: (6,201,109)

Color info

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

RGB color model

#06C96D color RGB value is (6,201,109).

  • red value is 6;
  • green value is 201;
  • blue value is 109.
RGB:
(6,201,109)
(2%,79%,43%)

RGB channels and saturation

R 6 of 255 = 2%
G 201 of 255 = 79%
B 109 of 255 = 43%

6
201
109

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

Portions of RGB colors in percentages

R + G + B =
6 + 201 + 109 = 316 (100%)
R 6 of 316 ~ 1.9%
G 201 of 316 ~ 63.61%
B 109 of 316 ~ 34.49%

%63.61
%34.49

CMYK color model

#06C96D color CMYK value is (97,0,46,21).

  • cyan value is 97.01%
  • magenta value is 0.00%
  • yellow value is 45.77%
  • key color value is 21.18%
CMYK:
(97,0,46,21)
C97M0Y46K21 
(97%,0%,46%,21%)
(0.97/0.00/0.46/0.21)	

CMYK percentages

%97.01
%0
%45.77
%21.18

Codes

Color #06C96D in popluar color models

06C96D
RGB6201109
HSL152°94.20%40.59%
HSB/HSV152°97.01%78.82%
CMYK97.01%0.00%45.77%
21.18%

Color #06C96D in popluar number systems.

HEX06C96D
Decimal6201109
Binary110110010011101101
Octal6311155

Shades and tints

Shades of #06C96D

#06C96D
(6,201,109)
#06B764
(6,183,100)
#06A55B
(6,165,91)
#069352
(6,147,82)
#068149
(6,129,73)
#066F40
(6,111,64)
#065D37
(6,93,55)
#064B2E
(6,75,46)
#063925
(6,57,37)
#06271C
(6,39,28)
#061513
(6,21,19)
#000000
(0,0,0)

Tints of #06C96D

#06C96D
(6,201,109)
#1CCD7A
(28,205,122)
#32D187
(50,209,135)
#48D594
(72,213,148)
#5ED9A1
(94,217,161)
#74DDAE
(116,221,174)
#8AE1BB
(138,225,187)
#A0E5C8
(160,229,200)
#B6E9D5
(182,233,213)
#CCEDE2
(204,237,226)
#E2F1EF
(226,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06C96D color. Also use rgb(6,201,109) instead hex code.

Text Font Color

.myTextColor { color: #06C96D; }

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

This text font color is #06C96D.


Background Color

.myBgColor { background-color: #06C96D; }

<div style="background-color:#06C96D">Inner text</div>

This div background color is #06C96D.


Border color

.myBorderColor { border: 1px solid #06C96D; }

<div style="border:3px solid #06C96D">Div</div>

This div border color is #06C96D.


Opacity

.myOpacity80 { color: #06C96D; opacity: 0.8; }

<p style="color:#06C96D;opacity:0.8;">80%</p>

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

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

This text has shadow with #06C96D color.

.textShadow {text-shadow: 3px 3px 1px #06C96D, 3px 3px 1px red;}

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

This text has shadow with #06C96D primary color and red secondary color.


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

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

This text has shadow with #06C96D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06C96D on black background.


Color preview on white background

This text has color #06C96D on white background.



Black color preview on #06C96D background

This text has black color on #06C96D background.


White color preview on #06C96D background

This text has white color on #06C96D background.