COLOR #C0F5A4

HEX: #C0F5A4
RGB: (192,245,164)

Color info

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

RGB color model

#C0F5A4 color RGB value is (192,245,164).

  • red value is 192;
  • green value is 245;
  • blue value is 164.
RGB:
(192,245,164)
(75%,96%,64%)

RGB channels and saturation

R 192 of 255 = 75%
G 245 of 255 = 96%
B 164 of 255 = 64%

192
245
164

R + G + B ~ 78%. #C0F5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 245 + 164 = 601 (100%)
R 192 of 601 ~ 31.95%
G 245 of 601 ~ 40.77%
B 164 of 601 ~ 27.29%

%31.95
%40.77
%27.29

CMYK color model

#C0F5A4 color CMYK value is (22,0,33,4).

  • cyan value is 21.63%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 3.92%
CMYK:
(22,0,33,4)
C22M0Y33K4 
(22%,0%,33%,4%)
(0.22/0.00/0.33/0.04)	

CMYK percentages

%21.63
%0
%33.06
%3.92

Codes

Color #C0F5A4 in popluar color models

C0F5A4
RGB192245164
HSL99°80.20%80.20%
HSB/HSV99°33.06%96.08%
CMYK21.63%0.00%33.06%
3.92%

Color #C0F5A4 in popluar number systems.

HEXC0F5A4
Decimal192245164
Binary110000001111010110100100
Octal300365244

Shades and tints

Shades of #C0F5A4

#C0F5A4
(192,245,164)
#AFDF96
(175,223,150)
#9EC988
(158,201,136)
#8DB37A
(141,179,122)
#7C9D6C
(124,157,108)
#6B875E
(107,135,94)
#5A7150
(90,113,80)
#495B42
(73,91,66)
#384534
(56,69,52)
#272F26
(39,47,38)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #C0F5A4

#C0F5A4
(192,245,164)
#C5F5AC
(197,245,172)
#CAF5B4
(202,245,180)
#CFF5BC
(207,245,188)
#D4F5C4
(212,245,196)
#D9F5CC
(217,245,204)
#DEF5D4
(222,245,212)
#E3F5DC
(227,245,220)
#E8F5E4
(232,245,228)
#EDF5EC
(237,245,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F5A4 color. Also use rgb(192,245,164) instead hex code.

Text Font Color

.myTextColor { color: #C0F5A4; }

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

This text font color is #C0F5A4.


Background Color

.myBgColor { background-color: #C0F5A4; }

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

This div background color is #C0F5A4.


Border color

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

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

This div border color is #C0F5A4.


Opacity

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

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

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

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

This text has shadow with #C0F5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F5A4 on black background.


Color preview on white background

This text has color #C0F5A4 on white background.



Black color preview on #C0F5A4 background

This text has black color on #C0F5A4 background.


White color preview on #C0F5A4 background

This text has white color on #C0F5A4 background.