COLOR #A3CF57

HEX: #A3CF57 RGB: (163,207,87)

Color info

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

RGB color model

#A3CF57 color RGB value is (163,207,87).

RGB: (163,207,87) (64%, 81%, 34%)

RGB channels and saturation

R 163 of 255 = 64%
G 207 of 255 = 81%
B 87 of 255 = 34%

163
207
87

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

Portions of RGB colors in percentages

R + G + B = 163 + 207 + 87 = 457 (100%)
R 163 of 457 ~ 35.67%
G 207 of 457 ~ 45.3%
B 87 of 457 ~ 19.04'%

%35.67
%45.3
%19.04

CMYK color model

#A3CF57 color CMYK value is (21,0,58,19).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 57.97%
  • key color value is 18.82%

CMYK: (21,0,58,19)
C21M0Y58K19 (21%, 0%, 58%, 19%)
(0.21 / 0.00 / 0.58 / 0.19)

CMYK percentages

%21.26
%0
%57.97
%18.82

Codes

Color #A3CF57 in popluar color models

A3 CF 57
RGB 163 207 87
HSL 82° 55.56% 57.65%
HSB/HSV 82° 57.97% 81.18%
CMYK 21.26% 0.00% 57.97%
18.82%

Color #A3CF57 in popluar number systems.

HEX A3 CF 57
Decimal 163 207 87
Binary 10100011 11001111 1010111
Octal 243 317 127

Shades and tints

Shades of #A3CF57

#A3CF57
(163,207,87)
#95BD50
(149,189,80)
#87AB49
(135,171,73)
#799942
(121,153,66)
#6B873B
(107,135,59)
#5D7534
(93,117,52)
#4F632D
(79,99,45)
#415126
(65,81,38)
#333F1F
(51,63,31)
#252D18
(37,45,24)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #A3CF57

#A3CF57
(163,207,87)
#ABD366
(171,211,102)
#B3D775
(179,215,117)
#BBDB84
(187,219,132)
#C3DF93
(195,223,147)
#CBE3A2
(203,227,162)
#D3E7B1
(211,231,177)
#DBEBC0
(219,235,192)
#E3EFCF
(227,239,207)
#EBF3DE
(235,243,222)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CF57 color. Also use rgb(163,207,87) instead hex code.

Text Font Color

.myTextColor { color: #A3CF57; }

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

This text font color is #A3CF57.

Background Color

.myBgColor { background-color: #A3CF57; }

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

This div background color is #A3CF57.

Border color

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

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

This div border color is #A3CF57.

Opacity

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

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

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

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

This text has shadow with #A3CF57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CF57.

Preview

Color preview on black background

This text has color #A3CF57 on black background.


Color preview on white background

This text has color #A3CF57 on white background.


Black color preview on #A3CF57 background

This text has black color on #A3CF57 background.


White color preview on #A3CF57 background

This text has white color on #A3CF57 background.


Related colors

Complementary color

Complementary color for #hex is #5C30A8.


I love getcolorcode.com

Triadic colors

1 #57A3CF and #CF57A3 with #A3CF57 are triadic colors.

2 #57CFA3 and #CFA357 with #A3CF57 are triadic colors.