COLOR #A7F365

HEX: #A7F365 RGB: (167,243,101)

Color info

#A7F365 contains mainly green color. Web safe color of #A7F365 is #99FF66 (or #9F6).

RGB color model

#A7F365 color RGB value is (167,243,101).

RGB: (167,243,101) (65%, 95%, 40%)

RGB channels and saturation

R 167 of 255 = 65%
G 243 of 255 = 95%
B 101 of 255 = 40%

167
243
101

R + G + B ~ 67%. #A7F365 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 243 + 101 = 511 (100%)
R 167 of 511 ~ 32.68%
G 243 of 511 ~ 47.55%
B 101 of 511 ~ 19.77'%

%32.68
%47.55
%19.77

CMYK color model

#A7F365 color CMYK value is (31,0,58,5).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 58.44%
  • key color value is 4.71%
CMYK: (31,0,58,5) C31M0Y58K5 (31%,0%,58%,5%) (0.31/0.00/0.58/0.05) 

CMYK percentages

%31.28
%0
%58.44
%4.71

Codes

Color #A7F365 in popluar color models

A7 F3 65
RGB 167 243 101
HSL 92° 85.54% 67.45%
HSB/HSV 92° 58.44% 95.29%
CMYK 31.28% 0.00% 58.44%
4.71%

Color #A7F365 in popluar number systems.

HEX A7 F3 65
Decimal 167 243 101
Binary 10100111 11110011 1100101
Octal 247 363 145

Shades and tints

Shades of #A7F365

#A7F365
(167,243,101)
#98DD5C
(152,221,92)
#89C753
(137,199,83)
#7AB14A
(122,177,74)
#6B9B41
(107,155,65)
#5C8538
(92,133,56)
#4D6F2F
(77,111,47)
#3E5926
(62,89,38)
#2F431D
(47,67,29)
#202D14
(32,45,20)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #A7F365

#A7F365
(167,243,101)
#AFF473
(175,244,115)
#B7F581
(183,245,129)
#BFF68F
(191,246,143)
#C7F79D
(199,247,157)
#CFF8AB
(207,248,171)
#D7F9B9
(215,249,185)
#DFFAC7
(223,250,199)
#E7FBD5
(231,251,213)
#EFFCE3
(239,252,227)
#F7FDF1
(247,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F365 color. Also use rgb(167,243,101) instead hex code.

Text Font Color

.myTextColor { color: #A7F365; }

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

This text font color is #A7F365.

Background Color

.myBgColor { background-color: #A7F365; }

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

This div background color is #A7F365.

Border color

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

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

This div border color is #A7F365.

Opacity

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

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

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

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

This text has shadow with #A7F365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F365.

Preview

Color preview on black background

This text has color #A7F365 on black background.


Color preview on white background

This text has color #A7F365 on white background.


Black color preview on #A7F365 background

This text has black color on #A7F365 background.


White color preview on #A7F365 background

This text has white color on #A7F365 background.


Related colors

Complementary color

Complementary color for #hex is #580C9A.


I love getcolorcode.com

Triadic colors

1 #65A7F3 and #F365A7 with #A7F365 are triadic colors.

2 #65F3A7 and #F3A765 with #A7F365 are triadic colors.