COLOR #94CA82

HEX: #94CA82
RGB: (148,202,130)

Color info

#94CA82 contains mainly red and green colors. Web safe color of #94CA82 is #99CC99 (or #9C9).

RGB color model

#94CA82 color RGB value is (148,202,130).

  • red value is 148;
  • green value is 202;
  • blue value is 130.
RGB:
(148,202,130)
(58%,79%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 202 of 255 = 79%
B 130 of 255 = 51%

148
202
130

R + G + B ~ 63%. #94CA82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 202 + 130 = 480 (100%)
R 148 of 480 ~ 30.83%
G 202 of 480 ~ 42.08%
B 130 of 480 ~ 27.08%

%30.83
%42.08
%27.08

CMYK color model

#94CA82 color CMYK value is (27,0,36,21).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 20.78%
CMYK:
(27,0,36,21)
C27M0Y36K21 
(27%,0%,36%,21%)
(0.27/0.00/0.36/0.21)	

CMYK percentages

%26.73
%0
%35.64
%20.78

Codes

Color #94CA82 in popluar color models

94CA82
RGB148202130
HSL105°40.45%65.10%
HSB/HSV105°35.64%79.22%
CMYK26.73%0.00%35.64%
20.78%

Color #94CA82 in popluar number systems.

HEX94CA82
Decimal148202130
Binary100101001100101010000010
Octal224312202

Shades and tints

Shades of #94CA82

#94CA82
(148,202,130)
#87B877
(135,184,119)
#7AA66C
(122,166,108)
#6D9461
(109,148,97)
#608256
(96,130,86)
#53704B
(83,112,75)
#465E40
(70,94,64)
#394C35
(57,76,53)
#2C3A2A
(44,58,42)
#1F281F
(31,40,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #94CA82

#94CA82
(148,202,130)
#9DCE8D
(157,206,141)
#A6D298
(166,210,152)
#AFD6A3
(175,214,163)
#B8DAAE
(184,218,174)
#C1DEB9
(193,222,185)
#CAE2C4
(202,226,196)
#D3E6CF
(211,230,207)
#DCEADA
(220,234,218)
#E5EEE5
(229,238,229)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94CA82 color. Also use rgb(148,202,130) instead hex code.

Text Font Color

.myTextColor { color: #94CA82; }

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

This text font color is #94CA82.


Background Color

.myBgColor { background-color: #94CA82; }

<div style="background-color:#94CA82">Inner text</div>

This div background color is #94CA82.


Border color

.myBorderColor { border: 1px solid #94CA82; }

<div style="border:3px solid #94CA82">Div</div>

This div border color is #94CA82.


Opacity

.myOpacity80 { color: #94CA82; opacity: 0.8; }

<p style="color:#94CA82;opacity:0.8;">80%</p>

Text with #94CA82 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 #94CA82;}

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

This text has shadow with #94CA82 color.

.textShadow {text-shadow: 3px 3px 1px #94CA82, 3px 3px 1px red;}

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

This text has shadow with #94CA82 primary color and red secondary color.


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

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

This text has shadow with #94CA82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CA82 on black background.


Color preview on white background

This text has color #94CA82 on white background.



Black color preview on #94CA82 background

This text has black color on #94CA82 background.


White color preview on #94CA82 background

This text has white color on #94CA82 background.