COLOR #9EAF54

HEX: #9EAF54 RGB: (158,175,84)

Color info

#9EAF54 contains mainly red and green colors. Web safe color of #9EAF54 is #999966 (or #996).

RGB color model

#9EAF54 color RGB value is (158,175,84).

RGB: (158,175,84) (62%, 69%, 33%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 84 of 255 = 33%

158
175
84

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

Portions of RGB colors in percentages

R + G + B = 158 + 175 + 84 = 417 (100%)
R 158 of 417 ~ 37.89%
G 175 of 417 ~ 41.97%
B 84 of 417 ~ 20.14'%

%37.89
%41.97
%20.14

CMYK color model

#9EAF54 color CMYK value is (10,0,52,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 31.37%

CMYK: (10,0,52,31)
C10M0Y52K31 (10%, 0%, 52%, 31%)
(0.10 / 0.00 / 0.52 / 0.31)

CMYK percentages

%9.71
%0
%52
%31.37

Codes

Color #9EAF54 in popluar color models

9E AF 54
RGB 158 175 84
HSL 71° 36.25% 50.78%
HSB/HSV 71° 52.00% 68.63%
CMYK 9.71% 0.00% 52.00%
31.37%

Color #9EAF54 in popluar number systems.

HEX 9E AF 54
Decimal 158 175 84
Binary 10011110 10101111 1010100
Octal 236 257 124

Shades and tints

Shades of #9EAF54

#9EAF54
(158,175,84)
#90A04D
(144,160,77)
#829146
(130,145,70)
#74823F
(116,130,63)
#667338
(102,115,56)
#586431
(88,100,49)
#4A552A
(74,85,42)
#3C4623
(60,70,35)
#2E371C
(46,55,28)
#202815
(32,40,21)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #9EAF54

#9EAF54
(158,175,84)
#A6B663
(166,182,99)
#AEBD72
(174,189,114)
#B6C481
(182,196,129)
#BECB90
(190,203,144)
#C6D29F
(198,210,159)
#CED9AE
(206,217,174)
#D6E0BD
(214,224,189)
#DEE7CC
(222,231,204)
#E6EEDB
(230,238,219)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAF54 color. Also use rgb(158,175,84) instead hex code.

Text Font Color

.myTextColor { color: #9EAF54; }

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

This text font color is #9EAF54.

Background Color

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

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

This div background color is #9EAF54.

Border color

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

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

This div border color is #9EAF54.

Opacity

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

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

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

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

This text has shadow with #9EAF54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAF54.

Preview

Color preview on black background

This text has color #9EAF54 on black background.


Color preview on white background

This text has color #9EAF54 on white background.


Black color preview on #9EAF54 background

This text has black color on #9EAF54 background.


White color preview on #9EAF54 background

This text has white color on #9EAF54 background.


Related colors

Complementary color

Complementary color for #hex is #6150AB.


I love getcolorcode.com

Triadic colors

1 #549EAF and #AF549E with #9EAF54 are triadic colors.

2 #54AF9E and #AF9E54 with #9EAF54 are triadic colors.