COLOR #A0C295

HEX: #A0C295 RGB: (160,194,149)

Color info

#A0C295 contains red, green and blue colors in about the same proportion. Web safe color of #A0C295 is #99CC99 (or #9C9).

RGB color model

#A0C295 color RGB value is (160,194,149).

RGB: (160,194,149) (63%, 76%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 194 of 255 = 76%
B 149 of 255 = 58%

160
194
149

R + G + B ~ 66%. #A0C295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 194 + 149 = 503 (100%)
R 160 of 503 ~ 31.81%
G 194 of 503 ~ 38.57%
B 149 of 503 ~ 29.62'%

%31.81
%38.57
%29.62

CMYK color model

#A0C295 color CMYK value is (18,0,23,24).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 23.92%

CMYK: (18,0,23,24)
C18M0Y23K24 (18%, 0%, 23%, 24%)
(0.18 / 0.00 / 0.23 / 0.24)

CMYK percentages

%17.53
%0
%23.2
%23.92

Codes

Color #A0C295 in popluar color models

A0 C2 95
RGB 160 194 149
HSL 105° 26.95% 67.25%
HSB/HSV 105° 23.20% 76.08%
CMYK 17.53% 0.00% 23.20%
23.92%

Color #A0C295 in popluar number systems.

HEX A0 C2 95
Decimal 160 194 149
Binary 10100000 11000010 10010101
Octal 240 302 225

Shades and tints

Shades of #A0C295

#A0C295
(160,194,149)
#92B188
(146,177,136)
#84A07B
(132,160,123)
#768F6E
(118,143,110)
#687E61
(104,126,97)
#5A6D54
(90,109,84)
#4C5C47
(76,92,71)
#3E4B3A
(62,75,58)
#303A2D
(48,58,45)
#222920
(34,41,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #A0C295

#A0C295
(160,194,149)
#A8C79E
(168,199,158)
#B0CCA7
(176,204,167)
#B8D1B0
(184,209,176)
#C0D6B9
(192,214,185)
#C8DBC2
(200,219,194)
#D0E0CB
(208,224,203)
#D8E5D4
(216,229,212)
#E0EADD
(224,234,221)
#E8EFE6
(232,239,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C295 color. Also use rgb(160,194,149) instead hex code.

Text Font Color

.myTextColor { color: #A0C295; }

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

This text font color is #A0C295.

Background Color

.myBgColor { background-color: #A0C295; }

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

This div background color is #A0C295.

Border color

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

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

This div border color is #A0C295.

Opacity

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

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

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

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

This text has shadow with #A0C295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C295.

Preview

Color preview on black background

This text has color #A0C295 on black background.


Color preview on white background

This text has color #A0C295 on white background.


Black color preview on #A0C295 background

This text has black color on #A0C295 background.


White color preview on #A0C295 background

This text has white color on #A0C295 background.


Related colors

Complementary color

Complementary color for #hex is #5F3D6A.


I love getcolorcode.com

Triadic colors

1 #95A0C2 and #C295A0 with #A0C295 are triadic colors.

2 #95C2A0 and #C2A095 with #A0C295 are triadic colors.