COLOR #9AEF3E

HEX: #9AEF3E
RGB: (154,239,62)

Color info

#9AEF3E contains mainly green color. Web safe color of #9AEF3E is #99FF33 (or #9F3).

RGB color model

#9AEF3E color RGB value is (154,239,62).

  • red value is 154;
  • green value is 239;
  • blue value is 62.
RGB:
(154,239,62)
(60%,94%,24%)

RGB channels and saturation

R 154 of 255 = 60%
G 239 of 255 = 94%
B 62 of 255 = 24%

154
239
62

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

Portions of RGB colors in percentages

R + G + B =
154 + 239 + 62 = 455 (100%)
R 154 of 455 ~ 33.85%
G 239 of 455 ~ 52.53%
B 62 of 455 ~ 13.63%

%33.85
%52.53
%13.63

CMYK color model

#9AEF3E color CMYK value is (36,0,74,6).

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 74.06%
  • key color value is 6.27%
CMYK:
(36,0,74,6)
C36M0Y74K6 
(36%,0%,74%,6%)
(0.36/0.00/0.74/0.06)	

CMYK percentages

%35.56
%0
%74.06
%6.27

Codes

Color #9AEF3E in popluar color models

9AEF3E
RGB15423962
HSL89°84.69%59.02%
HSB/HSV89°74.06%93.73%
CMYK35.56%0.00%74.06%
6.27%

Color #9AEF3E in popluar number systems.

HEX9AEF3E
Decimal15423962
Binary1001101011101111111110
Octal23235776

Shades and tints

Shades of #9AEF3E

#9AEF3E
(154,239,62)
#8CDA39
(140,218,57)
#7EC534
(126,197,52)
#70B02F
(112,176,47)
#629B2A
(98,155,42)
#548625
(84,134,37)
#467120
(70,113,32)
#385C1B
(56,92,27)
#2A4716
(42,71,22)
#1C3211
(28,50,17)
#0E1D0C
(14,29,12)
#000000
(0,0,0)

Tints of #9AEF3E

#9AEF3E
(154,239,62)
#A3F04F
(163,240,79)
#ACF160
(172,241,96)
#B5F271
(181,242,113)
#BEF382
(190,243,130)
#C7F493
(199,244,147)
#D0F5A4
(208,245,164)
#D9F6B5
(217,246,181)
#E2F7C6
(226,247,198)
#EBF8D7
(235,248,215)
#F4F9E8
(244,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AEF3E color. Also use rgb(154,239,62) instead hex code.

Text Font Color

.myTextColor { color: #9AEF3E; }

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

This text font color is #9AEF3E.


Background Color

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

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

This div background color is #9AEF3E.


Border color

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

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

This div border color is #9AEF3E.


Opacity

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

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

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

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

This text has shadow with #9AEF3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEF3E on black background.


Color preview on white background

This text has color #9AEF3E on white background.



Black color preview on #9AEF3E background

This text has black color on #9AEF3E background.


White color preview on #9AEF3E background

This text has white color on #9AEF3E background.