COLOR #9DBE24

HEX: #9DBE24 RGB: (157,190,36)

Color info

#9DBE24 contains mainly red and green colors. Web safe color of #9DBE24 is #99CC33 (or #9C3).

RGB color model

#9DBE24 color RGB value is (157,190,36).

RGB: (157,190,36) (62%, 75%, 14%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 36 of 255 = 14%

157
190
36

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

Portions of RGB colors in percentages

R + G + B = 157 + 190 + 36 = 383 (100%)
R 157 of 383 ~ 40.99%
G 190 of 383 ~ 49.61%
B 36 of 383 ~ 9.4'%

%40.99
%49.61

CMYK color model

#9DBE24 color CMYK value is (17,0,81,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 81.05%
  • key color value is 25.49%

CMYK: (17,0,81,25)
C17M0Y81K25 (17%, 0%, 81%, 25%)
(0.17 / 0.00 / 0.81 / 0.25)

CMYK percentages

%17.37
%0
%81.05
%25.49

Codes

Color #9DBE24 in popluar color models

9D BE 24
RGB 157 190 36
HSL 73° 68.14% 44.31%
HSB/HSV 73° 81.05% 74.51%
CMYK 17.37% 0.00% 81.05%
25.49%

Color #9DBE24 in popluar number systems.

HEX 9D BE 24
Decimal 157 190 36
Binary 10011101 10111110 100100
Octal 235 276 44

Shades and tints

Shades of #9DBE24

#9DBE24
(157,190,36)
#8FAD21
(143,173,33)
#819C1E
(129,156,30)
#738B1B
(115,139,27)
#657A18
(101,122,24)
#576915
(87,105,21)
#495812
(73,88,18)
#3B470F
(59,71,15)
#2D360C
(45,54,12)
#1F2509
(31,37,9)
#111406
(17,20,6)
#000000
(0,0,0)

Tints of #9DBE24

#9DBE24
(157,190,36)
#A5C337
(165,195,55)
#ADC84A
(173,200,74)
#B5CD5D
(181,205,93)
#BDD270
(189,210,112)
#C5D783
(197,215,131)
#CDDC96
(205,220,150)
#D5E1A9
(213,225,169)
#DDE6BC
(221,230,188)
#E5EBCF
(229,235,207)
#EDF0E2
(237,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBE24 color. Also use rgb(157,190,36) instead hex code.

Text Font Color

.myTextColor { color: #9DBE24; }

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

This text font color is #9DBE24.

Background Color

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

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

This div background color is #9DBE24.

Border color

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

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

This div border color is #9DBE24.

Opacity

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

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

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

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

This text has shadow with #9DBE24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBE24.

Preview

Color preview on black background

This text has color #9DBE24 on black background.


Color preview on white background

This text has color #9DBE24 on white background.


Black color preview on #9DBE24 background

This text has black color on #9DBE24 background.


White color preview on #9DBE24 background

This text has white color on #9DBE24 background.


Related colors

Complementary color

Complementary color for #hex is #6241DB.


I love getcolorcode.com

Triadic colors

1 #249DBE and #BE249D with #9DBE24 are triadic colors.

2 #24BE9D and #BE9D24 with #9DBE24 are triadic colors.