COLOR #99CC00

HEX: #99CC00
RGB: (153,204,0)

Renk bilgisi

#99CC00 contains only red and green colors. #99CC00 color is web safe color. It maybe written shortly as #9C0.

RGB renk modeli

#99CC00 color RGB value is (153,204,0).

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

RGB bağlantıları ve doygunluk

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

153
204
0

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

Yüzdelerle RGB renk parçaları

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

%42.86
%57.14

CMYK RENK MODELİ

#99CC00 rengi CMYK tonu (25,0,100,20).

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

CMYK yüzdeleri

%25
%0
%100
%20

Codes

Color #99CC00 in popluar color models

99CC00
RGB1532040
HSL75°100.00%40.00%
HSB/HSV75°100.00%80.00%
CMYK25.00%0.00%100.00%
20.00%

Color #99CC00 in popluar number systems.

HEX99CC00
Decimal1532040
Binary10011001110011000
Octal2313140

Shades and tints

Shades of #99CC00

#99CC00
(153,204,0)
#8CBA00
(140,186,0)
#7FA800
(127,168,0)
#729600
(114,150,0)
#658400
(101,132,0)
#587200
(88,114,0)
#4B6000
(75,96,0)
#3E4E00
(62,78,0)
#313C00
(49,60,0)
#242A00
(36,42,0)
#171800
(23,24,0)
#000000
(0,0,0)

Tints of #99CC00

#99CC00
(153,204,0)
#A2D017
(162,208,23)
#ABD42E
(171,212,46)
#B4D845
(180,216,69)
#BDDC5C
(189,220,92)
#C6E073
(198,224,115)
#CFE48A
(207,228,138)
#D8E8A1
(216,232,161)
#E1ECB8
(225,236,184)
#EAF0CF
(234,240,207)
#F3F4E6
(243,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CC00; }

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

This text font color is #99CC00.


Background Color

.myBgColor { background-color: #99CC00; }

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

This div background color is #99CC00.


Border color

.myBorderColor { border: 1px solid #99CC00; }

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

This div border color is #99CC00.


Opacity

.myOpacity80 { color: #99CC00; opacity: 0.8; }

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

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

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

This text has shadow with #99CC00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CC00 on black background.


Color preview on white background

This text has color #99CC00 on white background.



Black color preview on #99CC00 background

This text has black color on #99CC00 background.


White color preview on #99CC00 background

This text has white color on #99CC00 background.