COLOR #A5E075

HEX: #A5E075
RGB: (165,224,117)

Color info

#A5E075 contains mainly red and green colors. Web safe color of #A5E075 is #99CC66 (or #9C6).

RGB color model

#A5E075 color RGB value is (165,224,117).

  • red value is 165;
  • green value is 224;
  • blue value is 117.
RGB:
(165,224,117)
(65%,88%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 224 of 255 = 88%
B 117 of 255 = 46%

165
224
117

R + G + B ~ 66%. #A5E075 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 224 + 117 = 506 (100%)
R 165 of 506 ~ 32.61%
G 224 of 506 ~ 44.27%
B 117 of 506 ~ 23.12%

%32.61
%44.27
%23.12

CMYK color model

#A5E075 color CMYK value is (26,0,48,12).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 47.77%
  • key color value is 12.16%
CMYK:
(26,0,48,12)
C26M0Y48K12 
(26%,0%,48%,12%)
(0.26/0.00/0.48/0.12)	

CMYK percentages

%26.34
%0
%47.77
%12.16

Codes

Color #A5E075 in popluar color models

A5E075
RGB165224117
HSL93°63.31%66.86%
HSB/HSV93°47.77%87.84%
CMYK26.34%0.00%47.77%
12.16%

Color #A5E075 in popluar number systems.

HEXA5E075
Decimal165224117
Binary10100101111000001110101
Octal245340165

Shades and tints

Shades of #A5E075

#A5E075
(165,224,117)
#96CC6B
(150,204,107)
#87B861
(135,184,97)
#78A457
(120,164,87)
#69904D
(105,144,77)
#5A7C43
(90,124,67)
#4B6839
(75,104,57)
#3C542F
(60,84,47)
#2D4025
(45,64,37)
#1E2C1B
(30,44,27)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #A5E075

#A5E075
(165,224,117)
#ADE281
(173,226,129)
#B5E48D
(181,228,141)
#BDE699
(189,230,153)
#C5E8A5
(197,232,165)
#CDEAB1
(205,234,177)
#D5ECBD
(213,236,189)
#DDEEC9
(221,238,201)
#E5F0D5
(229,240,213)
#EDF2E1
(237,242,225)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E075 color. Also use rgb(165,224,117) instead hex code.

Text Font Color

.myTextColor { color: #A5E075; }

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

This text font color is #A5E075.


Background Color

.myBgColor { background-color: #A5E075; }

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

This div background color is #A5E075.


Border color

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

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

This div border color is #A5E075.


Opacity

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

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

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

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

This text has shadow with #A5E075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E075 on black background.


Color preview on white background

This text has color #A5E075 on white background.



Black color preview on #A5E075 background

This text has black color on #A5E075 background.


White color preview on #A5E075 background

This text has white color on #A5E075 background.