COLOR #A1CF93

HEX: #A1CF93
RGB: (161,207,147)

Color info

#A1CF93 contains mainly red and green colors. Web safe color of #A1CF93 is #99CC99 (or #9C9).

RGB color model

#A1CF93 color RGB value is (161,207,147).

  • red value is 161;
  • green value is 207;
  • blue value is 147.
RGB:
(161,207,147)
(63%,81%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 207 of 255 = 81%
B 147 of 255 = 58%

161
207
147

R + G + B ~ 67%. #A1CF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 207 + 147 = 515 (100%)
R 161 of 515 ~ 31.26%
G 207 of 515 ~ 40.19%
B 147 of 515 ~ 28.54%

%31.26
%40.19
%28.54

CMYK color model

#A1CF93 color CMYK value is (22,0,29,19).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%
CMYK:
(22,0,29,19)
C22M0Y29K19 
(22%,0%,29%,19%)
(0.22/0.00/0.29/0.19)	

CMYK percentages

%22.22
%0
%28.99
%18.82

Codes

Color #A1CF93 in popluar color models

A1CF93
RGB161207147
HSL106°38.46%69.41%
HSB/HSV106°28.99%81.18%
CMYK22.22%0.00%28.99%
18.82%

Color #A1CF93 in popluar number systems.

HEXA1CF93
Decimal161207147
Binary101000011100111110010011
Octal241317223

Shades and tints

Shades of #A1CF93

#A1CF93
(161,207,147)
#93BD86
(147,189,134)
#85AB79
(133,171,121)
#77996C
(119,153,108)
#69875F
(105,135,95)
#5B7552
(91,117,82)
#4D6345
(77,99,69)
#3F5138
(63,81,56)
#313F2B
(49,63,43)
#232D1E
(35,45,30)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #A1CF93

#A1CF93
(161,207,147)
#A9D39C
(169,211,156)
#B1D7A5
(177,215,165)
#B9DBAE
(185,219,174)
#C1DFB7
(193,223,183)
#C9E3C0
(201,227,192)
#D1E7C9
(209,231,201)
#D9EBD2
(217,235,210)
#E1EFDB
(225,239,219)
#E9F3E4
(233,243,228)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CF93 color. Also use rgb(161,207,147) instead hex code.

Text Font Color

.myTextColor { color: #A1CF93; }

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

This text font color is #A1CF93.


Background Color

.myBgColor { background-color: #A1CF93; }

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

This div background color is #A1CF93.


Border color

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

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

This div border color is #A1CF93.


Opacity

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

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

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

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

This text has shadow with #A1CF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CF93 on black background.


Color preview on white background

This text has color #A1CF93 on white background.



Black color preview on #A1CF93 background

This text has black color on #A1CF93 background.


White color preview on #A1CF93 background

This text has white color on #A1CF93 background.