COLOR #A1DA1B

HEX: #A1DA1B
RGB: (161,218,27)

Color info

#A1DA1B contains mainly red and green colors. Web safe color of #A1DA1B is #99CC33 (or #9C3).

RGB color model

#A1DA1B color RGB value is (161,218,27).

  • red value is 161;
  • green value is 218;
  • blue value is 27.
RGB:
(161,218,27)
(63%,85%,11%)

RGB channels and saturation

R 161 of 255 = 63%
G 218 of 255 = 85%
B 27 of 255 = 11%

161
218
27

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

Portions of RGB colors in percentages

R + G + B =
161 + 218 + 27 = 406 (100%)
R 161 of 406 ~ 39.66%
G 218 of 406 ~ 53.69%
B 27 of 406 ~ 6.65%

%39.66
%53.69

CMYK color model

#A1DA1B color CMYK value is (26,0,88,15).

  • cyan value is 26.15%
  • magenta value is 0.00%
  • yellow value is 87.61%
  • key color value is 14.51%
CMYK:
(26,0,88,15)
C26M0Y88K15 
(26%,0%,88%,15%)
(0.26/0.00/0.88/0.15)	

CMYK percentages

%26.15
%0
%87.61
%14.51

Codes

Color #A1DA1B in popluar color models

A1DA1B
RGB16121827
HSL78°77.96%48.04%
HSB/HSV78°87.61%85.49%
CMYK26.15%0.00%87.61%
14.51%

Color #A1DA1B in popluar number systems.

HEXA1DA1B
Decimal16121827
Binary101000011101101011011
Octal24133233

Shades and tints

Shades of #A1DA1B

#A1DA1B
(161,218,27)
#93C719
(147,199,25)
#85B417
(133,180,23)
#77A115
(119,161,21)
#698E13
(105,142,19)
#5B7B11
(91,123,17)
#4D680F
(77,104,15)
#3F550D
(63,85,13)
#31420B
(49,66,11)
#232F09
(35,47,9)
#151C07
(21,28,7)
#000000
(0,0,0)

Tints of #A1DA1B

#A1DA1B
(161,218,27)
#A9DD2F
(169,221,47)
#B1E043
(177,224,67)
#B9E357
(185,227,87)
#C1E66B
(193,230,107)
#C9E97F
(201,233,127)
#D1EC93
(209,236,147)
#D9EFA7
(217,239,167)
#E1F2BB
(225,242,187)
#E9F5CF
(233,245,207)
#F1F8E3
(241,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DA1B color. Also use rgb(161,218,27) instead hex code.

Text Font Color

.myTextColor { color: #A1DA1B; }

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

This text font color is #A1DA1B.


Background Color

.myBgColor { background-color: #A1DA1B; }

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

This div background color is #A1DA1B.


Border color

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

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

This div border color is #A1DA1B.


Opacity

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

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

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

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

This text has shadow with #A1DA1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DA1B on black background.


Color preview on white background

This text has color #A1DA1B on white background.



Black color preview on #A1DA1B background

This text has black color on #A1DA1B background.


White color preview on #A1DA1B background

This text has white color on #A1DA1B background.