COLOR #A8D035

HEX: #A8D035
RGB: (168,208,53)

Color info

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

RGB color model

#A8D035 color RGB value is (168,208,53).

  • red value is 168;
  • green value is 208;
  • blue value is 53.
RGB:
(168,208,53)
(66%,82%,21%)

RGB channels and saturation

R 168 of 255 = 66%
G 208 of 255 = 82%
B 53 of 255 = 21%

168
208
53

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

Portions of RGB colors in percentages

R + G + B =
168 + 208 + 53 = 429 (100%)
R 168 of 429 ~ 39.16%
G 208 of 429 ~ 48.48%
B 53 of 429 ~ 12.35%

%39.16
%48.48
%12.35

CMYK color model

#A8D035 color CMYK value is (19,0,75,18).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 74.52%
  • key color value is 18.43%
CMYK:
(19,0,75,18)
C19M0Y75K18 
(19%,0%,75%,18%)
(0.19/0.00/0.75/0.18)	

CMYK percentages

%19.23
%0
%74.52
%18.43

Codes

Color #A8D035 in popluar color models

A8D035
RGB16820853
HSL75°62.25%51.18%
HSB/HSV75°74.52%81.57%
CMYK19.23%0.00%74.52%
18.43%

Color #A8D035 in popluar number systems.

HEXA8D035
Decimal16820853
Binary1010100011010000110101
Octal25032065

Shades and tints

Shades of #A8D035

#A8D035
(168,208,53)
#99BE31
(153,190,49)
#8AAC2D
(138,172,45)
#7B9A29
(123,154,41)
#6C8825
(108,136,37)
#5D7621
(93,118,33)
#4E641D
(78,100,29)
#3F5219
(63,82,25)
#304015
(48,64,21)
#212E11
(33,46,17)
#121C0D
(18,28,13)
#000000
(0,0,0)

Tints of #A8D035

#A8D035
(168,208,53)
#AFD447
(175,212,71)
#B6D859
(182,216,89)
#BDDC6B
(189,220,107)
#C4E07D
(196,224,125)
#CBE48F
(203,228,143)
#D2E8A1
(210,232,161)
#D9ECB3
(217,236,179)
#E0F0C5
(224,240,197)
#E7F4D7
(231,244,215)
#EEF8E9
(238,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D035 color. Also use rgb(168,208,53) instead hex code.

Text Font Color

.myTextColor { color: #A8D035; }

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

This text font color is #A8D035.


Background Color

.myBgColor { background-color: #A8D035; }

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

This div background color is #A8D035.


Border color

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

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

This div border color is #A8D035.


Opacity

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

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

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

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

This text has shadow with #A8D035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D035 on black background.


Color preview on white background

This text has color #A8D035 on white background.



Black color preview on #A8D035 background

This text has black color on #A8D035 background.


White color preview on #A8D035 background

This text has white color on #A8D035 background.