COLOR #A8F039

HEX: #A8F039
RGB: (168,240,57)

Color info

#A8F039 contains mainly green color. Web safe color of #A8F039 is #99FF33 (or #9F3).

RGB color model

#A8F039 color RGB value is (168,240,57).

  • red value is 168;
  • green value is 240;
  • blue value is 57.
RGB:
(168,240,57)
(66%,94%,22%)

RGB channels and saturation

R 168 of 255 = 66%
G 240 of 255 = 94%
B 57 of 255 = 22%

168
240
57

R + G + B ~ 61%. #A8F039 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 240 + 57 = 465 (100%)
R 168 of 465 ~ 36.13%
G 240 of 465 ~ 51.61%
B 57 of 465 ~ 12.26%

%36.13
%51.61
%12.26

CMYK color model

#A8F039 color CMYK value is (30,0,76,6).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 76.25%
  • key color value is 5.88%
CMYK:
(30,0,76,6)
C30M0Y76K6 
(30%,0%,76%,6%)
(0.30/0.00/0.76/0.06)	

CMYK percentages

%30
%0
%76.25
%5.88

Codes

Color #A8F039 in popluar color models

A8F039
RGB16824057
HSL84°85.92%58.24%
HSB/HSV84°76.25%94.12%
CMYK30.00%0.00%76.25%
5.88%

Color #A8F039 in popluar number systems.

HEXA8F039
Decimal16824057
Binary1010100011110000111001
Octal25036071

Shades and tints

Shades of #A8F039

#A8F039
(168,240,57)
#99DB34
(153,219,52)
#8AC62F
(138,198,47)
#7BB12A
(123,177,42)
#6C9C25
(108,156,37)
#5D8720
(93,135,32)
#4E721B
(78,114,27)
#3F5D16
(63,93,22)
#304811
(48,72,17)
#21330C
(33,51,12)
#121E07
(18,30,7)
#000000
(0,0,0)

Tints of #A8F039

#A8F039
(168,240,57)
#AFF14B
(175,241,75)
#B6F25D
(182,242,93)
#BDF36F
(189,243,111)
#C4F481
(196,244,129)
#CBF593
(203,245,147)
#D2F6A5
(210,246,165)
#D9F7B7
(217,247,183)
#E0F8C9
(224,248,201)
#E7F9DB
(231,249,219)
#EEFAED
(238,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8F039; }

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

This text font color is #A8F039.


Background Color

.myBgColor { background-color: #A8F039; }

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

This div background color is #A8F039.


Border color

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

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

This div border color is #A8F039.


Opacity

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

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

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

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

This text has shadow with #A8F039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F039 on black background.


Color preview on white background

This text has color #A8F039 on white background.



Black color preview on #A8F039 background

This text has black color on #A8F039 background.


White color preview on #A8F039 background

This text has white color on #A8F039 background.