COLOR #ABC770

HEX: #ABC770 RGB: (171,199,112)

Color info

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

RGB color model

#ABC770 color RGB value is (171,199,112).

RGB: (171,199,112) (67%, 78%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 112 of 255 = 44%

171
199
112

R + G + B ~ 63%. #ABC770 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 199 + 112 = 482 (100%)
R 171 of 482 ~ 35.48%
G 199 of 482 ~ 41.29%
B 112 of 482 ~ 23.24'%

%35.48
%41.29
%23.24

CMYK color model

#ABC770 color CMYK value is (14,0,44,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 21.96%

CMYK: (14,0,44,22)
C14M0Y44K22 (14%, 0%, 44%, 22%)
(0.14 / 0.00 / 0.44 / 0.22)

CMYK percentages

%14.07
%0
%43.72
%21.96

Codes

Color #ABC770 in popluar color models

AB C7 70
RGB 171 199 112
HSL 79° 43.72% 60.98%
HSB/HSV 79° 43.72% 78.04%
CMYK 14.07% 0.00% 43.72%
21.96%

Color #ABC770 in popluar number systems.

HEX AB C7 70
Decimal 171 199 112
Binary 10101011 11000111 1110000
Octal 253 307 160

Shades and tints

Shades of #ABC770

#ABC770
(171,199,112)
#9CB566
(156,181,102)
#8DA35C
(141,163,92)
#7E9152
(126,145,82)
#6F7F48
(111,127,72)
#606D3E
(96,109,62)
#515B34
(81,91,52)
#42492A
(66,73,42)
#333720
(51,55,32)
#242516
(36,37,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #ABC770

#ABC770
(171,199,112)
#B2CC7D
(178,204,125)
#B9D18A
(185,209,138)
#C0D697
(192,214,151)
#C7DBA4
(199,219,164)
#CEE0B1
(206,224,177)
#D5E5BE
(213,229,190)
#DCEACB
(220,234,203)
#E3EFD8
(227,239,216)
#EAF4E5
(234,244,229)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC770 color. Also use rgb(171,199,112) instead hex code.

Text Font Color

.myTextColor { color: #ABC770; }

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

This text font color is #ABC770.

Background Color

.myBgColor { background-color: #ABC770; }

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

This div background color is #ABC770.

Border color

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

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

This div border color is #ABC770.

Opacity

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

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

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

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

This text has shadow with #ABC770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC770.

Preview

Color preview on black background

This text has color #ABC770 on black background.


Color preview on white background

This text has color #ABC770 on white background.


Black color preview on #ABC770 background

This text has black color on #ABC770 background.


White color preview on #ABC770 background

This text has white color on #ABC770 background.


Related colors

Complementary color

Complementary color for #hex is #54388F.


I love getcolorcode.com

Triadic colors

1 #70ABC7 and #C770AB with #ABC770 are triadic colors.

2 #70C7AB and #C7AB70 with #ABC770 are triadic colors.