COLOR #9AEB7C

HEX: #9AEB7C
RGB: (154,235,124)

Color info

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

RGB color model

#9AEB7C color RGB value is (154,235,124).

  • red value is 154;
  • green value is 235;
  • blue value is 124.
RGB:
(154,235,124)
(60%,92%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 235 of 255 = 92%
B 124 of 255 = 49%

154
235
124

R + G + B ~ 67%. #9AEB7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 235 + 124 = 513 (100%)
R 154 of 513 ~ 30.02%
G 235 of 513 ~ 45.81%
B 124 of 513 ~ 24.17%

%30.02
%45.81
%24.17

CMYK color model

#9AEB7C color CMYK value is (34,0,47,8).

  • cyan value is 34.47%
  • magenta value is 0.00%
  • yellow value is 47.23%
  • key color value is 7.84%
CMYK:
(34,0,47,8)
C34M0Y47K8 
(34%,0%,47%,8%)
(0.34/0.00/0.47/0.08)	

CMYK percentages

%34.47
%0
%47.23
%7.84

Codes

Color #9AEB7C in popluar color models

9AEB7C
RGB154235124
HSL104°73.51%70.39%
HSB/HSV104°47.23%92.16%
CMYK34.47%0.00%47.23%
7.84%

Color #9AEB7C in popluar number systems.

HEX9AEB7C
Decimal154235124
Binary10011010111010111111100
Octal232353174

Shades and tints

Shades of #9AEB7C

#9AEB7C
(154,235,124)
#8CD671
(140,214,113)
#7EC166
(126,193,102)
#70AC5B
(112,172,91)
#629750
(98,151,80)
#548245
(84,130,69)
#466D3A
(70,109,58)
#38582F
(56,88,47)
#2A4324
(42,67,36)
#1C2E19
(28,46,25)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #9AEB7C

#9AEB7C
(154,235,124)
#A3EC87
(163,236,135)
#ACED92
(172,237,146)
#B5EE9D
(181,238,157)
#BEEFA8
(190,239,168)
#C7F0B3
(199,240,179)
#D0F1BE
(208,241,190)
#D9F2C9
(217,242,201)
#E2F3D4
(226,243,212)
#EBF4DF
(235,244,223)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AEB7C color. Also use rgb(154,235,124) instead hex code.

Text Font Color

.myTextColor { color: #9AEB7C; }

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

This text font color is #9AEB7C.


Background Color

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

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

This div background color is #9AEB7C.


Border color

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

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

This div border color is #9AEB7C.


Opacity

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

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

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

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

This text has shadow with #9AEB7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEB7C on black background.


Color preview on white background

This text has color #9AEB7C on white background.



Black color preview on #9AEB7C background

This text has black color on #9AEB7C background.


White color preview on #9AEB7C background

This text has white color on #9AEB7C background.