COLOR #A1C275

HEX: #A1C275 RGB: (161,194,117)

Color info

#A1C275 contains mainly red and green colors. Web safe color of #A1C275 is #99CC66 (or #9C6).

RGB color model

#A1C275 color RGB value is (161,194,117).

RGB: (161,194,117) (63%, 76%, 46%)

RGB channels and saturation

R 161 of 255 = 63%
G 194 of 255 = 76%
B 117 of 255 = 46%

161
194
117

R + G + B ~ 62%. #A1C275 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 194 + 117 = 472 (100%)
R 161 of 472 ~ 34.11%
G 194 of 472 ~ 41.1%
B 117 of 472 ~ 24.79'%

%34.11
%41.1
%24.79

CMYK color model

#A1C275 color CMYK value is (17,0,40,24).

  • cyan value is 17.01%
  • magenta value is 0.00%
  • yellow value is 39.69%
  • key color value is 23.92%

CMYK: (17,0,40,24)
C17M0Y40K24 (17%, 0%, 40%, 24%)
(0.17 / 0.00 / 0.40 / 0.24)

CMYK percentages

%17.01
%0
%39.69
%23.92

Codes

Color #A1C275 in popluar color models

A1 C2 75
RGB 161 194 117
HSL 86° 38.69% 60.98%
HSB/HSV 86° 39.69% 76.08%
CMYK 17.01% 0.00% 39.69%
23.92%

Color #A1C275 in popluar number systems.

HEX A1 C2 75
Decimal 161 194 117
Binary 10100001 11000010 1110101
Octal 241 302 165

Shades and tints

Shades of #A1C275

#A1C275
(161,194,117)
#93B16B
(147,177,107)
#85A061
(133,160,97)
#778F57
(119,143,87)
#697E4D
(105,126,77)
#5B6D43
(91,109,67)
#4D5C39
(77,92,57)
#3F4B2F
(63,75,47)
#313A25
(49,58,37)
#23291B
(35,41,27)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1C275

#A1C275
(161,194,117)
#A9C781
(169,199,129)
#B1CC8D
(177,204,141)
#B9D199
(185,209,153)
#C1D6A5
(193,214,165)
#C9DBB1
(201,219,177)
#D1E0BD
(209,224,189)
#D9E5C9
(217,229,201)
#E1EAD5
(225,234,213)
#E9EFE1
(233,239,225)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C275 color. Also use rgb(161,194,117) instead hex code.

Text Font Color

.myTextColor { color: #A1C275; }

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

This text font color is #A1C275.

Background Color

.myBgColor { background-color: #A1C275; }

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

This div background color is #A1C275.

Border color

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

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

This div border color is #A1C275.

Opacity

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

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

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

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

This text has shadow with #A1C275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C275.

Preview

Color preview on black background

This text has color #A1C275 on black background.


Color preview on white background

This text has color #A1C275 on white background.


Black color preview on #A1C275 background

This text has black color on #A1C275 background.


White color preview on #A1C275 background

This text has white color on #A1C275 background.


Related colors

Complementary color

Complementary color for #hex is #5E3D8A.


I love getcolorcode.com

Triadic colors

1 #75A1C2 and #C275A1 with #A1C275 are triadic colors.

2 #75C2A1 and #C2A175 with #A1C275 are triadic colors.