COLOR #9AEB5A

HEX: #9AEB5A
RGB: (154,235,90)

Color info

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

RGB color model

#9AEB5A color RGB value is (154,235,90).

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

RGB channels and saturation

R 154 of 255 = 60%
G 235 of 255 = 92%
B 90 of 255 = 35%

154
235
90

R + G + B ~ 62%. #9AEB5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 235 + 90 = 479 (100%)
R 154 of 479 ~ 32.15%
G 235 of 479 ~ 49.06%
B 90 of 479 ~ 18.79%

%32.15
%49.06
%18.79

CMYK color model

#9AEB5A color CMYK value is (34,0,62,8).

  • cyan value is 34.47%
  • magenta value is 0.00%
  • yellow value is 61.70%
  • key color value is 7.84%
CMYK:
(34,0,62,8)
C34M0Y62K8 
(34%,0%,62%,8%)
(0.34/0.00/0.62/0.08)	

CMYK percentages

%34.47
%0
%61.7
%7.84

Codes

Color #9AEB5A in popluar color models

9AEB5A
RGB15423590
HSL94°78.38%63.73%
HSB/HSV94°61.70%92.16%
CMYK34.47%0.00%61.70%
7.84%

Color #9AEB5A in popluar number systems.

HEX9AEB5A
Decimal15423590
Binary10011010111010111011010
Octal232353132

Shades and tints

Shades of #9AEB5A

#9AEB5A
(154,235,90)
#8CD652
(140,214,82)
#7EC14A
(126,193,74)
#70AC42
(112,172,66)
#62973A
(98,151,58)
#548232
(84,130,50)
#466D2A
(70,109,42)
#385822
(56,88,34)
#2A431A
(42,67,26)
#1C2E12
(28,46,18)
#0E190A
(14,25,10)
#000000
(0,0,0)

Tints of #9AEB5A

#9AEB5A
(154,235,90)
#A3EC69
(163,236,105)
#ACED78
(172,237,120)
#B5EE87
(181,238,135)
#BEEF96
(190,239,150)
#C7F0A5
(199,240,165)
#D0F1B4
(208,241,180)
#D9F2C3
(217,242,195)
#E2F3D2
(226,243,210)
#EBF4E1
(235,244,225)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AEB5A; }

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

This text font color is #9AEB5A.


Background Color

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

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

This div background color is #9AEB5A.


Border color

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

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

This div border color is #9AEB5A.


Opacity

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

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

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

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

This text has shadow with #9AEB5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEB5A on black background.


Color preview on white background

This text has color #9AEB5A on white background.



Black color preview on #9AEB5A background

This text has black color on #9AEB5A background.


White color preview on #9AEB5A background

This text has white color on #9AEB5A background.