COLOR #C0E97A

HEX: #C0E97A
RGB: (192,233,122)

Color info

#C0E97A contains mainly red and green colors. Web safe color of #C0E97A is #CCFF66 (or #CF6).

RGB color model

#C0E97A color RGB value is (192,233,122).

  • red value is 192;
  • green value is 233;
  • blue value is 122.
RGB:
(192,233,122)
(75%,91%,48%)

RGB channels and saturation

R 192 of 255 = 75%
G 233 of 255 = 91%
B 122 of 255 = 48%

192
233
122

R + G + B ~ 71%. #C0E97A is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 233 + 122 = 547 (100%)
R 192 of 547 ~ 35.1%
G 233 of 547 ~ 42.6%
B 122 of 547 ~ 22.3%

%35.1
%42.6
%22.3

CMYK color model

#C0E97A color CMYK value is (18,0,48,9).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 8.63%
CMYK:
(18,0,48,9)
C18M0Y48K9 
(18%,0%,48%,9%)
(0.18/0.00/0.48/0.09)	

CMYK percentages

%17.6
%0
%47.64
%8.63

Codes

Color #C0E97A in popluar color models

C0E97A
RGB192233122
HSL82°71.61%69.61%
HSB/HSV82°47.64%91.37%
CMYK17.60%0.00%47.64%
8.63%

Color #C0E97A in popluar number systems.

HEXC0E97A
Decimal192233122
Binary11000000111010011111010
Octal300351172

Shades and tints

Shades of #C0E97A

#C0E97A
(192,233,122)
#AFD46F
(175,212,111)
#9EBF64
(158,191,100)
#8DAA59
(141,170,89)
#7C954E
(124,149,78)
#6B8043
(107,128,67)
#5A6B38
(90,107,56)
#49562D
(73,86,45)
#384122
(56,65,34)
#272C17
(39,44,23)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #C0E97A

#C0E97A
(192,233,122)
#C5EB86
(197,235,134)
#CAED92
(202,237,146)
#CFEF9E
(207,239,158)
#D4F1AA
(212,241,170)
#D9F3B6
(217,243,182)
#DEF5C2
(222,245,194)
#E3F7CE
(227,247,206)
#E8F9DA
(232,249,218)
#EDFBE6
(237,251,230)
#F2FDF2
(242,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E97A color. Also use rgb(192,233,122) instead hex code.

Text Font Color

.myTextColor { color: #C0E97A; }

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

This text font color is #C0E97A.


Background Color

.myBgColor { background-color: #C0E97A; }

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

This div background color is #C0E97A.


Border color

.myBorderColor { border: 1px solid #C0E97A; }

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

This div border color is #C0E97A.


Opacity

.myOpacity80 { color: #C0E97A; opacity: 0.8; }

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

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

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

This text has shadow with #C0E97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E97A on black background.


Color preview on white background

This text has color #C0E97A on white background.



Black color preview on #C0E97A background

This text has black color on #C0E97A background.


White color preview on #C0E97A background

This text has white color on #C0E97A background.