COLOR #A5C766

HEX: #A5C766
RGB: (165,199,102)

Renk bilgisi

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

RGB renk modeli

#A5C766 color RGB value is (165,199,102).

  • kırmız ton 165;
  • yeşil ton 199;
  • mavi ton 102.
RGB:
(165,199,102)
(65%,78%,40%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 199 of 255 = 78%
B 102 of 255 = 40%

165
199
102

R + G + B ~ 61%. #A5C766 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 199 + 102 = 466 (100%)
R 165 of 466 ~ 35.41%
G 199 of 466 ~ 42.7%
B 102 of 466 ~ 21.89%

%35.41
%42.7
%21.89

CMYK RENK MODELİ

#A5C766 rengi CMYK tonu (17,0,49,22).

  • camgöbeği tonu 17.09%
  • eflatun tonu 0.00%
  • sarı tonu 48.74%
  • ana renk tonu 21.96%
CMYK:
(17,0,49,22)
C17M0Y49K22 
(17%,0%,49%,22%)
(0.17/0.00/0.49/0.22)	

CMYK yüzdeleri

%17.09
%0
%48.74
%21.96

Codes

Color #A5C766 in popluar color models

A5C766
RGB165199102
HSL81°46.41%59.02%
HSB/HSV81°48.74%78.04%
CMYK17.09%0.00%48.74%
21.96%

Color #A5C766 in popluar number systems.

HEXA5C766
Decimal165199102
Binary10100101110001111100110
Octal245307146

Shades and tints

Shades of #A5C766

#A5C766
(165,199,102)
#96B55D
(150,181,93)
#87A354
(135,163,84)
#78914B
(120,145,75)
#697F42
(105,127,66)
#5A6D39
(90,109,57)
#4B5B30
(75,91,48)
#3C4927
(60,73,39)
#2D371E
(45,55,30)
#1E2515
(30,37,21)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #A5C766

#A5C766
(165,199,102)
#ADCC73
(173,204,115)
#B5D180
(181,209,128)
#BDD68D
(189,214,141)
#C5DB9A
(197,219,154)
#CDE0A7
(205,224,167)
#D5E5B4
(213,229,180)
#DDEAC1
(221,234,193)
#E5EFCE
(229,239,206)
#EDF4DB
(237,244,219)
#F5F9E8
(245,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C766 color. Also use rgb(165,199,102) instead hex code.

Text Font Color

.myTextColor { color: #A5C766; }

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

This text font color is #A5C766.


Background Color

.myBgColor { background-color: #A5C766; }

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

This div background color is #A5C766.


Border color

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

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

This div border color is #A5C766.


Opacity

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

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

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

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

This text has shadow with #A5C766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C766 on black background.


Color preview on white background

This text has color #A5C766 on white background.



Black color preview on #A5C766 background

This text has black color on #A5C766 background.


White color preview on #A5C766 background

This text has white color on #A5C766 background.