COLOR #A0CB35

HEX: #A0CB35
RGB: (160,203,53)

Color info

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

RGB color model

#A0CB35 color RGB value is (160,203,53).

  • red value is 160;
  • green value is 203;
  • blue value is 53.
RGB:
(160,203,53)
(63%,80%,21%)

RGB channels and saturation

R 160 of 255 = 63%
G 203 of 255 = 80%
B 53 of 255 = 21%

160
203
53

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

Portions of RGB colors in percentages

R + G + B =
160 + 203 + 53 = 416 (100%)
R 160 of 416 ~ 38.46%
G 203 of 416 ~ 48.8%
B 53 of 416 ~ 12.74%

%38.46
%48.8
%12.74

CMYK color model

#A0CB35 color CMYK value is (21,0,74,20).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 73.89%
  • key color value is 20.39%
CMYK:
(21,0,74,20)
C21M0Y74K20 
(21%,0%,74%,20%)
(0.21/0.00/0.74/0.20)	

CMYK percentages

%21.18
%0
%73.89
%20.39

Codes

Color #A0CB35 in popluar color models

A0CB35
RGB16020353
HSL77°59.06%50.20%
HSB/HSV77°73.89%79.61%
CMYK21.18%0.00%73.89%
20.39%

Color #A0CB35 in popluar number systems.

HEXA0CB35
Decimal16020353
Binary1010000011001011110101
Octal24031365

Shades and tints

Shades of #A0CB35

#A0CB35
(160,203,53)
#92B931
(146,185,49)
#84A72D
(132,167,45)
#769529
(118,149,41)
#688325
(104,131,37)
#5A7121
(90,113,33)
#4C5F1D
(76,95,29)
#3E4D19
(62,77,25)
#303B15
(48,59,21)
#222911
(34,41,17)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #A0CB35

#A0CB35
(160,203,53)
#A8CF47
(168,207,71)
#B0D359
(176,211,89)
#B8D76B
(184,215,107)
#C0DB7D
(192,219,125)
#C8DF8F
(200,223,143)
#D0E3A1
(208,227,161)
#D8E7B3
(216,231,179)
#E0EBC5
(224,235,197)
#E8EFD7
(232,239,215)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CB35 color. Also use rgb(160,203,53) instead hex code.

Text Font Color

.myTextColor { color: #A0CB35; }

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

This text font color is #A0CB35.


Background Color

.myBgColor { background-color: #A0CB35; }

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

This div background color is #A0CB35.


Border color

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

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

This div border color is #A0CB35.


Opacity

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

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

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

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

This text has shadow with #A0CB35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CB35 on black background.


Color preview on white background

This text has color #A0CB35 on white background.



Black color preview on #A0CB35 background

This text has black color on #A0CB35 background.


White color preview on #A0CB35 background

This text has white color on #A0CB35 background.