COLOR #9BD519

HEX: #9BD519 RGB: (155,213,25)

Color info

#9BD519 contains mainly red and green colors. Web safe color of #9BD519 is #99CC00 (or #9C0).

RGB color model

#9BD519 color RGB value is (155,213,25).

RGB: (155,213,25) (61%, 84%, 10%)

RGB channels and saturation

R 155 of 255 = 61%
G 213 of 255 = 84%
B 25 of 255 = 10%

155
213
25

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

Portions of RGB colors in percentages

R + G + B = 155 + 213 + 25 = 393 (100%)
R 155 of 393 ~ 39.44%
G 213 of 393 ~ 54.2%
B 25 of 393 ~ 6.36'%

%39.44
%54.2

CMYK color model

#9BD519 color CMYK value is (27,0,88,16).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 88.26%
  • key color value is 16.47%
CMYK: (27,0,88,16) C27M0Y88K16 (27%,0%,88%,16%) (0.27/0.00/0.88/0.16) 

CMYK percentages

%27.23
%0
%88.26
%16.47

Codes

Color #9BD519 in popluar color models

9B D5 19
RGB 155 213 25
HSL 79° 78.99% 46.67%
HSB/HSV 79° 88.26% 83.53%
CMYK 27.23% 0.00% 88.26%
16.47%

Color #9BD519 in popluar number systems.

HEX 9B D5 19
Decimal 155 213 25
Binary 10011011 11010101 11001
Octal 233 325 31

Shades and tints

Shades of #9BD519

#9BD519
(155,213,25)
#8DC217
(141,194,23)
#7FAF15
(127,175,21)
#719C13
(113,156,19)
#638911
(99,137,17)
#55760F
(85,118,15)
#47630D
(71,99,13)
#39500B
(57,80,11)
#2B3D09
(43,61,9)
#1D2A07
(29,42,7)
#0F1705
(15,23,5)
#000000
(0,0,0)

Tints of #9BD519

#9BD519
(155,213,25)
#A4D82D
(164,216,45)
#ADDB41
(173,219,65)
#B6DE55
(182,222,85)
#BFE169
(191,225,105)
#C8E47D
(200,228,125)
#D1E791
(209,231,145)
#DAEAA5
(218,234,165)
#E3EDB9
(227,237,185)
#ECF0CD
(236,240,205)
#F5F3E1
(245,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD519 color. Also use rgb(155,213,25) instead hex code.

Text Font Color

.myTextColor { color: #9BD519; }

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

This text font color is #9BD519.

Background Color

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

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

This div background color is #9BD519.

Border color

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

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

This div border color is #9BD519.

Opacity

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

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

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

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

This text has shadow with #9BD519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD519.

Preview

Color preview on black background

This text has color #9BD519 on black background.


Color preview on white background

This text has color #9BD519 on white background.


Black color preview on #9BD519 background

This text has black color on #9BD519 background.


White color preview on #9BD519 background

This text has white color on #9BD519 background.


Related colors

Complementary color

Complementary color for #hex is #642AE6.


I love getcolorcode.com

Triadic colors

1 #199BD5 and #D5199B with #9BD519 are triadic colors.

2 #19D59B and #D59B19 with #9BD519 are triadic colors.