COLOR #5C9000

HEX: #5C9000
RGB: (92,144,0)

Color info

#5C9000 contains only red and green colors. Web safe color of #5C9000 is #669900 (or #690).

RGB color model

#5C9000 color RGB value is (92,144,0).

  • red value is 92;
  • green value is 144;
  • blue value is 0.
RGB:
(92,144,0)
(36%,56%,0%)

RGB channels and saturation

R 92 of 255 = 36%
G 144 of 255 = 56%
B 0 of 255 = 0%

92
144
0

R + G + B ~ 31%. #5C9000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 144 + 0 = 236 (100%)
R 92 of 236 ~ 38.98%
G 144 of 236 ~ 61.02%
B 0 of 236 ~ 0%

%38.98
%61.02

CMYK color model

#5C9000 color CMYK value is (36,0,100,44).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 43.53%
CMYK:
(36,0,100,44)
C36M0Y100K44 
(36%,0%,100%,44%)
(0.36/0.00/1.00/0.44)	

CMYK percentages

%36.11
%0
%100
%43.53

Codes

Color #5C9000 in popluar color models

5C9000
RGB921440
HSL82°100.00%28.24%
HSB/HSV82°100.00%56.47%
CMYK36.11%0.00%100.00%
43.53%

Color #5C9000 in popluar number systems.

HEX5C9000
Decimal921440
Binary1011100100100000
Octal1342200

Shades and tints

Shades of #5C9000

#5C9000
(92,144,0)
#548300
(84,131,0)
#4C7600
(76,118,0)
#446900
(68,105,0)
#3C5C00
(60,92,0)
#344F00
(52,79,0)
#2C4200
(44,66,0)
#243500
(36,53,0)
#1C2800
(28,40,0)
#141B00
(20,27,0)
#0C0E00
(12,14,0)
#000000
(0,0,0)

Tints of #5C9000

#5C9000
(92,144,0)
#6A9A17
(106,154,23)
#78A42E
(120,164,46)
#86AE45
(134,174,69)
#94B85C
(148,184,92)
#A2C273
(162,194,115)
#B0CC8A
(176,204,138)
#BED6A1
(190,214,161)
#CCE0B8
(204,224,184)
#DAEACF
(218,234,207)
#E8F4E6
(232,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9000 color. Also use rgb(92,144,0) instead hex code.

Text Font Color

.myTextColor { color: #5C9000; }

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

This text font color is #5C9000.


Background Color

.myBgColor { background-color: #5C9000; }

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

This div background color is #5C9000.


Border color

.myBorderColor { border: 1px solid #5C9000; }

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

This div border color is #5C9000.


Opacity

.myOpacity80 { color: #5C9000; opacity: 0.8; }

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

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

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

This text has shadow with #5C9000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9000 on black background.


Color preview on white background

This text has color #5C9000 on white background.



Black color preview on #5C9000 background

This text has black color on #5C9000 background.


White color preview on #5C9000 background

This text has white color on #5C9000 background.