COLOR #A5FF00

HEX: #A5FF00
RGB: (165,255,0)

Renk bilgisi

#A5FF00 contains mainly green color. #A5FF00 ‘ nin web güvenlik rengi #99FF00 (ya da #9F0) dir.

RGB renk modeli

#A5FF00 color RGB value is (165,255,0).

  • kırmız ton 165;
  • yeşil ton 255;
  • mavi ton 0.
RGB:
(165,255,0)
(65%,100%,0%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 255 of 255 = 100%
B 0 of 255 = 0%

165
255
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 255 + 0 = 420 (100%)
R 165 of 420 ~ 39.29%
G 255 of 420 ~ 60.71%
B 0 of 420 ~ 0%

%39.29
%60.71

CMYK RENK MODELİ

#A5FF00 rengi CMYK tonu (35,0,100,0).

  • camgöbeği tonu 35.29%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(35,0,100,0)
C35M0Y100K0 
(35%,0%,100%,0%)
(0.35/0.00/1.00/0.00)	

CMYK yüzdeleri

%35.29
%0
%100
%0

Codes

Color #A5FF00 in popluar color models

A5FF00
RGB1652550
HSL81°100.00%50.00%
HSB/HSV81°100.00%100.00%
CMYK35.29%0.00%100.00%
0.00%

Color #A5FF00 in popluar number systems.

HEXA5FF00
Decimal1652550
Binary10100101111111110
Octal2453770

Shades and tints

Shades of #A5FF00

#A5FF00
(165,255,0)
#96E800
(150,232,0)
#87D100
(135,209,0)
#78BA00
(120,186,0)
#69A300
(105,163,0)
#5A8C00
(90,140,0)
#4B7500
(75,117,0)
#3C5E00
(60,94,0)
#2D4700
(45,71,0)
#1E3000
(30,48,0)
#0F1900
(15,25,0)
#000000
(0,0,0)

Tints of #A5FF00

#A5FF00
(165,255,0)
#ADFF17
(173,255,23)
#B5FF2E
(181,255,46)
#BDFF45
(189,255,69)
#C5FF5C
(197,255,92)
#CDFF73
(205,255,115)
#D5FF8A
(213,255,138)
#DDFFA1
(221,255,161)
#E5FFB8
(229,255,184)
#EDFFCF
(237,255,207)
#F5FFE6
(245,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FF00 color. Also use rgb(165,255,0) instead hex code.

Text Font Color

.myTextColor { color: #A5FF00; }

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

This text font color is #A5FF00.


Background Color

.myBgColor { background-color: #A5FF00; }

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

This div background color is #A5FF00.


Border color

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

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

This div border color is #A5FF00.


Opacity

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

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

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

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

This text has shadow with #A5FF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FF00 on black background.


Color preview on white background

This text has color #A5FF00 on white background.



Black color preview on #A5FF00 background

This text has black color on #A5FF00 background.


White color preview on #A5FF00 background

This text has white color on #A5FF00 background.