COLOR #ADCB39

HEX: #ADCB39
RGB: (173,203,57)

Color info

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

RGB color model

#ADCB39 color RGB value is (173,203,57).

  • red value is 173;
  • green value is 203;
  • blue value is 57.
RGB:
(173,203,57)
(68%,80%,22%)

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 57 of 255 = 22%

173
203
57

R + G + B ~ 57%. #ADCB39 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 203 + 57 = 433 (100%)
R 173 of 433 ~ 39.95%
G 203 of 433 ~ 46.88%
B 57 of 433 ~ 13.16%

%39.95
%46.88
%13.16

CMYK color model

#ADCB39 color CMYK value is (15,0,72,20).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 71.92%
  • key color value is 20.39%
CMYK:
(15,0,72,20)
C15M0Y72K20 
(15%,0%,72%,20%)
(0.15/0.00/0.72/0.20)	

CMYK percentages

%14.78
%0
%71.92
%20.39

Codes

Color #ADCB39 in popluar color models

ADCB39
RGB17320357
HSL72°58.40%50.98%
HSB/HSV72°71.92%79.61%
CMYK14.78%0.00%71.92%
20.39%

Color #ADCB39 in popluar number systems.

HEXADCB39
Decimal17320357
Binary1010110111001011111001
Octal25531371

Shades and tints

Shades of #ADCB39

#ADCB39
(173,203,57)
#9EB934
(158,185,52)
#8FA72F
(143,167,47)
#80952A
(128,149,42)
#718325
(113,131,37)
#627120
(98,113,32)
#535F1B
(83,95,27)
#444D16
(68,77,22)
#353B11
(53,59,17)
#26290C
(38,41,12)
#171707
(23,23,7)
#000000
(0,0,0)

Tints of #ADCB39

#ADCB39
(173,203,57)
#B4CF4B
(180,207,75)
#BBD35D
(187,211,93)
#C2D76F
(194,215,111)
#C9DB81
(201,219,129)
#D0DF93
(208,223,147)
#D7E3A5
(215,227,165)
#DEE7B7
(222,231,183)
#E5EBC9
(229,235,201)
#ECEFDB
(236,239,219)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCB39 color. Also use rgb(173,203,57) instead hex code.

Text Font Color

.myTextColor { color: #ADCB39; }

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

This text font color is #ADCB39.


Background Color

.myBgColor { background-color: #ADCB39; }

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

This div background color is #ADCB39.


Border color

.myBorderColor { border: 1px solid #ADCB39; }

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

This div border color is #ADCB39.


Opacity

.myOpacity80 { color: #ADCB39; opacity: 0.8; }

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

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

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

This text has shadow with #ADCB39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCB39 on black background.


Color preview on white background

This text has color #ADCB39 on white background.



Black color preview on #ADCB39 background

This text has black color on #ADCB39 background.


White color preview on #ADCB39 background

This text has white color on #ADCB39 background.