COLOR #A0C360

HEX: #A0C360 RGB: (160,195,96)

Color info

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

RGB color model

#A0C360 color RGB value is (160,195,96).

RGB: (160,195,96) (63%, 76%, 38%)

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 96 of 255 = 38%

160
195
96

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

Portions of RGB colors in percentages

R + G + B = 160 + 195 + 96 = 451 (100%)
R 160 of 451 ~ 35.48%
G 195 of 451 ~ 43.24%
B 96 of 451 ~ 21.29'%

%35.48
%43.24
%21.29

CMYK color model

#A0C360 color CMYK value is (18,0,51,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 50.77%
  • key color value is 23.53%

CMYK: (18,0,51,24)
C18M0Y51K24 (18%, 0%, 51%, 24%)
(0.18 / 0.00 / 0.51 / 0.24)

CMYK percentages

%17.95
%0
%50.77
%23.53

Codes

Color #A0C360 in popluar color models

A0 C3 60
RGB 160 195 96
HSL 81° 45.21% 57.06%
HSB/HSV 81° 50.77% 76.47%
CMYK 17.95% 0.00% 50.77%
23.53%

Color #A0C360 in popluar number systems.

HEX A0 C3 60
Decimal 160 195 96
Binary 10100000 11000011 1100000
Octal 240 303 140

Shades and tints

Shades of #A0C360

#A0C360
(160,195,96)
#92B258
(146,178,88)
#84A150
(132,161,80)
#769048
(118,144,72)
#687F40
(104,127,64)
#5A6E38
(90,110,56)
#4C5D30
(76,93,48)
#3E4C28
(62,76,40)
#303B20
(48,59,32)
#222A18
(34,42,24)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #A0C360

#A0C360
(160,195,96)
#A8C86E
(168,200,110)
#B0CD7C
(176,205,124)
#B8D28A
(184,210,138)
#C0D798
(192,215,152)
#C8DCA6
(200,220,166)
#D0E1B4
(208,225,180)
#D8E6C2
(216,230,194)
#E0EBD0
(224,235,208)
#E8F0DE
(232,240,222)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C360 color. Also use rgb(160,195,96) instead hex code.

Text Font Color

.myTextColor { color: #A0C360; }

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

This text font color is #A0C360.

Background Color

.myBgColor { background-color: #A0C360; }

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

This div background color is #A0C360.

Border color

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

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

This div border color is #A0C360.

Opacity

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

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

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

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

This text has shadow with #A0C360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C360.

Preview

Color preview on black background

This text has color #A0C360 on black background.


Color preview on white background

This text has color #A0C360 on white background.


Black color preview on #A0C360 background

This text has black color on #A0C360 background.


White color preview on #A0C360 background

This text has white color on #A0C360 background.


Related colors

Complementary color

Complementary color for #hex is #5F3C9F.


I love getcolorcode.com

Triadic colors

1 #60A0C3 and #C360A0 with #A0C360 are triadic colors.

2 #60C3A0 and #C3A060 with #A0C360 are triadic colors.