COLOR #08C776

HEX: #08C776
RGB: (8,199,118)

Color info

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

RGB color model

#08C776 color RGB value is (8,199,118).

  • red value is 8;
  • green value is 199;
  • blue value is 118.
RGB:
(8,199,118)
(3%,78%,46%)

RGB channels and saturation

R 8 of 255 = 3%
G 199 of 255 = 78%
B 118 of 255 = 46%

8
199
118

R + G + B ~ 42%. #08C776 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 199 + 118 = 325 (100%)
R 8 of 325 ~ 2.46%
G 199 of 325 ~ 61.23%
B 118 of 325 ~ 36.31%

%61.23
%36.31

CMYK color model

#08C776 color CMYK value is (96,0,41,22).

  • cyan value is 95.98%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(96,0,41,22)
C96M0Y41K22 
(96%,0%,41%,22%)
(0.96/0.00/0.41/0.22)	

CMYK percentages

%95.98
%0
%40.7
%21.96

Codes

Color #08C776 in popluar color models

08C776
RGB8199118
HSL155°92.27%40.59%
HSB/HSV155°95.98%78.04%
CMYK95.98%0.00%40.70%
21.96%

Color #08C776 in popluar number systems.

HEX08C776
Decimal8199118
Binary1000110001111110110
Octal10307166

Shades and tints

Shades of #08C776

#08C776
(8,199,118)
#08B56C
(8,181,108)
#08A362
(8,163,98)
#089158
(8,145,88)
#087F4E
(8,127,78)
#086D44
(8,109,68)
#085B3A
(8,91,58)
#084930
(8,73,48)
#083726
(8,55,38)
#08251C
(8,37,28)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #08C776

#08C776
(8,199,118)
#1ECC82
(30,204,130)
#34D18E
(52,209,142)
#4AD69A
(74,214,154)
#60DBA6
(96,219,166)
#76E0B2
(118,224,178)
#8CE5BE
(140,229,190)
#A2EACA
(162,234,202)
#B8EFD6
(184,239,214)
#CEF4E2
(206,244,226)
#E4F9EE
(228,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08C776 color. Also use rgb(8,199,118) instead hex code.

Text Font Color

.myTextColor { color: #08C776; }

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

This text font color is #08C776.


Background Color

.myBgColor { background-color: #08C776; }

<div style="background-color:#08C776">Inner text</div>

This div background color is #08C776.


Border color

.myBorderColor { border: 1px solid #08C776; }

<div style="border:3px solid #08C776">Div</div>

This div border color is #08C776.


Opacity

.myOpacity80 { color: #08C776; opacity: 0.8; }

<p style="color:#08C776;opacity:0.8;">80%</p>

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

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

This text has shadow with #08C776 color.

.textShadow {text-shadow: 3px 3px 1px #08C776, 3px 3px 1px red;}

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

This text has shadow with #08C776 primary color and red secondary color.


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

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

This text has shadow with #08C776 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08C776 on black background.


Color preview on white background

This text has color #08C776 on white background.



Black color preview on #08C776 background

This text has black color on #08C776 background.


White color preview on #08C776 background

This text has white color on #08C776 background.