COLOR #A1ED41

HEX: #A1ED41 RGB: (161,237,65)

Color info

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

RGB color model

#A1ED41 color RGB value is (161,237,65).

RGB: (161,237,65) (63%, 93%, 25%)

RGB channels and saturation

R 161 of 255 = 63%
G 237 of 255 = 93%
B 65 of 255 = 25%

161
237
65

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

Portions of RGB colors in percentages

R + G + B = 161 + 237 + 65 = 463 (100%)
R 161 of 463 ~ 34.77%
G 237 of 463 ~ 51.19%
B 65 of 463 ~ 14.04'%

%34.77
%51.19
%14.04

CMYK color model

#A1ED41 color CMYK value is (32,0,73,7).

  • cyan value is 32.07%
  • magenta value is 0.00%
  • yellow value is 72.57%
  • key color value is 7.06%

CMYK: (32,0,73,7)
C32M0Y73K7 (32%, 0%, 73%, 7%)
(0.32 / 0.00 / 0.73 / 0.07)

CMYK percentages

%32.07
%0
%72.57
%7.06

Codes

Color #A1ED41 in popluar color models

A1 ED 41
RGB 161 237 65
HSL 87° 82.69% 59.22%
HSB/HSV 87° 72.57% 92.94%
CMYK 32.07% 0.00% 72.57%
7.06%

Color #A1ED41 in popluar number systems.

HEX A1 ED 41
Decimal 161 237 65
Binary 10100001 11101101 1000001
Octal 241 355 101

Shades and tints

Shades of #A1ED41

#A1ED41
(161,237,65)
#93D83C
(147,216,60)
#85C337
(133,195,55)
#77AE32
(119,174,50)
#69992D
(105,153,45)
#5B8428
(91,132,40)
#4D6F23
(77,111,35)
#3F5A1E
(63,90,30)
#314519
(49,69,25)
#233014
(35,48,20)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #A1ED41

#A1ED41
(161,237,65)
#A9EE52
(169,238,82)
#B1EF63
(177,239,99)
#B9F074
(185,240,116)
#C1F185
(193,241,133)
#C9F296
(201,242,150)
#D1F3A7
(209,243,167)
#D9F4B8
(217,244,184)
#E1F5C9
(225,245,201)
#E9F6DA
(233,246,218)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1ED41 color. Also use rgb(161,237,65) instead hex code.

Text Font Color

.myTextColor { color: #A1ED41; }

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

This text font color is #A1ED41.

Background Color

.myBgColor { background-color: #A1ED41; }

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

This div background color is #A1ED41.

Border color

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

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

This div border color is #A1ED41.

Opacity

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

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

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

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

This text has shadow with #A1ED41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1ED41.

Preview

Color preview on black background

This text has color #A1ED41 on black background.


Color preview on white background

This text has color #A1ED41 on white background.


Black color preview on #A1ED41 background

This text has black color on #A1ED41 background.


White color preview on #A1ED41 background

This text has white color on #A1ED41 background.


Related colors

Complementary color

Complementary color for #hex is #5E12BE.


I love getcolorcode.com

Triadic colors

1 #41A1ED and #ED41A1 with #A1ED41 are triadic colors.

2 #41EDA1 and #EDA141 with #A1ED41 are triadic colors.