COLOR #92EB7E

HEX: #92EB7E
RGB: (146,235,126)

Color info

#92EB7E contains mainly green color. Web safe color of #92EB7E is #99FF66 (or #9F6).

RGB color model

#92EB7E color RGB value is (146,235,126).

  • red value is 146;
  • green value is 235;
  • blue value is 126.
RGB:
(146,235,126)
(57%,92%,49%)

RGB channels and saturation

R 146 of 255 = 57%
G 235 of 255 = 92%
B 126 of 255 = 49%

146
235
126

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

Portions of RGB colors in percentages

R + G + B =
146 + 235 + 126 = 507 (100%)
R 146 of 507 ~ 28.8%
G 235 of 507 ~ 46.35%
B 126 of 507 ~ 24.85%

%28.8
%46.35
%24.85

CMYK color model

#92EB7E color CMYK value is (38,0,46,8).

  • cyan value is 37.87%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 7.84%
CMYK:
(38,0,46,8)
C38M0Y46K8 
(38%,0%,46%,8%)
(0.38/0.00/0.46/0.08)	

CMYK percentages

%37.87
%0
%46.38
%7.84

Codes

Color #92EB7E in popluar color models

92EB7E
RGB146235126
HSL109°73.15%70.78%
HSB/HSV109°46.38%92.16%
CMYK37.87%0.00%46.38%
7.84%

Color #92EB7E in popluar number systems.

HEX92EB7E
Decimal146235126
Binary10010010111010111111110
Octal222353176

Shades and tints

Shades of #92EB7E

#92EB7E
(146,235,126)
#85D673
(133,214,115)
#78C168
(120,193,104)
#6BAC5D
(107,172,93)
#5E9752
(94,151,82)
#518247
(81,130,71)
#446D3C
(68,109,60)
#375831
(55,88,49)
#2A4326
(42,67,38)
#1D2E1B
(29,46,27)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #92EB7E

#92EB7E
(146,235,126)
#9BEC89
(155,236,137)
#A4ED94
(164,237,148)
#ADEE9F
(173,238,159)
#B6EFAA
(182,239,170)
#BFF0B5
(191,240,181)
#C8F1C0
(200,241,192)
#D1F2CB
(209,242,203)
#DAF3D6
(218,243,214)
#E3F4E1
(227,244,225)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92EB7E; }

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

This text font color is #92EB7E.


Background Color

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

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

This div background color is #92EB7E.


Border color

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

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

This div border color is #92EB7E.


Opacity

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

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

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

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

This text has shadow with #92EB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92EB7E on black background.


Color preview on white background

This text has color #92EB7E on white background.



Black color preview on #92EB7E background

This text has black color on #92EB7E background.


White color preview on #92EB7E background

This text has white color on #92EB7E background.