COLOR #7ABD2A

HEX: #7ABD2A
RGB: (122,189,42)

Color info

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

RGB color model

#7ABD2A color RGB value is (122,189,42).

  • red value is 122;
  • green value is 189;
  • blue value is 42.
RGB:
(122,189,42)
(48%,74%,16%)

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 42 of 255 = 16%

122
189
42

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

Portions of RGB colors in percentages

R + G + B =
122 + 189 + 42 = 353 (100%)
R 122 of 353 ~ 34.56%
G 189 of 353 ~ 53.54%
B 42 of 353 ~ 11.9%

%34.56
%53.54
%11.9

CMYK color model

#7ABD2A color CMYK value is (35,0,78,26).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 25.88%
CMYK:
(35,0,78,26)
C35M0Y78K26 
(35%,0%,78%,26%)
(0.35/0.00/0.78/0.26)	

CMYK percentages

%35.45
%0
%77.78
%25.88

Codes

Color #7ABD2A in popluar color models

7ABD2A
RGB12218942
HSL87°63.64%45.29%
HSB/HSV87°77.78%74.12%
CMYK35.45%0.00%77.78%
25.88%

Color #7ABD2A in popluar number systems.

HEX7ABD2A
Decimal12218942
Binary111101010111101101010
Octal17227552

Shades and tints

Shades of #7ABD2A

#7ABD2A
(122,189,42)
#6FAC27
(111,172,39)
#649B24
(100,155,36)
#598A21
(89,138,33)
#4E791E
(78,121,30)
#43681B
(67,104,27)
#385718
(56,87,24)
#2D4615
(45,70,21)
#223512
(34,53,18)
#17240F
(23,36,15)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #7ABD2A

#7ABD2A
(122,189,42)
#86C33D
(134,195,61)
#92C950
(146,201,80)
#9ECF63
(158,207,99)
#AAD576
(170,213,118)
#B6DB89
(182,219,137)
#C2E19C
(194,225,156)
#CEE7AF
(206,231,175)
#DAEDC2
(218,237,194)
#E6F3D5
(230,243,213)
#F2F9E8
(242,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABD2A color. Also use rgb(122,189,42) instead hex code.

Text Font Color

.myTextColor { color: #7ABD2A; }

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

This text font color is #7ABD2A.


Background Color

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

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

This div background color is #7ABD2A.


Border color

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

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

This div border color is #7ABD2A.


Opacity

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

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

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

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

This text has shadow with #7ABD2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABD2A on black background.


Color preview on white background

This text has color #7ABD2A on white background.



Black color preview on #7ABD2A background

This text has black color on #7ABD2A background.


White color preview on #7ABD2A background

This text has white color on #7ABD2A background.