COLOR #7AD14B

HEX: #7AD14B RGB: (122,209,75)

Color info

#7AD14B contains mainly green color. Web safe color of #7AD14B is #66CC33 (or #6C3).

RGB color model

#7AD14B color RGB value is (122,209,75).

RGB: (122,209,75) (48%, 82%, 29%)

RGB channels and saturation

R 122 of 255 = 48%
G 209 of 255 = 82%
B 75 of 255 = 29%

122
209
75

R + G + B ~ 53%. #7AD14B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 209 + 75 = 406 (100%)
R 122 of 406 ~ 30.05%
G 209 of 406 ~ 51.48%
B 75 of 406 ~ 18.47'%

%30.05
%51.48
%18.47

CMYK color model

#7AD14B color CMYK value is (42,0,64,18).

  • cyan value is 41.63%
  • magenta value is 0.00%
  • yellow value is 64.11%
  • key color value is 18.04%

CMYK: (42,0,64,18)
C42M0Y64K18 (42%, 0%, 64%, 18%)
(0.42 / 0.00 / 0.64 / 0.18)

CMYK percentages

%41.63
%0
%64.11
%18.04

Codes

Color #7AD14B in popluar color models

7A D1 4B
RGB 122 209 75
HSL 99° 59.29% 55.69%
HSB/HSV 99° 64.11% 81.96%
CMYK 41.63% 0.00% 64.11%
18.04%

Color #7AD14B in popluar number systems.

HEX 7A D1 4B
Decimal 122 209 75
Binary 1111010 11010001 1001011
Octal 172 321 113

Shades and tints

Shades of #7AD14B

#7AD14B
(122,209,75)
#6FBE45
(111,190,69)
#64AB3F
(100,171,63)
#599839
(89,152,57)
#4E8533
(78,133,51)
#43722D
(67,114,45)
#385F27
(56,95,39)
#2D4C21
(45,76,33)
#22391B
(34,57,27)
#172615
(23,38,21)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7AD14B

#7AD14B
(122,209,75)
#86D55B
(134,213,91)
#92D96B
(146,217,107)
#9EDD7B
(158,221,123)
#AAE18B
(170,225,139)
#B6E59B
(182,229,155)
#C2E9AB
(194,233,171)
#CEEDBB
(206,237,187)
#DAF1CB
(218,241,203)
#E6F5DB
(230,245,219)
#F2F9EB
(242,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD14B color. Also use rgb(122,209,75) instead hex code.

Text Font Color

.myTextColor { color: #7AD14B; }

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

This text font color is #7AD14B.

Background Color

.myBgColor { background-color: #7AD14B; }

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

This div background color is #7AD14B.

Border color

.myBorderColor { border: 1px solid #7AD14B; }

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

This div border color is #7AD14B.

Opacity

.myOpacity80 { color: #7AD14B; opacity: 0.8; }

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

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

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

This text has shadow with #7AD14B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AD14B.

Preview

Color preview on black background

This text has color #7AD14B on black background.


Color preview on white background

This text has color #7AD14B on white background.


Black color preview on #7AD14B background

This text has black color on #7AD14B background.


White color preview on #7AD14B background

This text has white color on #7AD14B background.


Related colors

Complementary color

Complementary color for #hex is #852EB4.


I love getcolorcode.com

Triadic colors

1 #4B7AD1 and #D14B7A with #7AD14B are triadic colors.

2 #4BD17A and #D17A4B with #7AD14B are triadic colors.