COLOR #A8C632

HEX: #A8C632 RGB: (168,198,50)

Color info

#A8C632 contains mainly red and green colors. Web safe color of #A8C632 is #99CC33 (or #9C3).

RGB color model

#A8C632 color RGB value is (168,198,50).

RGB: (168,198,50) (66%, 78%, 20%)

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 50 of 255 = 20%

168
198
50

R + G + B ~ 55%. #A8C632 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 198 + 50 = 416 (100%)
R 168 of 416 ~ 40.38%
G 198 of 416 ~ 47.6%
B 50 of 416 ~ 12.02'%

%40.38
%47.6
%12.02

CMYK color model

#A8C632 color CMYK value is (15,0,75,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 74.75%
  • key color value is 22.35%

CMYK: (15,0,75,22)
C15M0Y75K22 (15%, 0%, 75%, 22%)
(0.15 / 0.00 / 0.75 / 0.22)

CMYK percentages

%15.15
%0
%74.75
%22.35

Codes

Color #A8C632 in popluar color models

A8 C6 32
RGB 168 198 50
HSL 72° 59.68% 48.63%
HSB/HSV 72° 74.75% 77.65%
CMYK 15.15% 0.00% 74.75%
22.35%

Color #A8C632 in popluar number systems.

HEX A8 C6 32
Decimal 168 198 50
Binary 10101000 11000110 110010
Octal 250 306 62

Shades and tints

Shades of #A8C632

#A8C632
(168,198,50)
#99B42E
(153,180,46)
#8AA22A
(138,162,42)
#7B9026
(123,144,38)
#6C7E22
(108,126,34)
#5D6C1E
(93,108,30)
#4E5A1A
(78,90,26)
#3F4816
(63,72,22)
#303612
(48,54,18)
#21240E
(33,36,14)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #A8C632

#A8C632
(168,198,50)
#AFCB44
(175,203,68)
#B6D056
(182,208,86)
#BDD568
(189,213,104)
#C4DA7A
(196,218,122)
#CBDF8C
(203,223,140)
#D2E49E
(210,228,158)
#D9E9B0
(217,233,176)
#E0EEC2
(224,238,194)
#E7F3D4
(231,243,212)
#EEF8E6
(238,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C632 color. Also use rgb(168,198,50) instead hex code.

Text Font Color

.myTextColor { color: #A8C632; }

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

This text font color is #A8C632.

Background Color

.myBgColor { background-color: #A8C632; }

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

This div background color is #A8C632.

Border color

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

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

This div border color is #A8C632.

Opacity

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

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

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

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

This text has shadow with #A8C632 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C632.

Preview

Color preview on black background

This text has color #A8C632 on black background.


Color preview on white background

This text has color #A8C632 on white background.


Black color preview on #A8C632 background

This text has black color on #A8C632 background.


White color preview on #A8C632 background

This text has white color on #A8C632 background.


Related colors

Complementary color

Complementary color for #hex is #5739CD.


I love getcolorcode.com

Triadic colors

1 #32A8C6 and #C632A8 with #A8C632 are triadic colors.

2 #32C6A8 and #C6A832 with #A8C632 are triadic colors.