COLOR #9AE58E

HEX: #9AE58E
RGB: (154,229,142)

Color info

#9AE58E contains mainly green color. Web safe color of #9AE58E is #99CC99 (or #9C9).

RGB color model

#9AE58E color RGB value is (154,229,142).

  • red value is 154;
  • green value is 229;
  • blue value is 142.
RGB:
(154,229,142)
(60%,90%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 229 of 255 = 90%
B 142 of 255 = 56%

154
229
142

R + G + B ~ 69%. #9AE58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 229 + 142 = 525 (100%)
R 154 of 525 ~ 29.33%
G 229 of 525 ~ 43.62%
B 142 of 525 ~ 27.05%

%29.33
%43.62
%27.05

CMYK color model

#9AE58E color CMYK value is (33,0,38,10).

  • cyan value is 32.75%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 10.20%
CMYK:
(33,0,38,10)
C33M0Y38K10 
(33%,0%,38%,10%)
(0.33/0.00/0.38/0.10)	

CMYK percentages

%32.75
%0
%37.99
%10.2

Codes

Color #9AE58E in popluar color models

9AE58E
RGB154229142
HSL112°62.59%72.75%
HSB/HSV112°37.99%89.80%
CMYK32.75%0.00%37.99%
10.20%

Color #9AE58E in popluar number systems.

HEX9AE58E
Decimal154229142
Binary100110101110010110001110
Octal232345216

Shades and tints

Shades of #9AE58E

#9AE58E
(154,229,142)
#8CD182
(140,209,130)
#7EBD76
(126,189,118)
#70A96A
(112,169,106)
#62955E
(98,149,94)
#548152
(84,129,82)
#466D46
(70,109,70)
#38593A
(56,89,58)
#2A452E
(42,69,46)
#1C3122
(28,49,34)
#0E1D16
(14,29,22)
#000000
(0,0,0)

Tints of #9AE58E

#9AE58E
(154,229,142)
#A3E798
(163,231,152)
#ACE9A2
(172,233,162)
#B5EBAC
(181,235,172)
#BEEDB6
(190,237,182)
#C7EFC0
(199,239,192)
#D0F1CA
(208,241,202)
#D9F3D4
(217,243,212)
#E2F5DE
(226,245,222)
#EBF7E8
(235,247,232)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE58E color. Also use rgb(154,229,142) instead hex code.

Text Font Color

.myTextColor { color: #9AE58E; }

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

This text font color is #9AE58E.


Background Color

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

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

This div background color is #9AE58E.


Border color

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

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

This div border color is #9AE58E.


Opacity

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

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

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

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

This text has shadow with #9AE58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE58E on black background.


Color preview on white background

This text has color #9AE58E on white background.



Black color preview on #9AE58E background

This text has black color on #9AE58E background.


White color preview on #9AE58E background

This text has white color on #9AE58E background.