COLOR #A5FA3D

HEX: #A5FA3D RGB: (165,250,61)

Color info

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

RGB color model

#A5FA3D color RGB value is (165,250,61).

RGB: (165,250,61) (65%, 98%, 24%)

RGB channels and saturation

R 165 of 255 = 65%
G 250 of 255 = 98%
B 61 of 255 = 24%

165
250
61

R + G + B ~ 62%. #A5FA3D is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 250 + 61 = 476 (100%)
R 165 of 476 ~ 34.66%
G 250 of 476 ~ 52.52%
B 61 of 476 ~ 12.82'%

%34.66
%52.52
%12.82

CMYK color model

#A5FA3D color CMYK value is (34,0,76,2).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 75.60%
  • key color value is 1.96%

CMYK: (34,0,76,2)
C34M0Y76K2 (34%, 0%, 76%, 2%)
(0.34 / 0.00 / 0.76 / 0.02)

CMYK percentages

%34
%0
%75.6
%1.96

Codes

Color #A5FA3D in popluar color models

A5 FA 3D
RGB 165 250 61
HSL 87° 94.97% 60.98%
HSB/HSV 87° 75.60% 98.04%
CMYK 34.00% 0.00% 75.60%
1.96%

Color #A5FA3D in popluar number systems.

HEX A5 FA 3D
Decimal 165 250 61
Binary 10100101 11111010 111101
Octal 245 372 75

Shades and tints

Shades of #A5FA3D

#A5FA3D
(165,250,61)
#96E438
(150,228,56)
#87CE33
(135,206,51)
#78B82E
(120,184,46)
#69A229
(105,162,41)
#5A8C24
(90,140,36)
#4B761F
(75,118,31)
#3C601A
(60,96,26)
#2D4A15
(45,74,21)
#1E3410
(30,52,16)
#0F1E0B
(15,30,11)
#000000
(0,0,0)

Tints of #A5FA3D

#A5FA3D
(165,250,61)
#ADFA4E
(173,250,78)
#B5FA5F
(181,250,95)
#BDFA70
(189,250,112)
#C5FA81
(197,250,129)
#CDFA92
(205,250,146)
#D5FAA3
(213,250,163)
#DDFAB4
(221,250,180)
#E5FAC5
(229,250,197)
#EDFAD6
(237,250,214)
#F5FAE7
(245,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FA3D color. Also use rgb(165,250,61) instead hex code.

Text Font Color

.myTextColor { color: #A5FA3D; }

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

This text font color is #A5FA3D.

Background Color

.myBgColor { background-color: #A5FA3D; }

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

This div background color is #A5FA3D.

Border color

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

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

This div border color is #A5FA3D.

Opacity

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

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

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

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

This text has shadow with #A5FA3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5FA3D.

Preview

Color preview on black background

This text has color #A5FA3D on black background.


Color preview on white background

This text has color #A5FA3D on white background.


Black color preview on #A5FA3D background

This text has black color on #A5FA3D background.


White color preview on #A5FA3D background

This text has white color on #A5FA3D background.


Related colors

Complementary color

Complementary color for #hex is #5A05C2.


I love getcolorcode.com

Triadic colors

1 #3DA5FA and #FA3DA5 with #A5FA3D are triadic colors.

2 #3DFAA5 and #FAA53D with #A5FA3D are triadic colors.