COLOR #A7CB45

HEX: #A7CB45
RGB: (167,203,69)

Color info

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

RGB color model

#A7CB45 color RGB value is (167,203,69).

  • red value is 167;
  • green value is 203;
  • blue value is 69.
RGB:
(167,203,69)
(65%,80%,27%)

RGB channels and saturation

R 167 of 255 = 65%
G 203 of 255 = 80%
B 69 of 255 = 27%

167
203
69

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

Portions of RGB colors in percentages

R + G + B =
167 + 203 + 69 = 439 (100%)
R 167 of 439 ~ 38.04%
G 203 of 439 ~ 46.24%
B 69 of 439 ~ 15.72%

%38.04
%46.24
%15.72

CMYK color model

#A7CB45 color CMYK value is (18,0,66,20).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 66.01%
  • key color value is 20.39%
CMYK:
(18,0,66,20)
C18M0Y66K20 
(18%,0%,66%,20%)
(0.18/0.00/0.66/0.20)	

CMYK percentages

%17.73
%0
%66.01
%20.39

Codes

Color #A7CB45 in popluar color models

A7CB45
RGB16720369
HSL76°56.30%53.33%
HSB/HSV76°66.01%79.61%
CMYK17.73%0.00%66.01%
20.39%

Color #A7CB45 in popluar number systems.

HEXA7CB45
Decimal16720369
Binary10100111110010111000101
Octal247313105

Shades and tints

Shades of #A7CB45

#A7CB45
(167,203,69)
#98B93F
(152,185,63)
#89A739
(137,167,57)
#7A9533
(122,149,51)
#6B832D
(107,131,45)
#5C7127
(92,113,39)
#4D5F21
(77,95,33)
#3E4D1B
(62,77,27)
#2F3B15
(47,59,21)
#20290F
(32,41,15)
#111709
(17,23,9)
#000000
(0,0,0)

Tints of #A7CB45

#A7CB45
(167,203,69)
#AFCF55
(175,207,85)
#B7D365
(183,211,101)
#BFD775
(191,215,117)
#C7DB85
(199,219,133)
#CFDF95
(207,223,149)
#D7E3A5
(215,227,165)
#DFE7B5
(223,231,181)
#E7EBC5
(231,235,197)
#EFEFD5
(239,239,213)
#F7F3E5
(247,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CB45 color. Also use rgb(167,203,69) instead hex code.

Text Font Color

.myTextColor { color: #A7CB45; }

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

This text font color is #A7CB45.


Background Color

.myBgColor { background-color: #A7CB45; }

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

This div background color is #A7CB45.


Border color

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

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

This div border color is #A7CB45.


Opacity

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

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

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

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

This text has shadow with #A7CB45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CB45 on black background.


Color preview on white background

This text has color #A7CB45 on white background.



Black color preview on #A7CB45 background

This text has black color on #A7CB45 background.


White color preview on #A7CB45 background

This text has white color on #A7CB45 background.