COLOR #A7CF2F

HEX: #A7CF2F RGB: (167,207,47)

Color info

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

RGB color model

#A7CF2F color RGB value is (167,207,47).

RGB: (167,207,47) (65%, 81%, 18%)

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 47 of 255 = 18%

167
207
47

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

Portions of RGB colors in percentages

R + G + B = 167 + 207 + 47 = 421 (100%)
R 167 of 421 ~ 39.67%
G 207 of 421 ~ 49.17%
B 47 of 421 ~ 11.16'%

%39.67
%49.17
%11.16

CMYK color model

#A7CF2F color CMYK value is (19,0,77,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 77.29%
  • key color value is 18.82%

CMYK: (19,0,77,19)
C19M0Y77K19 (19%, 0%, 77%, 19%)
(0.19 / 0.00 / 0.77 / 0.19)

CMYK percentages

%19.32
%0
%77.29
%18.82

Codes

Color #A7CF2F in popluar color models

A7 CF 2F
RGB 167 207 47
HSL 75° 62.99% 49.80%
HSB/HSV 75° 77.29% 81.18%
CMYK 19.32% 0.00% 77.29%
18.82%

Color #A7CF2F in popluar number systems.

HEX A7 CF 2F
Decimal 167 207 47
Binary 10100111 11001111 101111
Octal 247 317 57

Shades and tints

Shades of #A7CF2F

#A7CF2F
(167,207,47)
#98BD2B
(152,189,43)
#89AB27
(137,171,39)
#7A9923
(122,153,35)
#6B871F
(107,135,31)
#5C751B
(92,117,27)
#4D6317
(77,99,23)
#3E5113
(62,81,19)
#2F3F0F
(47,63,15)
#202D0B
(32,45,11)
#111B07
(17,27,7)
#000000
(0,0,0)

Tints of #A7CF2F

#A7CF2F
(167,207,47)
#AFD341
(175,211,65)
#B7D753
(183,215,83)
#BFDB65
(191,219,101)
#C7DF77
(199,223,119)
#CFE389
(207,227,137)
#D7E79B
(215,231,155)
#DFEBAD
(223,235,173)
#E7EFBF
(231,239,191)
#EFF3D1
(239,243,209)
#F7F7E3
(247,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CF2F color. Also use rgb(167,207,47) instead hex code.

Text Font Color

.myTextColor { color: #A7CF2F; }

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

This text font color is #A7CF2F.

Background Color

.myBgColor { background-color: #A7CF2F; }

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

This div background color is #A7CF2F.

Border color

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

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

This div border color is #A7CF2F.

Opacity

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

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

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

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

This text has shadow with #A7CF2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CF2F.

Preview

Color preview on black background

This text has color #A7CF2F on black background.


Color preview on white background

This text has color #A7CF2F on white background.


Black color preview on #A7CF2F background

This text has black color on #A7CF2F background.


White color preview on #A7CF2F background

This text has white color on #A7CF2F background.


Related colors

Complementary color

Complementary color for #hex is #5830D0.


I love getcolorcode.com

Triadic colors

1 #2FA7CF and #CF2FA7 with #A7CF2F are triadic colors.

2 #2FCFA7 and #CFA72F with #A7CF2F are triadic colors.