COLOR #92EF93

HEX: #92EF93
RGB: (146,239,147)

Color info

#92EF93 contains mainly green color. Web safe color of #92EF93 is #99FF99 (or #9F9).

RGB color model

#92EF93 color RGB value is (146,239,147).

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

RGB channels and saturation

R 146 of 255 = 57%
G 239 of 255 = 94%
B 147 of 255 = 58%

146
239
147

R + G + B ~ 70%. #92EF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 239 + 147 = 532 (100%)
R 146 of 532 ~ 27.44%
G 239 of 532 ~ 44.92%
B 147 of 532 ~ 27.63%

%27.44
%44.92
%27.63

CMYK color model

#92EF93 color CMYK value is (39,0,38,6).

  • cyan value is 38.91%
  • magenta value is 0.00%
  • yellow value is 38.49%
  • key color value is 6.27%
CMYK:
(39,0,38,6)
C39M0Y38K6 
(39%,0%,38%,6%)
(0.39/0.00/0.38/0.06)	

CMYK percentages

%38.91
%0
%38.49
%6.27

Codes

Color #92EF93 in popluar color models

92EF93
RGB146239147
HSL121°74.40%75.49%
HSB/HSV121°38.91%93.73%
CMYK38.91%0.00%38.49%
6.27%

Color #92EF93 in popluar number systems.

HEX92EF93
Decimal146239147
Binary100100101110111110010011
Octal222357223

Shades and tints

Shades of #92EF93

#92EF93
(146,239,147)
#85DA86
(133,218,134)
#78C579
(120,197,121)
#6BB06C
(107,176,108)
#5E9B5F
(94,155,95)
#518652
(81,134,82)
#447145
(68,113,69)
#375C38
(55,92,56)
#2A472B
(42,71,43)
#1D321E
(29,50,30)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #92EF93

#92EF93
(146,239,147)
#9BF09C
(155,240,156)
#A4F1A5
(164,241,165)
#ADF2AE
(173,242,174)
#B6F3B7
(182,243,183)
#BFF4C0
(191,244,192)
#C8F5C9
(200,245,201)
#D1F6D2
(209,246,210)
#DAF7DB
(218,247,219)
#E3F8E4
(227,248,228)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92EF93; }

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

This text font color is #92EF93.


Background Color

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

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

This div background color is #92EF93.


Border color

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

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

This div border color is #92EF93.


Opacity

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

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

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

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

This text has shadow with #92EF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92EF93 on black background.


Color preview on white background

This text has color #92EF93 on white background.



Black color preview on #92EF93 background

This text has black color on #92EF93 background.


White color preview on #92EF93 background

This text has white color on #92EF93 background.