COLOR #A3CC62

HEX: #A3CC62
RGB: (163,204,98)

Color info

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

RGB color model

#A3CC62 color RGB value is (163,204,98).

  • red value is 163;
  • green value is 204;
  • blue value is 98.
RGB:
(163,204,98)
(64%,80%,38%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 98 of 255 = 38%

163
204
98

R + G + B ~ 61%. #A3CC62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 204 + 98 = 465 (100%)
R 163 of 465 ~ 35.05%
G 204 of 465 ~ 43.87%
B 98 of 465 ~ 21.08%

%35.05
%43.87
%21.08

CMYK color model

#A3CC62 color CMYK value is (20,0,52,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 20.00%
CMYK:
(20,0,52,20)
C20M0Y52K20 
(20%,0%,52%,20%)
(0.20/0.00/0.52/0.20)	

CMYK percentages

%20.1
%0
%51.96
%20

Codes

Color #A3CC62 in popluar color models

A3CC62
RGB16320498
HSL83°50.96%59.22%
HSB/HSV83°51.96%80.00%
CMYK20.10%0.00%51.96%
20.00%

Color #A3CC62 in popluar number systems.

HEXA3CC62
Decimal16320498
Binary10100011110011001100010
Octal243314142

Shades and tints

Shades of #A3CC62

#A3CC62
(163,204,98)
#95BA5A
(149,186,90)
#87A852
(135,168,82)
#79964A
(121,150,74)
#6B8442
(107,132,66)
#5D723A
(93,114,58)
#4F6032
(79,96,50)
#414E2A
(65,78,42)
#333C22
(51,60,34)
#252A1A
(37,42,26)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #A3CC62

#A3CC62
(163,204,98)
#ABD070
(171,208,112)
#B3D47E
(179,212,126)
#BBD88C
(187,216,140)
#C3DC9A
(195,220,154)
#CBE0A8
(203,224,168)
#D3E4B6
(211,228,182)
#DBE8C4
(219,232,196)
#E3ECD2
(227,236,210)
#EBF0E0
(235,240,224)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CC62 color. Also use rgb(163,204,98) instead hex code.

Text Font Color

.myTextColor { color: #A3CC62; }

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

This text font color is #A3CC62.


Background Color

.myBgColor { background-color: #A3CC62; }

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

This div background color is #A3CC62.


Border color

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

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

This div border color is #A3CC62.


Opacity

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

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

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

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

This text has shadow with #A3CC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CC62 on black background.


Color preview on white background

This text has color #A3CC62 on white background.



Black color preview on #A3CC62 background

This text has black color on #A3CC62 background.


White color preview on #A3CC62 background

This text has white color on #A3CC62 background.