COLOR #92DC92

HEX: #92DC92
RGB: (146,220,146)

Color info

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

RGB color model

#92DC92 color RGB value is (146,220,146).

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

RGB channels and saturation

R 146 of 255 = 57%
G 220 of 255 = 86%
B 146 of 255 = 57%

146
220
146

R + G + B ~ 67%. #92DC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 220 + 146 = 512 (100%)
R 146 of 512 ~ 28.52%
G 220 of 512 ~ 42.97%
B 146 of 512 ~ 28.52%

%28.52
%42.97
%28.52

CMYK color model

#92DC92 color CMYK value is (34,0,34,14).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 13.73%
CMYK:
(34,0,34,14)
C34M0Y34K14 
(34%,0%,34%,14%)
(0.34/0.00/0.34/0.14)	

CMYK percentages

%33.64
%0
%33.64
%13.73

Codes

Color #92DC92 in popluar color models

92DC92
RGB146220146
HSL120°51.39%71.76%
HSB/HSV120°33.64%86.27%
CMYK33.64%0.00%33.64%
13.73%

Color #92DC92 in popluar number systems.

HEX92DC92
Decimal146220146
Binary100100101101110010010010
Octal222334222

Shades and tints

Shades of #92DC92

#92DC92
(146,220,146)
#85C885
(133,200,133)
#78B478
(120,180,120)
#6BA06B
(107,160,107)
#5E8C5E
(94,140,94)
#517851
(81,120,81)
#446444
(68,100,68)
#375037
(55,80,55)
#2A3C2A
(42,60,42)
#1D281D
(29,40,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #92DC92

#92DC92
(146,220,146)
#9BDF9B
(155,223,155)
#A4E2A4
(164,226,164)
#ADE5AD
(173,229,173)
#B6E8B6
(182,232,182)
#BFEBBF
(191,235,191)
#C8EEC8
(200,238,200)
#D1F1D1
(209,241,209)
#DAF4DA
(218,244,218)
#E3F7E3
(227,247,227)
#ECFAEC
(236,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92DC92; }

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

This text font color is #92DC92.


Background Color

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

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

This div background color is #92DC92.


Border color

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

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

This div border color is #92DC92.


Opacity

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

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

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

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

This text has shadow with #92DC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92DC92 on black background.


Color preview on white background

This text has color #92DC92 on white background.



Black color preview on #92DC92 background

This text has black color on #92DC92 background.


White color preview on #92DC92 background

This text has white color on #92DC92 background.