COLOR #92D992

HEX: #92D992
RGB: (146,217,146)

Color info

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

RGB color model

#92D992 color RGB value is (146,217,146).

  • red value is 146;
  • green value is 217;
  • blue value is 146.
RGB:
(146,217,146)
(57%,85%,57%)

RGB channels and saturation

R 146 of 255 = 57%
G 217 of 255 = 85%
B 146 of 255 = 57%

146
217
146

R + G + B ~ 66%. #92D992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 217 + 146 = 509 (100%)
R 146 of 509 ~ 28.68%
G 217 of 509 ~ 42.63%
B 146 of 509 ~ 28.68%

%28.68
%42.63
%28.68

CMYK color model

#92D992 color CMYK value is (33,0,33,15).

  • cyan value is 32.72%
  • magenta value is 0.00%
  • yellow value is 32.72%
  • key color value is 14.90%
CMYK:
(33,0,33,15)
C33M0Y33K15 
(33%,0%,33%,15%)
(0.33/0.00/0.33/0.15)	

CMYK percentages

%32.72
%0
%32.72
%14.9

Codes

Color #92D992 in popluar color models

92D992
RGB146217146
HSL120°48.30%71.18%
HSB/HSV120°32.72%85.10%
CMYK32.72%0.00%32.72%
14.90%

Color #92D992 in popluar number systems.

HEX92D992
Decimal146217146
Binary100100101101100110010010
Octal222331222

Shades and tints

Shades of #92D992

#92D992
(146,217,146)
#85C685
(133,198,133)
#78B378
(120,179,120)
#6BA06B
(107,160,107)
#5E8D5E
(94,141,94)
#517A51
(81,122,81)
#446744
(68,103,68)
#375437
(55,84,55)
#2A412A
(42,65,42)
#1D2E1D
(29,46,29)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #92D992

#92D992
(146,217,146)
#9BDC9B
(155,220,155)
#A4DFA4
(164,223,164)
#ADE2AD
(173,226,173)
#B6E5B6
(182,229,182)
#BFE8BF
(191,232,191)
#C8EBC8
(200,235,200)
#D1EED1
(209,238,209)
#DAF1DA
(218,241,218)
#E3F4E3
(227,244,227)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92D992; }

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

This text font color is #92D992.


Background Color

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

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

This div background color is #92D992.


Border color

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

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

This div border color is #92D992.


Opacity

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

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

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

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

This text has shadow with #92D992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92D992 on black background.


Color preview on white background

This text has color #92D992 on white background.



Black color preview on #92D992 background

This text has black color on #92D992 background.


White color preview on #92D992 background

This text has white color on #92D992 background.