COLOR #A5F99D

HEX: #A5F99D
RGB: (165,249,157)

Renk bilgisi

#A5F99D contains mainly green color. #A5F99D ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A5F99D color RGB value is (165,249,157).

  • kırmız ton 165;
  • yeşil ton 249;
  • mavi ton 157.
RGB:
(165,249,157)
(65%,98%,62%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 249 of 255 = 98%
B 157 of 255 = 62%

165
249
157

R + G + B ~ 75%. #A5F99D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 249 + 157 = 571 (100%)
R 165 of 571 ~ 28.9%
G 249 of 571 ~ 43.61%
B 157 of 571 ~ 27.5%

%28.9
%43.61
%27.5

CMYK RENK MODELİ

#A5F99D rengi CMYK tonu (34,0,37,2).

  • camgöbeği tonu 33.73%
  • eflatun tonu 0.00%
  • sarı tonu 36.95%
  • ana renk tonu 2.35%
CMYK:
(34,0,37,2)
C34M0Y37K2 
(34%,0%,37%,2%)
(0.34/0.00/0.37/0.02)	

CMYK yüzdeleri

%33.73
%0
%36.95
%2.35

Codes

Color #A5F99D in popluar color models

A5F99D
RGB165249157
HSL115°88.46%79.61%
HSB/HSV115°36.95%97.65%
CMYK33.73%0.00%36.95%
2.35%

Color #A5F99D in popluar number systems.

HEXA5F99D
Decimal165249157
Binary101001011111100110011101
Octal245371235

Shades and tints

Shades of #A5F99D

#A5F99D
(165,249,157)
#96E38F
(150,227,143)
#87CD81
(135,205,129)
#78B773
(120,183,115)
#69A165
(105,161,101)
#5A8B57
(90,139,87)
#4B7549
(75,117,73)
#3C5F3B
(60,95,59)
#2D492D
(45,73,45)
#1E331F
(30,51,31)
#0F1D11
(15,29,17)
#000000
(0,0,0)

Tints of #A5F99D

#A5F99D
(165,249,157)
#ADF9A5
(173,249,165)
#B5F9AD
(181,249,173)
#BDF9B5
(189,249,181)
#C5F9BD
(197,249,189)
#CDF9C5
(205,249,197)
#D5F9CD
(213,249,205)
#DDF9D5
(221,249,213)
#E5F9DD
(229,249,221)
#EDF9E5
(237,249,229)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F99D color. Also use rgb(165,249,157) instead hex code.

Text Font Color

.myTextColor { color: #A5F99D; }

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

This text font color is #A5F99D.


Background Color

.myBgColor { background-color: #A5F99D; }

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

This div background color is #A5F99D.


Border color

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

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

This div border color is #A5F99D.


Opacity

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

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

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

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

This text has shadow with #A5F99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F99D on black background.


Color preview on white background

This text has color #A5F99D on white background.



Black color preview on #A5F99D background

This text has black color on #A5F99D background.


White color preview on #A5F99D background

This text has white color on #A5F99D background.