COLOR #C0EA9B

HEX: #C0EA9B RGB: (192,234,155)

Color info

#C0EA9B contains mainly red and green colors. Web safe color of #C0EA9B is #CCFF99 (or #CF9).

RGB color model

#C0EA9B color RGB value is (192,234,155).

RGB: (192,234,155) (75%, 92%, 61%)

RGB channels and saturation

R 192 of 255 = 75%
G 234 of 255 = 92%
B 155 of 255 = 61%

192
234
155

R + G + B ~ 76%. #C0EA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 234 + 155 = 581 (100%)
R 192 of 581 ~ 33.05%
G 234 of 581 ~ 40.28%
B 155 of 581 ~ 26.68'%

%33.05
%40.28
%26.68

CMYK color model

#C0EA9B color CMYK value is (18,0,34,8).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 33.76%
  • key color value is 8.24%

CMYK: (18,0,34,8)
C18M0Y34K8 (18%, 0%, 34%, 8%)
(0.18 / 0.00 / 0.34 / 0.08)

CMYK percentages

%17.95
%0
%33.76
%8.24

Codes

Color #C0EA9B in popluar color models

C0 EA 9B
RGB 192 234 155
HSL 92° 65.29% 76.27%
HSB/HSV 92° 33.76% 91.76%
CMYK 17.95% 0.00% 33.76%
8.24%

Color #C0EA9B in popluar number systems.

HEX C0 EA 9B
Decimal 192 234 155
Binary 11000000 11101010 10011011
Octal 300 352 233

Shades and tints

Shades of #C0EA9B

#C0EA9B
(192,234,155)
#AFD58D
(175,213,141)
#9EC07F
(158,192,127)
#8DAB71
(141,171,113)
#7C9663
(124,150,99)
#6B8155
(107,129,85)
#5A6C47
(90,108,71)
#495739
(73,87,57)
#38422B
(56,66,43)
#272D1D
(39,45,29)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #C0EA9B

#C0EA9B
(192,234,155)
#C5EBA4
(197,235,164)
#CAECAD
(202,236,173)
#CFEDB6
(207,237,182)
#D4EEBF
(212,238,191)
#D9EFC8
(217,239,200)
#DEF0D1
(222,240,209)
#E3F1DA
(227,241,218)
#E8F2E3
(232,242,227)
#EDF3EC
(237,243,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EA9B color. Also use rgb(192,234,155) instead hex code.

Text Font Color

.myTextColor { color: #C0EA9B; }

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

This text font color is #C0EA9B.

Background Color

.myBgColor { background-color: #C0EA9B; }

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

This div background color is #C0EA9B.

Border color

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

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

This div border color is #C0EA9B.

Opacity

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

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

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

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

This text has shadow with #C0EA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0EA9B.

Preview

Color preview on black background

This text has color #C0EA9B on black background.


Color preview on white background

This text has color #C0EA9B on white background.


Black color preview on #C0EA9B background

This text has black color on #C0EA9B background.


White color preview on #C0EA9B background

This text has white color on #C0EA9B background.


Related colors

Complementary color

Complementary color for #hex is #3F1564.


I love getcolorcode.com

Triadic colors

1 #9BC0EA and #EA9BC0 with #C0EA9B are triadic colors.

2 #9BEAC0 and #EAC09B with #C0EA9B are triadic colors.