COLOR #A5DE22

HEX: #A5DE22
RGB: (165,222,34)

Color info

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

RGB color model

#A5DE22 color RGB value is (165,222,34).

  • red value is 165;
  • green value is 222;
  • blue value is 34.
RGB:
(165,222,34)
(65%,87%,13%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 34 of 255 = 13%

165
222
34

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

Portions of RGB colors in percentages

R + G + B =
165 + 222 + 34 = 421 (100%)
R 165 of 421 ~ 39.19%
G 222 of 421 ~ 52.73%
B 34 of 421 ~ 8.08%

%39.19
%52.73

CMYK color model

#A5DE22 color CMYK value is (26,0,85,13).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 84.68%
  • key color value is 12.94%
CMYK:
(26,0,85,13)
C26M0Y85K13 
(26%,0%,85%,13%)
(0.26/0.00/0.85/0.13)	

CMYK percentages

%25.68
%0
%84.68
%12.94

Codes

Color #A5DE22 in popluar color models

A5DE22
RGB16522234
HSL78°74.02%50.20%
HSB/HSV78°84.68%87.06%
CMYK25.68%0.00%84.68%
12.94%

Color #A5DE22 in popluar number systems.

HEXA5DE22
Decimal16522234
Binary1010010111011110100010
Octal24533642

Shades and tints

Shades of #A5DE22

#A5DE22
(165,222,34)
#96CA1F
(150,202,31)
#87B61C
(135,182,28)
#78A219
(120,162,25)
#698E16
(105,142,22)
#5A7A13
(90,122,19)
#4B6610
(75,102,16)
#3C520D
(60,82,13)
#2D3E0A
(45,62,10)
#1E2A07
(30,42,7)
#0F1604
(15,22,4)
#000000
(0,0,0)

Tints of #A5DE22

#A5DE22
(165,222,34)
#ADE136
(173,225,54)
#B5E44A
(181,228,74)
#BDE75E
(189,231,94)
#C5EA72
(197,234,114)
#CDED86
(205,237,134)
#D5F09A
(213,240,154)
#DDF3AE
(221,243,174)
#E5F6C2
(229,246,194)
#EDF9D6
(237,249,214)
#F5FCEA
(245,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DE22 color. Also use rgb(165,222,34) instead hex code.

Text Font Color

.myTextColor { color: #A5DE22; }

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

This text font color is #A5DE22.


Background Color

.myBgColor { background-color: #A5DE22; }

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

This div background color is #A5DE22.


Border color

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

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

This div border color is #A5DE22.


Opacity

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

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

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

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

This text has shadow with #A5DE22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DE22 on black background.


Color preview on white background

This text has color #A5DE22 on white background.



Black color preview on #A5DE22 background

This text has black color on #A5DE22 background.


White color preview on #A5DE22 background

This text has white color on #A5DE22 background.