COLOR #1ACD83

HEX: #1ACD83
RGB: (26,205,131)

Color info

#1ACD83 contains mainly green color. Web safe color of #1ACD83 is #00CC99 (or #0C9).

RGB color model

#1ACD83 color RGB value is (26,205,131).

  • red value is 26;
  • green value is 205;
  • blue value is 131.
RGB:
(26,205,131)
(10%,80%,51%)

RGB channels and saturation

R 26 of 255 = 10%
G 205 of 255 = 80%
B 131 of 255 = 51%

26
205
131

R + G + B ~ 47%. #1ACD83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 205 + 131 = 362 (100%)
R 26 of 362 ~ 7.18%
G 205 of 362 ~ 56.63%
B 131 of 362 ~ 36.19%

%56.63
%36.19

CMYK color model

#1ACD83 color CMYK value is (87,0,36,20).

  • cyan value is 87.32%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 19.61%
CMYK:
(87,0,36,20)
C87M0Y36K20 
(87%,0%,36%,20%)
(0.87/0.00/0.36/0.20)	

CMYK percentages

%87.32
%0
%36.1
%19.61

Codes

Color #1ACD83 in popluar color models

1ACD83
RGB26205131
HSL155°77.49%45.29%
HSB/HSV155°87.32%80.39%
CMYK87.32%0.00%36.10%
19.61%

Color #1ACD83 in popluar number systems.

HEX1ACD83
Decimal26205131
Binary110101100110110000011
Octal32315203

Shades and tints

Shades of #1ACD83

#1ACD83
(26,205,131)
#18BB78
(24,187,120)
#16A96D
(22,169,109)
#149762
(20,151,98)
#128557
(18,133,87)
#10734C
(16,115,76)
#0E6141
(14,97,65)
#0C4F36
(12,79,54)
#0A3D2B
(10,61,43)
#082B20
(8,43,32)
#061915
(6,25,21)
#000000
(0,0,0)

Tints of #1ACD83

#1ACD83
(26,205,131)
#2ED18E
(46,209,142)
#42D599
(66,213,153)
#56D9A4
(86,217,164)
#6ADDAF
(106,221,175)
#7EE1BA
(126,225,186)
#92E5C5
(146,229,197)
#A6E9D0
(166,233,208)
#BAEDDB
(186,237,219)
#CEF1E6
(206,241,230)
#E2F5F1
(226,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ACD83 color. Also use rgb(26,205,131) instead hex code.

Text Font Color

.myTextColor { color: #1ACD83; }

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

This text font color is #1ACD83.


Background Color

.myBgColor { background-color: #1ACD83; }

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

This div background color is #1ACD83.


Border color

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

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

This div border color is #1ACD83.


Opacity

.myOpacity80 { color: #1ACD83; opacity: 0.8; }

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

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

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

This text has shadow with #1ACD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ACD83 on black background.


Color preview on white background

This text has color #1ACD83 on white background.



Black color preview on #1ACD83 background

This text has black color on #1ACD83 background.


White color preview on #1ACD83 background

This text has white color on #1ACD83 background.