COLOR #9AE374

HEX: #9AE374
RGB: (154,227,116)

Color info

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

RGB color model

#9AE374 color RGB value is (154,227,116).

  • red value is 154;
  • green value is 227;
  • blue value is 116.
RGB:
(154,227,116)
(60%,89%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 227 of 255 = 89%
B 116 of 255 = 45%

154
227
116

R + G + B ~ 65%. #9AE374 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 227 + 116 = 497 (100%)
R 154 of 497 ~ 30.99%
G 227 of 497 ~ 45.67%
B 116 of 497 ~ 23.34%

%30.99
%45.67
%23.34

CMYK color model

#9AE374 color CMYK value is (32,0,49,11).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 48.90%
  • key color value is 10.98%
CMYK:
(32,0,49,11)
C32M0Y49K11 
(32%,0%,49%,11%)
(0.32/0.00/0.49/0.11)	

CMYK percentages

%32.16
%0
%48.9
%10.98

Codes

Color #9AE374 in popluar color models

9AE374
RGB154227116
HSL99°66.47%67.25%
HSB/HSV99°48.90%89.02%
CMYK32.16%0.00%48.90%
10.98%

Color #9AE374 in popluar number systems.

HEX9AE374
Decimal154227116
Binary10011010111000111110100
Octal232343164

Shades and tints

Shades of #9AE374

#9AE374
(154,227,116)
#8CCF6A
(140,207,106)
#7EBB60
(126,187,96)
#70A756
(112,167,86)
#62934C
(98,147,76)
#547F42
(84,127,66)
#466B38
(70,107,56)
#38572E
(56,87,46)
#2A4324
(42,67,36)
#1C2F1A
(28,47,26)
#0E1B10
(14,27,16)
#000000
(0,0,0)

Tints of #9AE374

#9AE374
(154,227,116)
#A3E580
(163,229,128)
#ACE78C
(172,231,140)
#B5E998
(181,233,152)
#BEEBA4
(190,235,164)
#C7EDB0
(199,237,176)
#D0EFBC
(208,239,188)
#D9F1C8
(217,241,200)
#E2F3D4
(226,243,212)
#EBF5E0
(235,245,224)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE374 color. Also use rgb(154,227,116) instead hex code.

Text Font Color

.myTextColor { color: #9AE374; }

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

This text font color is #9AE374.


Background Color

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

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

This div background color is #9AE374.


Border color

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

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

This div border color is #9AE374.


Opacity

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

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

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

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

This text has shadow with #9AE374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE374 on black background.


Color preview on white background

This text has color #9AE374 on white background.



Black color preview on #9AE374 background

This text has black color on #9AE374 background.


White color preview on #9AE374 background

This text has white color on #9AE374 background.