COLOR #A8D599

HEX: #A8D599
RGB: (168,213,153)

Color info

#A8D599 contains mainly red and green colors. Web safe color of #A8D599 is #99CC99 (or #9C9).

RGB color model

#A8D599 color RGB value is (168,213,153).

  • red value is 168;
  • green value is 213;
  • blue value is 153.
RGB:
(168,213,153)
(66%,84%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 213 of 255 = 84%
B 153 of 255 = 60%

168
213
153

R + G + B ~ 70%. #A8D599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 213 + 153 = 534 (100%)
R 168 of 534 ~ 31.46%
G 213 of 534 ~ 39.89%
B 153 of 534 ~ 28.65%

%31.46
%39.89
%28.65

CMYK color model

#A8D599 color CMYK value is (21,0,28,16).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(21,0,28,16)
C21M0Y28K16 
(21%,0%,28%,16%)
(0.21/0.00/0.28/0.16)	

CMYK percentages

%21.13
%0
%28.17
%16.47

Codes

Color #A8D599 in popluar color models

A8D599
RGB168213153
HSL105°41.67%71.76%
HSB/HSV105°28.17%83.53%
CMYK21.13%0.00%28.17%
16.47%

Color #A8D599 in popluar number systems.

HEXA8D599
Decimal168213153
Binary101010001101010110011001
Octal250325231

Shades and tints

Shades of #A8D599

#A8D599
(168,213,153)
#99C28C
(153,194,140)
#8AAF7F
(138,175,127)
#7B9C72
(123,156,114)
#6C8965
(108,137,101)
#5D7658
(93,118,88)
#4E634B
(78,99,75)
#3F503E
(63,80,62)
#303D31
(48,61,49)
#212A24
(33,42,36)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #A8D599

#A8D599
(168,213,153)
#AFD8A2
(175,216,162)
#B6DBAB
(182,219,171)
#BDDEB4
(189,222,180)
#C4E1BD
(196,225,189)
#CBE4C6
(203,228,198)
#D2E7CF
(210,231,207)
#D9EAD8
(217,234,216)
#E0EDE1
(224,237,225)
#E7F0EA
(231,240,234)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D599 color. Also use rgb(168,213,153) instead hex code.

Text Font Color

.myTextColor { color: #A8D599; }

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

This text font color is #A8D599.


Background Color

.myBgColor { background-color: #A8D599; }

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

This div background color is #A8D599.


Border color

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

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

This div border color is #A8D599.


Opacity

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

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

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

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

This text has shadow with #A8D599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D599 on black background.


Color preview on white background

This text has color #A8D599 on white background.



Black color preview on #A8D599 background

This text has black color on #A8D599 background.


White color preview on #A8D599 background

This text has white color on #A8D599 background.