COLOR #A3EE0C

HEX: #A3EE0C
RGB: (163,238,12)

Color info

#A3EE0C contains mainly green color. Web safe color of #A3EE0C is #99FF00 (or #9F0).

RGB color model

#A3EE0C color RGB value is (163,238,12).

  • red value is 163;
  • green value is 238;
  • blue value is 12.
RGB:
(163,238,12)
(64%,93%,5%)

RGB channels and saturation

R 163 of 255 = 64%
G 238 of 255 = 93%
B 12 of 255 = 5%

163
238
12

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

Portions of RGB colors in percentages

R + G + B =
163 + 238 + 12 = 413 (100%)
R 163 of 413 ~ 39.47%
G 238 of 413 ~ 57.63%
B 12 of 413 ~ 2.91%

%39.47
%57.63

CMYK color model

#A3EE0C color CMYK value is (32,0,95,7).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 94.96%
  • key color value is 6.67%
CMYK:
(32,0,95,7)
C32M0Y95K7 
(32%,0%,95%,7%)
(0.32/0.00/0.95/0.07)	

CMYK percentages

%31.51
%0
%94.96
%6.67

Codes

Color #A3EE0C in popluar color models

A3EE0C
RGB16323812
HSL80°90.40%49.02%
HSB/HSV80°94.96%93.33%
CMYK31.51%0.00%94.96%
6.67%

Color #A3EE0C in popluar number systems.

HEXA3EE0C
Decimal16323812
Binary10100011111011101100
Octal24335614

Shades and tints

Shades of #A3EE0C

#A3EE0C
(163,238,12)
#95D90B
(149,217,11)
#87C40A
(135,196,10)
#79AF09
(121,175,9)
#6B9A08
(107,154,8)
#5D8507
(93,133,7)
#4F7006
(79,112,6)
#415B05
(65,91,5)
#334604
(51,70,4)
#253103
(37,49,3)
#171C02
(23,28,2)
#000000
(0,0,0)

Tints of #A3EE0C

#A3EE0C
(163,238,12)
#ABEF22
(171,239,34)
#B3F038
(179,240,56)
#BBF14E
(187,241,78)
#C3F264
(195,242,100)
#CBF37A
(203,243,122)
#D3F490
(211,244,144)
#DBF5A6
(219,245,166)
#E3F6BC
(227,246,188)
#EBF7D2
(235,247,210)
#F3F8E8
(243,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EE0C color. Also use rgb(163,238,12) instead hex code.

Text Font Color

.myTextColor { color: #A3EE0C; }

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

This text font color is #A3EE0C.


Background Color

.myBgColor { background-color: #A3EE0C; }

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

This div background color is #A3EE0C.


Border color

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

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

This div border color is #A3EE0C.


Opacity

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

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

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

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

This text has shadow with #A3EE0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EE0C on black background.


Color preview on white background

This text has color #A3EE0C on white background.



Black color preview on #A3EE0C background

This text has black color on #A3EE0C background.


White color preview on #A3EE0C background

This text has white color on #A3EE0C background.