COLOR #A4FB96

HEX: #A4FB96
RGB: (164,251,150)

Renk bilgisi

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

RGB renk modeli

#A4FB96 color RGB value is (164,251,150).

  • kırmız ton 164;
  • yeşil ton 251;
  • mavi ton 150.
RGB:
(164,251,150)
(64%,98%,59%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 251 of 255 = 98%
B 150 of 255 = 59%

164
251
150

R + G + B ~ 74%. #A4FB96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 251 + 150 = 565 (100%)
R 164 of 565 ~ 29.03%
G 251 of 565 ~ 44.42%
B 150 of 565 ~ 26.55%

%29.03
%44.42
%26.55

CMYK RENK MODELİ

#A4FB96 rengi CMYK tonu (35,0,40,2).

  • camgöbeği tonu 34.66%
  • eflatun tonu 0.00%
  • sarı tonu 40.24%
  • ana renk tonu 1.57%
CMYK:
(35,0,40,2)
C35M0Y40K2 
(35%,0%,40%,2%)
(0.35/0.00/0.40/0.02)	

CMYK yüzdeleri

%34.66
%0
%40.24
%1.57

Codes

Color #A4FB96 in popluar color models

A4FB96
RGB164251150
HSL112°92.66%78.63%
HSB/HSV112°40.24%98.43%
CMYK34.66%0.00%40.24%
1.57%

Color #A4FB96 in popluar number systems.

HEXA4FB96
Decimal164251150
Binary101001001111101110010110
Octal244373226

Shades and tints

Shades of #A4FB96

#A4FB96
(164,251,150)
#96E589
(150,229,137)
#88CF7C
(136,207,124)
#7AB96F
(122,185,111)
#6CA362
(108,163,98)
#5E8D55
(94,141,85)
#507748
(80,119,72)
#42613B
(66,97,59)
#344B2E
(52,75,46)
#263521
(38,53,33)
#181F14
(24,31,20)
#000000
(0,0,0)

Tints of #A4FB96

#A4FB96
(164,251,150)
#ACFB9F
(172,251,159)
#B4FBA8
(180,251,168)
#BCFBB1
(188,251,177)
#C4FBBA
(196,251,186)
#CCFBC3
(204,251,195)
#D4FBCC
(212,251,204)
#DCFBD5
(220,251,213)
#E4FBDE
(228,251,222)
#ECFBE7
(236,251,231)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FB96 color. Also use rgb(164,251,150) instead hex code.

Text Font Color

.myTextColor { color: #A4FB96; }

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

This text font color is #A4FB96.


Background Color

.myBgColor { background-color: #A4FB96; }

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

This div background color is #A4FB96.


Border color

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

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

This div border color is #A4FB96.


Opacity

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

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

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

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

This text has shadow with #A4FB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FB96 on black background.


Color preview on white background

This text has color #A4FB96 on white background.



Black color preview on #A4FB96 background

This text has black color on #A4FB96 background.


White color preview on #A4FB96 background

This text has white color on #A4FB96 background.