COLOR #A5C360

HEX: #A5C360
RGB: (165,195,96)

Renk bilgisi

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

RGB renk modeli

#A5C360 color RGB value is (165,195,96).

  • kırmız ton 165;
  • yeşil ton 195;
  • mavi ton 96.
RGB:
(165,195,96)
(65%,76%,38%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 195 of 255 = 76%
B 96 of 255 = 38%

165
195
96

R + G + B ~ 60%. #A5C360 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 195 + 96 = 456 (100%)
R 165 of 456 ~ 36.18%
G 195 of 456 ~ 42.76%
B 96 of 456 ~ 21.05%

%36.18
%42.76
%21.05

CMYK RENK MODELİ

#A5C360 rengi CMYK tonu (15,0,51,24).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 50.77%
  • ana renk tonu 23.53%
CMYK:
(15,0,51,24)
C15M0Y51K24 
(15%,0%,51%,24%)
(0.15/0.00/0.51/0.24)	

CMYK yüzdeleri

%15.38
%0
%50.77
%23.53

Codes

Color #A5C360 in popluar color models

A5C360
RGB16519596
HSL78°45.21%57.06%
HSB/HSV78°50.77%76.47%
CMYK15.38%0.00%50.77%
23.53%

Color #A5C360 in popluar number systems.

HEXA5C360
Decimal16519596
Binary10100101110000111100000
Octal245303140

Shades and tints

Shades of #A5C360

#A5C360
(165,195,96)
#96B258
(150,178,88)
#87A150
(135,161,80)
#789048
(120,144,72)
#697F40
(105,127,64)
#5A6E38
(90,110,56)
#4B5D30
(75,93,48)
#3C4C28
(60,76,40)
#2D3B20
(45,59,32)
#1E2A18
(30,42,24)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #A5C360

#A5C360
(165,195,96)
#ADC86E
(173,200,110)
#B5CD7C
(181,205,124)
#BDD28A
(189,210,138)
#C5D798
(197,215,152)
#CDDCA6
(205,220,166)
#D5E1B4
(213,225,180)
#DDE6C2
(221,230,194)
#E5EBD0
(229,235,208)
#EDF0DE
(237,240,222)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C360 color. Also use rgb(165,195,96) instead hex code.

Text Font Color

.myTextColor { color: #A5C360; }

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

This text font color is #A5C360.


Background Color

.myBgColor { background-color: #A5C360; }

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

This div background color is #A5C360.


Border color

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

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

This div border color is #A5C360.


Opacity

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

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

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

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

This text has shadow with #A5C360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C360 on black background.


Color preview on white background

This text has color #A5C360 on white background.



Black color preview on #A5C360 background

This text has black color on #A5C360 background.


White color preview on #A5C360 background

This text has white color on #A5C360 background.