COLOR #9ADB95

HEX: #9ADB95 RGB: (154,219,149)

Color info

#9ADB95 contains mainly green color. Web safe color of #9ADB95 is #99CC99 (or #9C9).

RGB color model

#9ADB95 color RGB value is (154,219,149).

RGB: (154,219,149) (60%, 86%, 58%)

RGB channels and saturation

R 154 of 255 = 60%
G 219 of 255 = 86%
B 149 of 255 = 58%

154
219
149

R + G + B ~ 68%. #9ADB95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 219 + 149 = 522 (100%)
R 154 of 522 ~ 29.5%
G 219 of 522 ~ 41.95%
B 149 of 522 ~ 28.54'%

%29.5
%41.95
%28.54

CMYK color model

#9ADB95 color CMYK value is (30,0,32,14).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 14.12%

CMYK: (30,0,32,14)
C30M0Y32K14 (30%, 0%, 32%, 14%)
(0.30 / 0.00 / 0.32 / 0.14)

CMYK percentages

%29.68
%0
%31.96
%14.12

Codes

Color #9ADB95 in popluar color models

9A DB 95
RGB 154 219 149
HSL 116° 49.30% 72.16%
HSB/HSV 116° 31.96% 85.88%
CMYK 29.68% 0.00% 31.96%
14.12%

Color #9ADB95 in popluar number systems.

HEX 9A DB 95
Decimal 154 219 149
Binary 10011010 11011011 10010101
Octal 232 333 225

Shades and tints

Shades of #9ADB95

#9ADB95
(154,219,149)
#8CC888
(140,200,136)
#7EB57B
(126,181,123)
#70A26E
(112,162,110)
#628F61
(98,143,97)
#547C54
(84,124,84)
#466947
(70,105,71)
#38563A
(56,86,58)
#2A432D
(42,67,45)
#1C3020
(28,48,32)
#0E1D13
(14,29,19)
#000000
(0,0,0)

Tints of #9ADB95

#9ADB95
(154,219,149)
#A3DE9E
(163,222,158)
#ACE1A7
(172,225,167)
#B5E4B0
(181,228,176)
#BEE7B9
(190,231,185)
#C7EAC2
(199,234,194)
#D0EDCB
(208,237,203)
#D9F0D4
(217,240,212)
#E2F3DD
(226,243,221)
#EBF6E6
(235,246,230)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADB95 color. Also use rgb(154,219,149) instead hex code.

Text Font Color

.myTextColor { color: #9ADB95; }

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

This text font color is #9ADB95.

Background Color

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

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

This div background color is #9ADB95.

Border color

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

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

This div border color is #9ADB95.

Opacity

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

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

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

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

This text has shadow with #9ADB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADB95.

Preview

Color preview on black background

This text has color #9ADB95 on black background.


Color preview on white background

This text has color #9ADB95 on white background.


Black color preview on #9ADB95 background

This text has black color on #9ADB95 background.


White color preview on #9ADB95 background

This text has white color on #9ADB95 background.


Related colors

Complementary color

Complementary color for #hex is #65246A.


I love getcolorcode.com

Triadic colors

1 #959ADB and #DB959A with #9ADB95 are triadic colors.

2 #95DB9A and #DB9A95 with #9ADB95 are triadic colors.