COLOR #00CC99

HEX: #00CC99
RGB: (0,204,153)

Renk bilgisi

#00CC99 contains only green and blue colors. #00CC99 color is web safe color. It maybe written shortly as #0C9.

RGB renk modeli

#00CC99 color RGB value is (0,204,153).

  • kırmız ton 0;
  • yeşil ton 204;
  • mavi ton 153.
RGB:
(0,204,153)
(0%,80%,60%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 204 of 255 = 80%
B 153 of 255 = 60%

0
204
153

R + G + B ~ 47%. #00CC99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 204 + 153 = 357 (100%)
R 0 of 357 ~ 0%
G 204 of 357 ~ 57.14%
B 153 of 357 ~ 42.86%

%57.14
%42.86

CMYK RENK MODELİ

#00CC99 rengi CMYK tonu (100,0,25,20).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 20.00%
CMYK:
(100,0,25,20)
C100M0Y25K20 
(100%,0%,25%,20%)
(1.00/0.00/0.25/0.20)	

CMYK yüzdeleri

%100
%0
%25
%20

Codes

Color #00CC99 in popluar color models

00CC99
RGB0204153
HSL165°100.00%40.00%
HSB/HSV165°100.00%80.00%
CMYK100.00%0.00%25.00%
20.00%

Color #00CC99 in popluar number systems.

HEX00CC99
Decimal0204153
Binary01100110010011001
Octal0314231

Shades and tints

Shades of #00CC99

#00CC99
(0,204,153)
#00BA8C
(0,186,140)
#00A87F
(0,168,127)
#009672
(0,150,114)
#008465
(0,132,101)
#007258
(0,114,88)
#00604B
(0,96,75)
#004E3E
(0,78,62)
#003C31
(0,60,49)
#002A24
(0,42,36)
#001817
(0,24,23)
#000000
(0,0,0)

Tints of #00CC99

#00CC99
(0,204,153)
#17D0A2
(23,208,162)
#2ED4AB
(46,212,171)
#45D8B4
(69,216,180)
#5CDCBD
(92,220,189)
#73E0C6
(115,224,198)
#8AE4CF
(138,228,207)
#A1E8D8
(161,232,216)
#B8ECE1
(184,236,225)
#CFF0EA
(207,240,234)
#E6F4F3
(230,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00CC99 color. Also use rgb(0,204,153) instead hex code.

Text Font Color

.myTextColor { color: #00CC99; }

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

This text font color is #00CC99.


Background Color

.myBgColor { background-color: #00CC99; }

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

This div background color is #00CC99.


Border color

.myBorderColor { border: 1px solid #00CC99; }

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

This div border color is #00CC99.


Opacity

.myOpacity80 { color: #00CC99; opacity: 0.8; }

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

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

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

This text has shadow with #00CC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00CC99 on black background.


Color preview on white background

This text has color #00CC99 on white background.



Black color preview on #00CC99 background

This text has black color on #00CC99 background.


White color preview on #00CC99 background

This text has white color on #00CC99 background.