COLOR #A0CC21

HEX: #A0CC21
RGB: (160,204,33)

Color info

#A0CC21 contains mainly red and green colors. Web safe color of #A0CC21 is #99CC33 (or #9C3).

RGB color model

#A0CC21 color RGB value is (160,204,33).

  • red value is 160;
  • green value is 204;
  • blue value is 33.
RGB:
(160,204,33)
(63%,80%,13%)

RGB channels and saturation

R 160 of 255 = 63%
G 204 of 255 = 80%
B 33 of 255 = 13%

160
204
33

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

Portions of RGB colors in percentages

R + G + B =
160 + 204 + 33 = 397 (100%)
R 160 of 397 ~ 40.3%
G 204 of 397 ~ 51.39%
B 33 of 397 ~ 8.31%

%40.3
%51.39

CMYK color model

#A0CC21 color CMYK value is (22,0,84,20).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 83.82%
  • key color value is 20.00%
CMYK:
(22,0,84,20)
C22M0Y84K20 
(22%,0%,84%,20%)
(0.22/0.00/0.84/0.20)	

CMYK percentages

%21.57
%0
%83.82
%20

Codes

Color #A0CC21 in popluar color models

A0CC21
RGB16020433
HSL75°72.15%46.47%
HSB/HSV75°83.82%80.00%
CMYK21.57%0.00%83.82%
20.00%

Color #A0CC21 in popluar number systems.

HEXA0CC21
Decimal16020433
Binary1010000011001100100001
Octal24031441

Shades and tints

Shades of #A0CC21

#A0CC21
(160,204,33)
#92BA1E
(146,186,30)
#84A81B
(132,168,27)
#769618
(118,150,24)
#688415
(104,132,21)
#5A7212
(90,114,18)
#4C600F
(76,96,15)
#3E4E0C
(62,78,12)
#303C09
(48,60,9)
#222A06
(34,42,6)
#141803
(20,24,3)
#000000
(0,0,0)

Tints of #A0CC21

#A0CC21
(160,204,33)
#A8D035
(168,208,53)
#B0D449
(176,212,73)
#B8D85D
(184,216,93)
#C0DC71
(192,220,113)
#C8E085
(200,224,133)
#D0E499
(208,228,153)
#D8E8AD
(216,232,173)
#E0ECC1
(224,236,193)
#E8F0D5
(232,240,213)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CC21 color. Also use rgb(160,204,33) instead hex code.

Text Font Color

.myTextColor { color: #A0CC21; }

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

This text font color is #A0CC21.


Background Color

.myBgColor { background-color: #A0CC21; }

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

This div background color is #A0CC21.


Border color

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

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

This div border color is #A0CC21.


Opacity

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

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

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

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

This text has shadow with #A0CC21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CC21 on black background.


Color preview on white background

This text has color #A0CC21 on white background.



Black color preview on #A0CC21 background

This text has black color on #A0CC21 background.


White color preview on #A0CC21 background

This text has white color on #A0CC21 background.