COLOR #A1CD3E

HEX: #A1CD3E
RGB: (161,205,62)

Color info

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

RGB color model

#A1CD3E color RGB value is (161,205,62).

  • red value is 161;
  • green value is 205;
  • blue value is 62.
RGB:
(161,205,62)
(63%,80%,24%)

RGB channels and saturation

R 161 of 255 = 63%
G 205 of 255 = 80%
B 62 of 255 = 24%

161
205
62

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

Portions of RGB colors in percentages

R + G + B =
161 + 205 + 62 = 428 (100%)
R 161 of 428 ~ 37.62%
G 205 of 428 ~ 47.9%
B 62 of 428 ~ 14.49%

%37.62
%47.9
%14.49

CMYK color model

#A1CD3E color CMYK value is (21,0,70,20).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 69.76%
  • key color value is 19.61%
CMYK:
(21,0,70,20)
C21M0Y70K20 
(21%,0%,70%,20%)
(0.21/0.00/0.70/0.20)	

CMYK percentages

%21.46
%0
%69.76
%19.61

Codes

Color #A1CD3E in popluar color models

A1CD3E
RGB16120562
HSL78°58.85%52.35%
HSB/HSV78°69.76%80.39%
CMYK21.46%0.00%69.76%
19.61%

Color #A1CD3E in popluar number systems.

HEXA1CD3E
Decimal16120562
Binary1010000111001101111110
Octal24131576

Shades and tints

Shades of #A1CD3E

#A1CD3E
(161,205,62)
#93BB39
(147,187,57)
#85A934
(133,169,52)
#77972F
(119,151,47)
#69852A
(105,133,42)
#5B7325
(91,115,37)
#4D6120
(77,97,32)
#3F4F1B
(63,79,27)
#313D16
(49,61,22)
#232B11
(35,43,17)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #A1CD3E

#A1CD3E
(161,205,62)
#A9D14F
(169,209,79)
#B1D560
(177,213,96)
#B9D971
(185,217,113)
#C1DD82
(193,221,130)
#C9E193
(201,225,147)
#D1E5A4
(209,229,164)
#D9E9B5
(217,233,181)
#E1EDC6
(225,237,198)
#E9F1D7
(233,241,215)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CD3E color. Also use rgb(161,205,62) instead hex code.

Text Font Color

.myTextColor { color: #A1CD3E; }

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

This text font color is #A1CD3E.


Background Color

.myBgColor { background-color: #A1CD3E; }

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

This div background color is #A1CD3E.


Border color

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

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

This div border color is #A1CD3E.


Opacity

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

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

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

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

This text has shadow with #A1CD3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CD3E on black background.


Color preview on white background

This text has color #A1CD3E on white background.



Black color preview on #A1CD3E background

This text has black color on #A1CD3E background.


White color preview on #A1CD3E background

This text has white color on #A1CD3E background.