COLOR #92CF93

HEX: #92CF93
RGB: (146,207,147)

Color info

#92CF93 contains mainly green color. Web safe color of #92CF93 is #99CC99 (or #9C9).

RGB color model

#92CF93 color RGB value is (146,207,147).

  • red value is 146;
  • green value is 207;
  • blue value is 147.
RGB:
(146,207,147)
(57%,81%,58%)

RGB channels and saturation

R 146 of 255 = 57%
G 207 of 255 = 81%
B 147 of 255 = 58%

146
207
147

R + G + B ~ 65%. #92CF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 207 + 147 = 500 (100%)
R 146 of 500 ~ 29.2%
G 207 of 500 ~ 41.4%
B 147 of 500 ~ 29.4%

%29.2
%41.4
%29.4

CMYK color model

#92CF93 color CMYK value is (29,0,29,19).

  • cyan value is 29.47%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%
CMYK:
(29,0,29,19)
C29M0Y29K19 
(29%,0%,29%,19%)
(0.29/0.00/0.29/0.19)	

CMYK percentages

%29.47
%0
%28.99
%18.82

Codes

Color #92CF93 in popluar color models

92CF93
RGB146207147
HSL121°38.85%69.22%
HSB/HSV121°29.47%81.18%
CMYK29.47%0.00%28.99%
18.82%

Color #92CF93 in popluar number systems.

HEX92CF93
Decimal146207147
Binary100100101100111110010011
Octal222317223

Shades and tints

Shades of #92CF93

#92CF93
(146,207,147)
#85BD86
(133,189,134)
#78AB79
(120,171,121)
#6B996C
(107,153,108)
#5E875F
(94,135,95)
#517552
(81,117,82)
#446345
(68,99,69)
#375138
(55,81,56)
#2A3F2B
(42,63,43)
#1D2D1E
(29,45,30)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #92CF93

#92CF93
(146,207,147)
#9BD39C
(155,211,156)
#A4D7A5
(164,215,165)
#ADDBAE
(173,219,174)
#B6DFB7
(182,223,183)
#BFE3C0
(191,227,192)
#C8E7C9
(200,231,201)
#D1EBD2
(209,235,210)
#DAEFDB
(218,239,219)
#E3F3E4
(227,243,228)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92CF93 color. Also use rgb(146,207,147) instead hex code.

Text Font Color

.myTextColor { color: #92CF93; }

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

This text font color is #92CF93.


Background Color

.myBgColor { background-color: #92CF93; }

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

This div background color is #92CF93.


Border color

.myBorderColor { border: 1px solid #92CF93; }

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

This div border color is #92CF93.


Opacity

.myOpacity80 { color: #92CF93; opacity: 0.8; }

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

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

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

This text has shadow with #92CF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92CF93 on black background.


Color preview on white background

This text has color #92CF93 on white background.



Black color preview on #92CF93 background

This text has black color on #92CF93 background.


White color preview on #92CF93 background

This text has white color on #92CF93 background.