COLOR #9AC258

HEX: #9AC258
RGB: (154,194,88)

Color info

#9AC258 contains mainly red and green colors. Web safe color of #9AC258 is #99CC66 (or #9C6).

RGB color model

#9AC258 color RGB value is (154,194,88).

  • red value is 154;
  • green value is 194;
  • blue value is 88.
RGB:
(154,194,88)
(60%,76%,35%)

RGB channels and saturation

R 154 of 255 = 60%
G 194 of 255 = 76%
B 88 of 255 = 35%

154
194
88

R + G + B ~ 57%. #9AC258 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 194 + 88 = 436 (100%)
R 154 of 436 ~ 35.32%
G 194 of 436 ~ 44.5%
B 88 of 436 ~ 20.18%

%35.32
%44.5
%20.18

CMYK color model

#9AC258 color CMYK value is (21,0,55,24).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 54.64%
  • key color value is 23.92%
CMYK:
(21,0,55,24)
C21M0Y55K24 
(21%,0%,55%,24%)
(0.21/0.00/0.55/0.24)	

CMYK percentages

%20.62
%0
%54.64
%23.92

Codes

Color #9AC258 in popluar color models

9AC258
RGB15419488
HSL83°46.49%55.29%
HSB/HSV83°54.64%76.08%
CMYK20.62%0.00%54.64%
23.92%

Color #9AC258 in popluar number systems.

HEX9AC258
Decimal15419488
Binary10011010110000101011000
Octal232302130

Shades and tints

Shades of #9AC258

#9AC258
(154,194,88)
#8CB150
(140,177,80)
#7EA048
(126,160,72)
#708F40
(112,143,64)
#627E38
(98,126,56)
#546D30
(84,109,48)
#465C28
(70,92,40)
#384B20
(56,75,32)
#2A3A18
(42,58,24)
#1C2910
(28,41,16)
#0E1808
(14,24,8)
#000000
(0,0,0)

Tints of #9AC258

#9AC258
(154,194,88)
#A3C767
(163,199,103)
#ACCC76
(172,204,118)
#B5D185
(181,209,133)
#BED694
(190,214,148)
#C7DBA3
(199,219,163)
#D0E0B2
(208,224,178)
#D9E5C1
(217,229,193)
#E2EAD0
(226,234,208)
#EBEFDF
(235,239,223)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC258 color. Also use rgb(154,194,88) instead hex code.

Text Font Color

.myTextColor { color: #9AC258; }

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

This text font color is #9AC258.


Background Color

.myBgColor { background-color: #9AC258; }

<div style="background-color:#9AC258">Inner text</div>

This div background color is #9AC258.


Border color

.myBorderColor { border: 1px solid #9AC258; }

<div style="border:3px solid #9AC258">Div</div>

This div border color is #9AC258.


Opacity

.myOpacity80 { color: #9AC258; opacity: 0.8; }

<p style="color:#9AC258;opacity:0.8;">80%</p>

Text with #9AC258 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 #9AC258;}

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

This text has shadow with #9AC258 color.

.textShadow {text-shadow: 3px 3px 1px #9AC258, 3px 3px 1px red;}

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

This text has shadow with #9AC258 primary color and red secondary color.


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

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

This text has shadow with #9AC258 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC258 on black background.


Color preview on white background

This text has color #9AC258 on white background.



Black color preview on #9AC258 background

This text has black color on #9AC258 background.


White color preview on #9AC258 background

This text has white color on #9AC258 background.