COLOR #A8F088

HEX: #A8F088 RGB: (168,240,136)

Color info

#A8F088 contains mainly green color. Web safe color of #A8F088 is #99FF99 (or #9F9).

RGB color model

#A8F088 color RGB value is (168,240,136).

RGB: (168,240,136) (66%, 94%, 53%)

RGB channels and saturation

R 168 of 255 = 66%
G 240 of 255 = 94%
B 136 of 255 = 53%

168
240
136

R + G + B ~ 71%. #A8F088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 240 + 136 = 544 (100%)
R 168 of 544 ~ 30.88%
G 240 of 544 ~ 44.12%
B 136 of 544 ~ 25'%

%30.88
%44.12
%25

CMYK color model

#A8F088 color CMYK value is (30,0,43,6).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 5.88%

CMYK: (30,0,43,6)
C30M0Y43K6 (30%, 0%, 43%, 6%)
(0.30 / 0.00 / 0.43 / 0.06)

CMYK percentages

%30
%0
%43.33
%5.88

Codes

Color #A8F088 in popluar color models

A8 F0 88
RGB 168 240 136
HSL 102° 77.61% 73.73%
HSB/HSV 102° 43.33% 94.12%
CMYK 30.00% 0.00% 43.33%
5.88%

Color #A8F088 in popluar number systems.

HEX A8 F0 88
Decimal 168 240 136
Binary 10101000 11110000 10001000
Octal 250 360 210

Shades and tints

Shades of #A8F088

#A8F088
(168,240,136)
#99DB7C
(153,219,124)
#8AC670
(138,198,112)
#7BB164
(123,177,100)
#6C9C58
(108,156,88)
#5D874C
(93,135,76)
#4E7240
(78,114,64)
#3F5D34
(63,93,52)
#304828
(48,72,40)
#21331C
(33,51,28)
#121E10
(18,30,16)
#000000
(0,0,0)

Tints of #A8F088

#A8F088
(168,240,136)
#AFF192
(175,241,146)
#B6F29C
(182,242,156)
#BDF3A6
(189,243,166)
#C4F4B0
(196,244,176)
#CBF5BA
(203,245,186)
#D2F6C4
(210,246,196)
#D9F7CE
(217,247,206)
#E0F8D8
(224,248,216)
#E7F9E2
(231,249,226)
#EEFAEC
(238,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F088 color. Also use rgb(168,240,136) instead hex code.

Text Font Color

.myTextColor { color: #A8F088; }

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

This text font color is #A8F088.

Background Color

.myBgColor { background-color: #A8F088; }

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

This div background color is #A8F088.

Border color

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

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

This div border color is #A8F088.

Opacity

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

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

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

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

This text has shadow with #A8F088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8F088.

Preview

Color preview on black background

This text has color #A8F088 on black background.


Color preview on white background

This text has color #A8F088 on white background.


Black color preview on #A8F088 background

This text has black color on #A8F088 background.


White color preview on #A8F088 background

This text has white color on #A8F088 background.


Related colors

Complementary color

Complementary color for #hex is #570F77.


I love getcolorcode.com

Triadic colors

1 #88A8F0 and #F088A8 with #A8F088 are triadic colors.

2 #88F0A8 and #F0A888 with #A8F088 are triadic colors.