COLOR #92D073

HEX: #92D073 RGB: (146,208,115)

Color info

#92D073 contains mainly green color. Web safe color of #92D073 is #99CC66 (or #9C6).

RGB color model

#92D073 color RGB value is (146,208,115).

RGB: (146,208,115) (57%, 82%, 45%)

RGB channels and saturation

R 146 of 255 = 57%
G 208 of 255 = 82%
B 115 of 255 = 45%

146
208
115

R + G + B ~ 61%. #92D073 is quite light color.

Portions of RGB colors in percentages

R + G + B = 146 + 208 + 115 = 469 (100%)
R 146 of 469 ~ 31.13%
G 208 of 469 ~ 44.35%
B 115 of 469 ~ 24.52'%

%31.13
%44.35
%24.52

CMYK color model

#92D073 color CMYK value is (30,0,45,18).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 18.43%

CMYK: (30,0,45,18)
C30M0Y45K18 (30%, 0%, 45%, 18%)
(0.30 / 0.00 / 0.45 / 0.18)

CMYK percentages

%29.81
%0
%44.71
%18.43

Codes

Color #92D073 in popluar color models

92 D0 73
RGB 146 208 115
HSL 100° 49.73% 63.33%
HSB/HSV 100° 44.71% 81.57%
CMYK 29.81% 0.00% 44.71%
18.43%

Color #92D073 in popluar number systems.

HEX 92 D0 73
Decimal 146 208 115
Binary 10010010 11010000 1110011
Octal 222 320 163

Shades and tints

Shades of #92D073

#92D073
(146,208,115)
#85BE69
(133,190,105)
#78AC5F
(120,172,95)
#6B9A55
(107,154,85)
#5E884B
(94,136,75)
#517641
(81,118,65)
#446437
(68,100,55)
#37522D
(55,82,45)
#2A4023
(42,64,35)
#1D2E19
(29,46,25)
#101C0F
(16,28,15)
#000000
(0,0,0)

Tints of #92D073

#92D073
(146,208,115)
#9BD47F
(155,212,127)
#A4D88B
(164,216,139)
#ADDC97
(173,220,151)
#B6E0A3
(182,224,163)
#BFE4AF
(191,228,175)
#C8E8BB
(200,232,187)
#D1ECC7
(209,236,199)
#DAF0D3
(218,240,211)
#E3F4DF
(227,244,223)
#ECF8EB
(236,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92D073; }

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

This text font color is #92D073.

Background Color

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

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

This div background color is #92D073.

Border color

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

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

This div border color is #92D073.

Opacity

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

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

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

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

This text has shadow with #92D073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92D073.

Preview

Color preview on black background

This text has color #92D073 on black background.


Color preview on white background

This text has color #92D073 on white background.


Black color preview on #92D073 background

This text has black color on #92D073 background.


White color preview on #92D073 background

This text has white color on #92D073 background.


Related colors

Complementary color

Complementary color for #hex is #6D2F8C.


I love getcolorcode.com

Triadic colors

1 #7392D0 and #D07392 with #92D073 are triadic colors.

2 #73D092 and #D09273 with #92D073 are triadic colors.