COLOR #9BD62A

HEX: #9BD62A
RGB: (155,214,42)

Color info

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

RGB color model

#9BD62A color RGB value is (155,214,42).

  • red value is 155;
  • green value is 214;
  • blue value is 42.
RGB:
(155,214,42)
(61%,84%,16%)

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 42 of 255 = 16%

155
214
42

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

Portions of RGB colors in percentages

R + G + B =
155 + 214 + 42 = 411 (100%)
R 155 of 411 ~ 37.71%
G 214 of 411 ~ 52.07%
B 42 of 411 ~ 10.22%

%37.71
%52.07
%10.22

CMYK color model

#9BD62A color CMYK value is (28,0,80,16).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 80.37%
  • key color value is 16.08%
CMYK:
(28,0,80,16)
C28M0Y80K16 
(28%,0%,80%,16%)
(0.28/0.00/0.80/0.16)	

CMYK percentages

%27.57
%0
%80.37
%16.08

Codes

Color #9BD62A in popluar color models

9BD62A
RGB15521442
HSL81°67.72%50.20%
HSB/HSV81°80.37%83.92%
CMYK27.57%0.00%80.37%
16.08%

Color #9BD62A in popluar number systems.

HEX9BD62A
Decimal15521442
Binary1001101111010110101010
Octal23332652

Shades and tints

Shades of #9BD62A

#9BD62A
(155,214,42)
#8DC327
(141,195,39)
#7FB024
(127,176,36)
#719D21
(113,157,33)
#638A1E
(99,138,30)
#55771B
(85,119,27)
#476418
(71,100,24)
#395115
(57,81,21)
#2B3E12
(43,62,18)
#1D2B0F
(29,43,15)
#0F180C
(15,24,12)
#000000
(0,0,0)

Tints of #9BD62A

#9BD62A
(155,214,42)
#A4D93D
(164,217,61)
#ADDC50
(173,220,80)
#B6DF63
(182,223,99)
#BFE276
(191,226,118)
#C8E589
(200,229,137)
#D1E89C
(209,232,156)
#DAEBAF
(218,235,175)
#E3EEC2
(227,238,194)
#ECF1D5
(236,241,213)
#F5F4E8
(245,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD62A color. Also use rgb(155,214,42) instead hex code.

Text Font Color

.myTextColor { color: #9BD62A; }

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

This text font color is #9BD62A.


Background Color

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

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

This div background color is #9BD62A.


Border color

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

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

This div border color is #9BD62A.


Opacity

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

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

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

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

This text has shadow with #9BD62A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD62A on black background.


Color preview on white background

This text has color #9BD62A on white background.



Black color preview on #9BD62A background

This text has black color on #9BD62A background.


White color preview on #9BD62A background

This text has white color on #9BD62A background.