COLOR #A6D55D

HEX: #A6D55D
RGB: (166,213,93)

Renk bilgisi

#A6D55D contains mainly red and green colors. #A6D55D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A6D55D color RGB value is (166,213,93).

  • kırmız ton 166;
  • yeşil ton 213;
  • mavi ton 93.
RGB:
(166,213,93)
(65%,84%,36%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 213 of 255 = 84%
B 93 of 255 = 36%

166
213
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 213 + 93 = 472 (100%)
R 166 of 472 ~ 35.17%
G 213 of 472 ~ 45.13%
B 93 of 472 ~ 19.7%

%35.17
%45.13
%19.7

CMYK RENK MODELİ

#A6D55D rengi CMYK tonu (22,0,56,16).

  • camgöbeği tonu 22.07%
  • eflatun tonu 0.00%
  • sarı tonu 56.34%
  • ana renk tonu 16.47%
CMYK:
(22,0,56,16)
C22M0Y56K16 
(22%,0%,56%,16%)
(0.22/0.00/0.56/0.16)	

CMYK yüzdeleri

%22.07
%0
%56.34
%16.47

Codes

Color #A6D55D in popluar color models

A6D55D
RGB16621393
HSL84°58.82%60.00%
HSB/HSV84°56.34%83.53%
CMYK22.07%0.00%56.34%
16.47%

Color #A6D55D in popluar number systems.

HEXA6D55D
Decimal16621393
Binary10100110110101011011101
Octal246325135

Shades and tints

Shades of #A6D55D

#A6D55D
(166,213,93)
#97C255
(151,194,85)
#88AF4D
(136,175,77)
#799C45
(121,156,69)
#6A893D
(106,137,61)
#5B7635
(91,118,53)
#4C632D
(76,99,45)
#3D5025
(61,80,37)
#2E3D1D
(46,61,29)
#1F2A15
(31,42,21)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #A6D55D

#A6D55D
(166,213,93)
#AED86B
(174,216,107)
#B6DB79
(182,219,121)
#BEDE87
(190,222,135)
#C6E195
(198,225,149)
#CEE4A3
(206,228,163)
#D6E7B1
(214,231,177)
#DEEABF
(222,234,191)
#E6EDCD
(230,237,205)
#EEF0DB
(238,240,219)
#F6F3E9
(246,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D55D color. Also use rgb(166,213,93) instead hex code.

Text Font Color

.myTextColor { color: #A6D55D; }

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

This text font color is #A6D55D.


Background Color

.myBgColor { background-color: #A6D55D; }

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

This div background color is #A6D55D.


Border color

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

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

This div border color is #A6D55D.


Opacity

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

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

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

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

This text has shadow with #A6D55D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D55D on black background.


Color preview on white background

This text has color #A6D55D on white background.



Black color preview on #A6D55D background

This text has black color on #A6D55D background.


White color preview on #A6D55D background

This text has white color on #A6D55D background.