COLOR #A6F998

HEX: #A6F998
RGB: (166,249,152)

Renk bilgisi

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

RGB renk modeli

#A6F998 color RGB value is (166,249,152).

  • kırmız ton 166;
  • yeşil ton 249;
  • mavi ton 152.
RGB:
(166,249,152)
(65%,98%,60%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 249 of 255 = 98%
B 152 of 255 = 60%

166
249
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 249 + 152 = 567 (100%)
R 166 of 567 ~ 29.28%
G 249 of 567 ~ 43.92%
B 152 of 567 ~ 26.81%

%29.28
%43.92
%26.81

CMYK RENK MODELİ

#A6F998 rengi CMYK tonu (33,0,39,2).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 38.96%
  • ana renk tonu 2.35%
CMYK:
(33,0,39,2)
C33M0Y39K2 
(33%,0%,39%,2%)
(0.33/0.00/0.39/0.02)	

CMYK yüzdeleri

%33.33
%0
%38.96
%2.35

Codes

Color #A6F998 in popluar color models

A6F998
RGB166249152
HSL111°88.99%78.63%
HSB/HSV111°38.96%97.65%
CMYK33.33%0.00%38.96%
2.35%

Color #A6F998 in popluar number systems.

HEXA6F998
Decimal166249152
Binary101001101111100110011000
Octal246371230

Shades and tints

Shades of #A6F998

#A6F998
(166,249,152)
#97E38B
(151,227,139)
#88CD7E
(136,205,126)
#79B771
(121,183,113)
#6AA164
(106,161,100)
#5B8B57
(91,139,87)
#4C754A
(76,117,74)
#3D5F3D
(61,95,61)
#2E4930
(46,73,48)
#1F3323
(31,51,35)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #A6F998

#A6F998
(166,249,152)
#AEF9A1
(174,249,161)
#B6F9AA
(182,249,170)
#BEF9B3
(190,249,179)
#C6F9BC
(198,249,188)
#CEF9C5
(206,249,197)
#D6F9CE
(214,249,206)
#DEF9D7
(222,249,215)
#E6F9E0
(230,249,224)
#EEF9E9
(238,249,233)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F998 color. Also use rgb(166,249,152) instead hex code.

Text Font Color

.myTextColor { color: #A6F998; }

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

This text font color is #A6F998.


Background Color

.myBgColor { background-color: #A6F998; }

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

This div background color is #A6F998.


Border color

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

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

This div border color is #A6F998.


Opacity

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

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

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

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

This text has shadow with #A6F998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F998 on black background.


Color preview on white background

This text has color #A6F998 on white background.



Black color preview on #A6F998 background

This text has black color on #A6F998 background.


White color preview on #A6F998 background

This text has white color on #A6F998 background.