COLOR #C0F09B

HEX: #C0F09B RGB: (192,240,155)

Color info

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

RGB color model

#C0F09B color RGB value is (192,240,155).

RGB: (192,240,155) (75%, 94%, 61%)

RGB channels and saturation

R 192 of 255 = 75%
G 240 of 255 = 94%
B 155 of 255 = 61%

192
240
155

R + G + B ~ 77%. #C0F09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 240 + 155 = 587 (100%)
R 192 of 587 ~ 32.71%
G 240 of 587 ~ 40.89%
B 155 of 587 ~ 26.41'%

%32.71
%40.89
%26.41

CMYK color model

#C0F09B color CMYK value is (20,0,35,6).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 35.42%
  • key color value is 5.88%
CMYK: (20,0,35,6) C20M0Y35K6 (20%,0%,35%,6%) (0.20/0.00/0.35/0.06) 

CMYK percentages

%20
%0
%35.42
%5.88

Codes

Color #C0F09B in popluar color models

C0 F0 9B
RGB 192 240 155
HSL 94° 73.91% 77.45%
HSB/HSV 94° 35.42% 94.12%
CMYK 20.00% 0.00% 35.42%
5.88%

Color #C0F09B in popluar number systems.

HEX C0 F0 9B
Decimal 192 240 155
Binary 11000000 11110000 10011011
Octal 300 360 233

Shades and tints

Shades of #C0F09B

#C0F09B
(192,240,155)
#AFDB8D
(175,219,141)
#9EC67F
(158,198,127)
#8DB171
(141,177,113)
#7C9C63
(124,156,99)
#6B8755
(107,135,85)
#5A7247
(90,114,71)
#495D39
(73,93,57)
#38482B
(56,72,43)
#27331D
(39,51,29)
#161E0F
(22,30,15)
#000000
(0,0,0)

Tints of #C0F09B

#C0F09B
(192,240,155)
#C5F1A4
(197,241,164)
#CAF2AD
(202,242,173)
#CFF3B6
(207,243,182)
#D4F4BF
(212,244,191)
#D9F5C8
(217,245,200)
#DEF6D1
(222,246,209)
#E3F7DA
(227,247,218)
#E8F8E3
(232,248,227)
#EDF9EC
(237,249,236)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0F09B; }

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

This text font color is #C0F09B.

Background Color

.myBgColor { background-color: #C0F09B; }

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

This div background color is #C0F09B.

Border color

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

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

This div border color is #C0F09B.

Opacity

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

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

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

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

This text has shadow with #C0F09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0F09B.

Preview

Color preview on black background

This text has color #C0F09B on black background.


Color preview on white background

This text has color #C0F09B on white background.


Black color preview on #C0F09B background

This text has black color on #C0F09B background.


White color preview on #C0F09B background

This text has white color on #C0F09B background.


Related colors

Complementary color

Complementary color for #hex is #3F0F64.


I love getcolorcode.com

Triadic colors

1 #9BC0F0 and #F09BC0 with #C0F09B are triadic colors.

2 #9BF0C0 and #F0C09B with #C0F09B are triadic colors.