COLOR #7ABE43

HEX: #7ABE43 RGB: (122,190,67)

Color info

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

RGB color model

#7ABE43 color RGB value is (122,190,67).

RGB: (122,190,67) (48%, 75%, 26%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 67 of 255 = 26%

122
190
67

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

Portions of RGB colors in percentages

R + G + B = 122 + 190 + 67 = 379 (100%)
R 122 of 379 ~ 32.19%
G 190 of 379 ~ 50.13%
B 67 of 379 ~ 17.68'%

%32.19
%50.13
%17.68

CMYK color model

#7ABE43 color CMYK value is (36,0,65,25).

  • cyan value is 35.79%
  • magenta value is 0.00%
  • yellow value is 64.74%
  • key color value is 25.49%

CMYK: (36,0,65,25)
C36M0Y65K25 (36%, 0%, 65%, 25%)
(0.36 / 0.00 / 0.65 / 0.25)

CMYK percentages

%35.79
%0
%64.74
%25.49

Codes

Color #7ABE43 in popluar color models

7A BE 43
RGB 122 190 67
HSL 93° 48.62% 50.39%
HSB/HSV 93° 64.74% 74.51%
CMYK 35.79% 0.00% 64.74%
25.49%

Color #7ABE43 in popluar number systems.

HEX 7A BE 43
Decimal 122 190 67
Binary 1111010 10111110 1000011
Octal 172 276 103

Shades and tints

Shades of #7ABE43

#7ABE43
(122,190,67)
#6FAD3D
(111,173,61)
#649C37
(100,156,55)
#598B31
(89,139,49)
#4E7A2B
(78,122,43)
#436925
(67,105,37)
#38581F
(56,88,31)
#2D4719
(45,71,25)
#223613
(34,54,19)
#17250D
(23,37,13)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #7ABE43

#7ABE43
(122,190,67)
#86C354
(134,195,84)
#92C865
(146,200,101)
#9ECD76
(158,205,118)
#AAD287
(170,210,135)
#B6D798
(182,215,152)
#C2DCA9
(194,220,169)
#CEE1BA
(206,225,186)
#DAE6CB
(218,230,203)
#E6EBDC
(230,235,220)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABE43 color. Also use rgb(122,190,67) instead hex code.

Text Font Color

.myTextColor { color: #7ABE43; }

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

This text font color is #7ABE43.

Background Color

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

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

This div background color is #7ABE43.

Border color

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

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

This div border color is #7ABE43.

Opacity

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

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

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

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

This text has shadow with #7ABE43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABE43.

Preview

Color preview on black background

This text has color #7ABE43 on black background.


Color preview on white background

This text has color #7ABE43 on white background.


Black color preview on #7ABE43 background

This text has black color on #7ABE43 background.


White color preview on #7ABE43 background

This text has white color on #7ABE43 background.


Related colors

Complementary color

Complementary color for #hex is #8541BC.


I love getcolorcode.com

Triadic colors

1 #437ABE and #BE437A with #7ABE43 are triadic colors.

2 #43BE7A and #BE7A43 with #7ABE43 are triadic colors.